Releases: intersystems-community/iris-agentic-dev
Release list
vscode-v0.4.24
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-0.4.24.vsix from the assets below, then install via Extensions: Install from VSIX... in VS Code 1.99+.
Quick start
# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcp # start MCP serverSee the README for full setup instructions.
Homebrew (macOS / Linux)
brew tap intersystems-community/tap
brew install iris-agentic-devFull Changelog: v0.9.3...vscode-v0.4.24
v0.9.3
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-v0.9.3.vsix from the assets below, then install via Extensions: Install from VSIX... in VS Code 1.99+.
Quick start
# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcp # start MCP serverSee the README for full setup instructions.
Homebrew (macOS / Linux)
brew tap intersystems-community/tap
brew install iris-agentic-devFull Changelog: v0.9.2...v0.9.3
v0.9.2
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-v0.9.2.vsix from the assets below, then install via Extensions: Install from VSIX... in VS Code 1.99+.
Quick start
# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcp # start MCP serverSee the README for full setup instructions.
Homebrew (macOS / Linux)
brew tap intersystems-community/tap
brew install iris-agentic-devWhat's Changed
- feat(064): iris_coverage — ObjectScript line coverage by @isc-tdyar in #84
Full Changelog: v0.9.1...v0.9.2
v0.9.1 — Bug fixes
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-v0.9.1.vsix from the assets below, then install via Extensions: Install from VSIX... in VS Code 1.99+.
Quick start
# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcp # start MCP serverSee the README for full setup instructions.
Homebrew (macOS / Linux)
brew tap intersystems-community/tap
brew install iris-agentic-devFull Changelog: v0.9.0...v0.9.1
v0.9.0
What's new in v0.9.0
Official skill pack — 32 skills, all AI coding assistants
Install the full skill library with one command:
npx skills add intersystems-community/iris-agentic-devInstalls to Claude Code, GitHub Copilot, OpenCode, Gemini CLI, Codex, and 7 more agents automatically.
Or install individual skills manually:
# Claude Code
mkdir -p ~/.claude/skills/objectscript-review
curl -sL https://raw.githubusercontent.com/intersystems-community/iris-agentic-dev/master/skills/skills/objectscript-review/SKILL.md \
> ~/.claude/skills/objectscript-review/SKILL.mdHighlights from the 32-skill library:
| Skill | Lift |
|---|---|
objectscript-review |
73% → 100% on repair suite (+27%) |
objectscript-guardrails |
86% repair |
pyprod |
0.67 → 1.0 on interoperability tasks (+49%) |
objectscript-sql-patterns |
100% SQL suite |
See skills/ for the full inventory and benchmark methodology.
New CLI: iris-agentic-dev skill install
Install skills from the command line into any supported agent:
iris-agentic-dev skill install objectscript-review --agent claude-code
iris-agentic-dev skill install objectscript-review --agent opencode
iris-agentic-dev skill install objectscript-review --agent copilot
iris-agentic-dev skill install --all --agent claude-code # install all 32New tool: skill_community
Browse and install community skills from subscribed GitHub repos directly from the AI chat:
skill_community list
skill_community install objectscript-review
Documentation restructure
README slimmed down; full reference moved to docs/:
docs/connecting.md— all connection methodsdocs/tools.md— full tool catalogdocs/skills.md— skill inventory and benchmarksdocs/troubleshooting.md— symptom table
Notable fixes
- Disabled tools config: suppress unwanted tools from the MCP tool list via
disabled_toolsin.iris-agentic-dev.toml(#74) - SCM: return
Noneon no-signal instead offalse editable: true(#70) - Connection: demote transient cold-start retry warnings from WARN to debug (#72)
- CI: updated to IRIS 2026.1/2026.2 community images (2023.1/2025.1 expired)
Breaking changes
None.
Full changelog: v0.8.0...v0.9.0
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-devVS Code Extension
Download vscode-iris-agentic-dev-0.4.23.vsix from assets below, install via Extensions: Install from VSIX... in VS Code 1.99+.
Homebrew
brew tap intersystems-community/tap && brew install iris-agentic-devv0.8.0
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
# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcp # start MCP serverSee the README for full setup instructions.
Homebrew (macOS / Linux)
brew tap intersystems-community/tap
brew install iris-agentic-devFull Changelog: v0.6.21...v0.8.0
v0.6.21
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
# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-agentic-dev mcp # start MCP serverSee the README for full setup instructions.
Homebrew (macOS / Linux)
brew tap intersystems-community/tap
brew install iris-agentic-devFull Changelog: v0.6.20...v0.6.21
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
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
v0.6.18
What's new
Major feature release — 8 new MCP tools and a security/policy layer shipped across five specs.
New tools
iris_message_body — retrieve raw HL7/JSON/XML message body from an IRIS Interoperability message by session/message ID, with optional PHI redaction via the data policy gate.
iris_business_rule_info — inspect business rule definitions (conditions, actions, reason text) from IRIS Business Rule classes without opening Studio.
iris_production_diff — compare two production configurations or two namespaces to surface exactly what changed in a Production XML.
iris_query explain/count/write modes — three new mode values for the existing iris_query tool:
explain— returns the IRIS SQL query plan for any SELECTcount— wraps any SELECT in a row-count subquerywrite— executes INSERT/UPDATE/DELETE/TRUNCATE/CALL with amax_rows_affectedguard and pre-flight row-count check
iris_doc fragment/compiled/list modes — three new mode values:
fragment— retrieves a specific method or property block without fetching full UDLcompiled— reads the compiled (post-macro-expansion) sourcelist— lists documents matching a pattern
iris_execute_method — calls any IRIS ClassMethod by name with typed arguments.
Five iris_admin observability actions: journal_search, lock_table, process_list, task_manager, perf_metrics.
iris_global — read, write, kill, and list IRIS globals directly via ^Global node syntax.
PHI policy and environment gates
New dispatch_gate layer enforcing mcpTemplate (dev/staging/live), dataPolicy (none/redact/block), global class blocklist, and PHI scrubbing on every tool call. Write operations blocked on mcpTemplate=live unless IRIS_ALLOW_PROD=1.
Server Manager discovery
Reads connection credentials from the VS Code InterSystems Server Manager keychain. No need to set IRIS_PASSWORD env var if Server Manager is configured.
Native benchmark harness
iris-agentic-dev benchmark subcommand — runs agentic eval tasks directly without a Python harness, with durable telemetry for lift measurement across skill iterations.
Bug fixes
iris_productionstatus/lifecycle broken on IRIS 2026.2+ via docker exec- Release CI broken since servermanager-discovery (Artifactory registry unreachable)
iris_executemacro preprocessing ($$$macros) now handled via%occInclude- SCM session init fixed via
SourceControlCreate(PR #62 by Nayrode) - Portable temp file path for Windows IRIS (#56)
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.17...v0.6.18