Releases: cmsd2/aximar
Releases · cmsd2/aximar
v0.14.0
Full Changelog: v0.13.0...v0.14.0
tools-v0.4.1
Full Changelog: tools-v0.4.0...tools-v0.4.1
tools-v0.4.0
Full Changelog: v0.14.0...tools-v0.4.0
tools-v0.3.1
Full Changelog: tools-v0.3.0...tools-v0.3.1
tools-v0.3.0
Full Changelog: tools-v0.2.1...tools-v0.3.0
tools-v0.2.1
Full Changelog: tools-v0.2.0...tools-v0.2.1
tools-v0.2.0
Aximar Tools v0.2.0
Changes
maxima-dap
- Improved breakpoint resolution: Breakpoint locations are now captured
directly from execution output (e.g.batchload,:resume,:step) instead
of querying:info :bkptafter each stop. This gives exact full-path file
matching and eliminates a round-trip to the Maxima process on every debug stop.
Installation
The VS Code Maxima extension can auto-download these binaries. Alternatively:
cargo install --git https://github.com/cmsd2/aximar maxima-lsp maxima-dap aximar-mcpOr download the archive for your platform below and extract the binaries to a directory on your PATH.
Platforms
| Archive | Platform |
|---|---|
aximar-tools-aarch64-apple-darwin.tar.gz |
macOS (Apple Silicon) |
aximar-tools-x86_64-apple-darwin.tar.gz |
macOS (Intel) |
aximar-tools-x86_64-unknown-linux-gnu.tar.gz |
Linux (x64) |
aximar-tools-aarch64-unknown-linux-gnu.tar.gz |
Linux (arm64) |
aximar-tools-x86_64-pc-windows-msvc.zip |
Windows (x64) |
aximar-tools-aarch64-pc-windows-msvc.zip |
Windows (arm64) |
Aximar Tools v0.1.0
Aximar Tools v0.1.0
First standalone release of the Maxima language tools for the VS Code extension.
Included tools
- maxima-lsp — Language Server Protocol server providing completions, hover info, diagnostics, and document symbols for Maxima
.macfiles - maxima-dap — Debug Adapter Protocol server for step-through debugging of Maxima programs with breakpoints, variable inspection, and call stacks
- aximar-mcp — Model Context Protocol server for notebook cell evaluation, session management, and AI tool integration
Highlights
- maxima-lsp: Syntax-aware completions, hover documentation, go-to-definition, and diagnostics for Maxima code
- maxima-dap: Full step debugger with Enhanced Maxima debugger support, output filtering, canonical file path handling, and configurable eval timeouts
- aximar-mcp: HTTP transport with auth tokens, session management (create/close/restart), dangerous function safety gates, and structured JSON startup output for VS Code integration
Installation
The VS Code Maxima extension can auto-download these binaries. Alternatively:
cargo install --git https://github.com/cmsd2/aximar maxima-lsp maxima-dap aximar-mcpOr download the archive for your platform below and extract the binaries to a directory on your PATH.
Platforms
| Archive | Platform |
|---|---|
aximar-tools-aarch64-apple-darwin.tar.gz |
macOS (Apple Silicon) |
aximar-tools-x86_64-apple-darwin.tar.gz |
macOS (Intel) |
aximar-tools-x86_64-unknown-linux-gnu.tar.gz |
Linux (x64) |
aximar-tools-aarch64-unknown-linux-gnu.tar.gz |
Linux (arm64) |
aximar-tools-x86_64-pc-windows-msvc.zip |
Windows (x64) |
aximar-tools-aarch64-pc-windows-msvc.zip |
Windows (arm64) |
v0.12.1
Full Changelog: v0.12.0...v0.12.1