Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 01 Feb 04:22
· 41 commits to main since this release
692011a

LLM-First CLI Redesign

Major UX overhaul making granary self-documenting for AI agents.

Highlights

  • Self-guiding CLI output - every command's output now serves as a complete tutorial; agents told to "use granary" can discover and complete any workflow by following output alone
  • granary init agent config injection - automatically injects "use granary" instructions into CLAUDE.md, .cursorrules, .github/copilot-instructions.md, and AGENTS.md (both global and local)
  • granary work - new command for agents to create and manage work sessions with structured context
  • granary plan - new planning command for agents to outline approach before execution
  • Agent file service - new service (1.2k lines) that detects, reads, and updates agent configuration files across all major AI coding tools
  • First-run experience - guided onboarding flow for new users
  • Integration tests - agent file detection/injection tests and first-run integration tests

Full Changelog: v0.8.0...v0.9.0