refactor(opencode): migrate from legacy commands to agents #1
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/opencode-agents-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrates opencode commands to use the new agent system for more sophisticated multi-step workflows.
Changes
feat(opencode): add project and review agents
refactor(opencode): migrate project command to agent
refactor(opencode): remove legacy review-my-code command
Motivation
Agents enable more sophisticated multi-step workflows compared to simple command prompts, allowing better handling of complex tasks like project management and code review.