Skip to content

Tags: athal7/opencode-pilot

Tags

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(#100): remove outdated opencode-ntfy references and install …

…script (#101)

v0.23.0

Toggle v0.23.0's commit message
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

v0.22.0

Toggle v0.22.0's commit message
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.

v0.21.4

Toggle v0.21.4's commit message
fix(brew): add PATH to service environment for gh CLI access

v0.21.3

Toggle v0.21.3's commit message
docs: update AGENTS.md for Homebrew installation

v0.21.2

Toggle v0.21.2's commit message
fix(ci): enable git credentials for formula push

v0.21.1

Toggle v0.21.1's commit message
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.

v0.21.0

Toggle v0.21.0's commit message
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

v0.20.5

Toggle v0.20.5's commit message
chore(release): 0.20.5 [skip ci]

## [0.20.5](v0.20.4...v0.20.5) (2026-02-05)

### Bug Fixes

* **worktree:** reuse stored directory when reprocessing items ([1a8909e](1a8909e))

v0.20.4

Toggle v0.20.4's commit message
chore(release): 0.20.4 [skip ci]

## [0.20.4](v0.20.3...v0.20.4) (2026-02-05)

### Bug Fixes

* **readiness:** handle attention-based PR filtering with bot-only comments ([fae0a3b](fae0a3b))