`opencode` `v1.15.4` fixes watcher and LSP refresh bugs
Project-scoped events now route to the right instance, and custom LSP servers refresh after init. Small release, but worth updating if you run multiple workspaces or custom language servers.
- Project-scoped bus events were fixed, so
file watcherand update notifications no longer leak to the wrong instance. - Custom
LSPservers now send refresh events after initialization. Less stale editor state in non-default setups. - Background subagent task instructions stay hidden unless experimental background mode is enabled, reducing UI noise.
- TUI Markdown
H1headings are easier to distinguish. Minor, but improves scanning inside terminal workflows.