Skip to content

Releases: Cluster444/agentic

v0.1.9

02 Sep 21:58

Choose a tag to compare

What's Changed

  • fix: include agent/command/docs dirs in platform packages

Full Changelog: v0.1.8...v0.1.9

v0.1.8

02 Sep 18:50

Choose a tag to compare

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

26 Aug 01:08

Choose a tag to compare

Initial release of Agentic CLI system
CLI Command to manage keeping agents and commands synced.

Command system for complex operations:

  • commit: Enhanced git commit workflow
  • execute: Task execution management
  • plan: Project planning capabilities
  • research: Research automation
  • review: Code review assistance

Specialized subagents for enhanced OpenCode capabilities:

  • codebase-analyzer: Analyzes codebase implementation details
  • codebase-locator: Locates files and components using natural language
  • codebase-pattern-finder: Finds similar implementations and usage patterns
  • thoughts-analyzer: Deep dive research analysis
  • thoughts-locator: Discovers relevant documentation

CLI commands:

  • agentic pull: Sync latest agents and commands from repository
  • agentic status: Display current configuration and version
  • -g/--global: work with ~/.config/opencode rather than local ./opencode