v0.6.19
What's new
CI pipeline restored — the full live-IRIS test suite now runs in CI for the first time, surfacing and fixing 4 real bugs that had been latent.
CI and test fixes
- Restored a working CI pipeline (PR #69) — live-IRIS jobs were silently skipped since v0.6.14
- 4 live-IRIS test bugs fixed that only surfaced once CI actually ran the full suite
IRIS_PORTvsIRIS_WEB_PORTinconsistency across test files unified- Benchmark relocated-binary tests now retry on
ExecutableFileBusy(macOS race) discover_via_docker_named_finds_real_containerskipped in CI (Docker-in-Docker not available)- CI test coverage derived from the workspace manifest rather than a hand-maintained list
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.18...v0.6.19