What's New
New Adapters
- Google Gemini CLI — export, run, and import (
gitagent export -f gemini) - OpenAI Codex CLI — export and import (
gitagent export -f codex) - Cursor — export to
.cursor/rules/*.mdc+ enhanced import from modern.mdcfiles (gitagent export -f cursor) - OpenCode — fixed to use
AGENTS.md+ correctprovider/modelconfig format
Multi-Agent Support
- OpenClaw multi-agent workspace export — sub-agents now produce separate OpenClaw workspaces with full SOUL.md, AGENTS.md, TOOLS.md, and skills
Bug Fixes
- Claude Code hooks — fixed JSON structure to use correct nested
matcher+hooksarray format; fixed event mapping (SessionStart, PostToolUseFailure, SessionEnd) - Command injection prevention — replaced
execSyncstring interpolation withexecFileSyncarray args across git-cache and registry-provider - Temp file cleanup —
process.exitCodeinstead ofprocess.exit()so runnerfinallyblocks actually execute - Shared compliance — extracted
buildComplianceSectiontosrc/adapters/shared.ts(dedup from copilot + opencode)
Docs
- Added regulated-industries guide — structural fit of gitagent for compliance-heavy domains (financial close, legal, healthcare, insurance)