github open-gitagent/gitagent v0.1.8

10 hours ago

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 .mdc files (gitagent export -f cursor)
  • OpenCode — fixed to use AGENTS.md + correct provider/model config 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 + hooks array format; fixed event mapping (SessionStart, PostToolUseFailure, SessionEnd)
  • Command injection prevention — replaced execSync string interpolation with execFileSync array args across git-cache and registry-provider
  • Temp file cleanupprocess.exitCode instead of process.exit() so runner finally blocks actually execute
  • Shared compliance — extracted buildComplianceSection to src/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)

Full Changelog

v0.1.7...v0.1.8

Don't miss a new gitagent release

NewReleases is sending notifications on new releases.