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