Releases: Cluster444/agentic
Releases · Cluster444/agentic
v0.1.9
What's Changed
- fix: include agent/command/docs dirs in platform packages
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- refactor: Extract common file sync utilities and simplify CLI commands
- feat: Add init command for project-specific agentic setup
- add a ticket command to generate tickets from user input
- better instructions on ticket and drop the xml tags
- drop xml tag use
- Integrate todowrite tool and ticket status updates into command workflow
- Add configuration management and agent model support
- Update review command to specify output location and subagent usage guidelines
- feat: add --ignore-frontmatter flag to ignore YAML frontmatter
- Fix binary path resolution in shell wrapper
- Merge pull request #1 from SirSilver/feature/ignore-frontmatter
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Initial release of Agentic CLI system
CLI Command to manage keeping agents and commands synced.
Command system for complex operations:
commit: Enhanced git commit workflowexecute: Task execution managementplan: Project planning capabilitiesresearch: Research automationreview: Code review assistance
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 documentation
CLI commands:
agentic pull: Sync latest agents and commands from repositoryagentic status: Display current configuration and version-g/--global: work with ~/.config/opencode rather than local ./opencode