Skip to content

Releases: intersystems-community/iris-agentic-dev

vscode-v0.4.24

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:18

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-dev

Windows

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 server

See the README for full setup instructions.

Homebrew (macOS / Linux)

brew tap intersystems-community/tap
brew install iris-agentic-dev

Full Changelog: v0.9.3...vscode-v0.4.24

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:28

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-dev

Windows

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 server

See the README for full setup instructions.

Homebrew (macOS / Linux)

brew tap intersystems-community/tap
brew install iris-agentic-dev

Full Changelog: v0.9.2...v0.9.3

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:03
3cc8859

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-dev

Windows

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 server

See the README for full setup instructions.

Homebrew (macOS / Linux)

brew tap intersystems-community/tap
brew install iris-agentic-dev

What'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

Choose a tag to compare

@isc-tdyar isc-tdyar released this 17 Jul 18:10

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-dev

Windows

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 server

See the README for full setup instructions.

Homebrew (macOS / Linux)

brew tap intersystems-community/tap
brew install iris-agentic-dev

Full Changelog: v0.9.0...v0.9.1

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:50

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-dev

Installs 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.md

Highlights 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 32

New 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/:

Notable fixes

  • Disabled tools config: suppress unwanted tools from the MCP tool list via disabled_tools in .iris-agentic-dev.toml (#74)
  • SCM: return None on no-signal instead of false 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-dev

VS 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-dev

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:46

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-dev

Windows

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 server

See the README for full setup instructions.

Homebrew (macOS / Linux)

brew tap intersystems-community/tap
brew install iris-agentic-dev

Full Changelog: v0.6.21...v0.8.0

v0.6.21

Choose a tag to compare

@isc-tdyar isc-tdyar released this 11 Jul 18:53

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-dev

Windows

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 server

See the README for full setup instructions.

Homebrew (macOS / Linux)

brew tap intersystems-community/tap
brew install iris-agentic-dev

Full Changelog: v0.6.20...v0.6.21

v0.6.20

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:42

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-machine absolute 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-dev

Windows

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 mcp

See the README for full setup instructions.

Full Changelog: v0.6.19...v0.6.20

v0.6.19

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13: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_PORT vs IRIS_WEB_PORT inconsistency across test files unified
  • Benchmark relocated-binary tests now retry on ExecutableFileBusy (macOS race)
  • discover_via_docker_named_finds_real_container skipped 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-dev

Windows

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 mcp

See the README for full setup instructions.

Full Changelog: v0.6.18...v0.6.19

v0.6.18

Choose a tag to compare

@isc-tdyar isc-tdyar released this 11 Jul 18:53

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 SELECT
  • count — wraps any SELECT in a row-count subquery
  • write — executes INSERT/UPDATE/DELETE/TRUNCATE/CALL with a max_rows_affected guard 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 UDL
  • compiled — reads the compiled (post-macro-expansion) source
  • list — 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_production status/lifecycle broken on IRIS 2026.2+ via docker exec
  • Release CI broken since servermanager-discovery (Artifactory registry unreachable)
  • iris_execute macro 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-dev

Windows

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 mcp

See the README for full setup instructions.

Full Changelog: v0.6.17...v0.6.18