Skip to content

Releases: open-gitagent/gitagent

v0.1.7 — First Public Release

26 Feb 22:48

Choose a tag to compare

gitagent v0.1.7 — First Public Release 🚀

A git-native, framework-agnostic open standard for defining AI agents.

Your git repository is the agent. Clone a repo, get an agent.

What's in this release

Core CLI

  • gitagent init — Scaffold agents from templates (minimal, standard, full)
  • gitagent validate — Schema + compliance validation
  • gitagent run — Clone any agent repo and run it instantly
  • gitagent export — Export to 8 target formats
  • gitagent import — Import from Claude, Cursor, CrewAI
  • gitagent audit — Generate compliance reports
  • gitagent skills — Search, install, list, inspect skills
  • gitagent lyzr — Deploy agents to Lyzr Studio

Adapters / Runners

  • Claude Code — Full interactive mode with skills, tools, permission modes
  • OpenAI Agents SDK — Python code generation with typed tool stubs
  • CrewAI — YAML crew config with role/goal extraction
  • Lyzr Studio — REST API deployment with provider mapping
  • OpenClaw — Workspace generation with auth provisioning
  • Nanobot — Config + system prompt for interactive sessions
  • GitHub Models — Streaming chat completions
  • Git (auto-detect) — Detects adapter from model/config

Agent Standard

  • agent.yaml — Schema-validated manifest with model preferences, fallback chains, skills, tools, runtime config
  • SOUL.md — Natural language agent identity
  • RULES.md — Hard behavioral constraints
  • skills/ — Reusable capability modules (Agent Skills standard)
  • tools/ — MCP-compatible tool definitions
  • knowledge/ — Reference documents with retrieval config
  • memory/ — Persistent cross-session state with runtime subfolder
  • hooks/ — Lifecycle handlers (bootstrap, teardown)
  • compliance/ — Regulatory artifacts (FINRA, SEC, Fed, CFPB)

Key Fixes

  • Resolved npx binary shadowing issue (node_modules .bin/claude vs system Claude CLI)
  • Fixed --refresh flag to re-clone instead of git pull on shallow caches
  • Correct argument ordering for Claude runner flags

Install

npm install -g @open-gitagent/gitagent

or run directly:

npx @open-gitagent/gitagent@0.1.7 run -r https://github.com/shreyas-lyzr/architect -a claude

Links


#gitagent #ai-agents #open-standard #git-native #framework-agnostic #claude-code #openai #crewai #lyzr #agent-skills #compliance #version-control