You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: document model selection for pilot sessions
Add tests and documentation for the model config option that allows
overriding the agent's default model per-source or globally via defaults.
The implementation plumbing already existed - this adds test coverage
(8 new tests) and user-facing documentation.
Closes#99
feat(dedup): prevent duplicate sessions for linked issues and PRs
Cross-source deduplication detects when a Linear issue and GitHub PR
represent the same work by extracting issue references from PR title/body.
refactor(ci): use semantic-release exec plugin for brew formula updates
Replaces separate CI job with @semantic-release/exec successCmd.
Formula is updated after GitHub release creates the tarball.
feat: add Homebrew formula for service management
- Add Formula/opencode-pilot.rb with brew services support
- Simplify semantic-release (no version commit back to repo)
- Users can now: brew tap athal7/opencode-pilot && brew install opencode-pilot