File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export namespace Vcs {
4747 log . info ( "initialized" , { branch : current } )
4848
4949 const unsubscribe = Bus . subscribe ( FileWatcher . Event . Updated , async ( evt ) => {
50- if ( evt . properties . file . endsWith ( "HEAD" ) ) return
50+ if ( ! evt . properties . file . endsWith ( "HEAD" ) ) return
5151 const next = await currentBranch ( )
5252 if ( next !== current ) {
5353 log . info ( "branch changed" , { from : current , to : next } )
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
4949| [ opencode-workspace] ( https://github.com/kdcokenny/opencode-workspace ) | Bundled multi-agent orchestration harness – 16 components, one install |
5050| [ opencode-worktree] ( https://github.com/kdcokenny/opencode-worktree ) | Zero-friction git worktrees for OpenCode |
5151| [ opencode-sentry-monitor] ( https://github.com/stolinski/opencode-sentry-monitor ) | Trace and debug your AI agents with Sentry AI Monitoring |
52+ | [ opencode-firecrawl] ( https://github.com/firecrawl/opencode-firecrawl ) | Web scraping, crawling, and search via the Firecrawl CLI |
5253
5354---
5455
You can’t perform that action at this time.
0 commit comments