v0.6.20
What's new
Bug fix — benchmark task suite was broken for every shipped binary due to a build-machine absolute path baked in at compile time.
- Fix: benchmark tasks loaded via
build-machineabsolute path — broken for every user running a downloaded binary (not just local builds)
Installation
macOS / Linux — one-liner
curl -fsSL https://github.com/intersystems-community/iris-agentic-dev/releases/latest/download/iris-agentic-dev-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x86_64/;s/arm64/arm64/;s/aarch64/arm64/') -o /usr/local/bin/iris-agentic-dev && chmod +x /usr/local/bin/iris-agentic-devWindows
Download iris-agentic-dev-windows-x86_64.exe, rename to iris-agentic-dev.exe, place on your PATH.
Or set iris-agentic-dev.serverPath in VS Code settings to the full path — no PATH required.
VS Code Extension
Download vscode-iris-agentic-dev-*.vsix and install via Extensions: Install from VSIX... in VS Code 1.99+.
Quick start
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcpSee the README for full setup instructions.
Full Changelog: v0.6.19...v0.6.20