All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of Agentic CLI system
- Core CLI infrastructure with Bun runtime support
- Specialized subagents for enhanced OpenCode capabilities:
codebase-analyzer: Analyzes codebase implementation detailscodebase-locator: Locates files and components using natural languagecodebase-pattern-finder: Finds similar implementations and usage patternsthoughts-analyzer: Deep dive research analysisthoughts-locator: Discovers relevant documentationweb-search-researcher: Web search and content analysis
- Command system for complex operations:
commit: Enhanced git commit workflowexecute: Task execution managementplan: Project planning capabilitiesresearch: Research automationreview: Code review assistance
- CLI commands:
agentic pull: Sync latest agents and commands from repositoryagentic status: Display current configuration and versionagentic metadata: Generate research documentation
- Comprehensive documentation system
- OpenCode compatibility for all subagents
- MIT License
- Fixed shell injection vulnerability in commit and research commands
- Added comprehensive usage documentation
- Added architecture documentation
- Added workflow guides
- Added README with setup instructions