Skip to content

Commit 23ccb80

Browse files
committed
Merge branch 'dev' into effectify-watcher
2 parents 1d6d525 + 5103742 commit 23ccb80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/opencode/src/project/vcs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 })

packages/web/src/content/docs/ecosystem.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)