FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for packages/opencode/src/bus - code2labgit/browsercode · GitHub
code2labgit
/
browsercode
Public
forked from
browser-use/browsercode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
browsercode
packages
opencode
src
bus
on
main
User selector
Datepicker
Commit history
Commits on May 31, 2026
refactor(core): move database schema ownership (#29068)
Show description for 7f571d3
thdxr
and
Copilot
authored
7f571d3
View commit details
Copy full SHA for 7f571d3
View code at this point
Browse repository at this point
Commits on May 23, 2026
test(opencode): simplify config effect tests (#29019)
kitlangton
authored
0b3a1c2
View commit details
Copy full SHA for 0b3a1c2
View code at this point
Browse repository at this point
Commits on May 21, 2026
test(server): port event SSE tests to it.instance + testEffectShared (#28569)
kitlangton
authored
ddf18a7
View commit details
Copy full SHA for ddf18a7
View code at this point
Browse repository at this point
Commits on May 18, 2026
fix(bus): acquire PubSub subscription eagerly to close /event race (#27959)
kitlangton
authored
cb35493
View commit details
Copy full SHA for cb35493
View code at this point
Browse repository at this point
Commits on May 17, 2026
fix: preserve bus instance context (#28051)
thdxr
authored
23b594d
View commit details
Copy full SHA for 23b594d
View code at this point
Browse repository at this point
Commits on May 15, 2026
Add Effect-native core event system (#27415)
thdxr
authored
e11e089
View commit details
Copy full SHA for e11e089
View code at this point
Browse repository at this point
Commits on May 9, 2026
research: delete Hono backend (do not merge) (#25667)
kitlangton
authored
28b0359
View commit details
Copy full SHA for 28b0359
View code at this point
Browse repository at this point
Commits on May 3, 2026
Refactor v2 session events as schemas (#24512)
thdxr
authored
a3bc5d3
View commit details
Copy full SHA for a3bc5d3
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
Prepare Effect HttpApi backend parity (#24853)
kitlangton
authored
6015084
View commit details
Copy full SHA for 6015084
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
refactor: remove module barrels (#24554)
thdxr
authored
f25f148
View commit details
Copy full SHA for f25f148
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
refactor(bus): migrate BusEvent to Effect Schema (#24040)
kitlangton
authored
cd93533
View commit details
Copy full SHA for cd93533
View code at this point
Browse repository at this point
chore: generate
opencode-agent[bot]
committed
aed0307
View commit details
Copy full SHA for aed0307
View code at this point
Browse repository at this point
refactor(sync): make session events schema-first (#24019)
kitlangton
authored
c50d65b
View commit details
Copy full SHA for c50d65b
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
refactor: unwrap BusEvent namespace + self-reexport (#22962)
kitlangton
authored
23d48a7
View commit details
Copy full SHA for 23d48a7
View code at this point
Browse repository at this point
refactor: collapse bus barrel into bus/index.ts (#22902)
kitlangton
authored
cdfbb26
View commit details
Copy full SHA for cdfbb26
View code at this point
Browse repository at this point
feat: unwrap 11 util namespaces to flat exports + barrel (#22739)
kitlangton
authored
343a564
View commit details
Copy full SHA for 343a564
View code at this point
Browse repository at this point
feat: enable oxlint suspicious category, fix 24 violations (#22727)
kitlangton
authored
702f741
View commit details
Copy full SHA for 702f741
View code at this point
Browse repository at this point
feat: unwrap InstanceState + EffectBridge namespaces to flat exports + barrel (#22721)
kitlangton
authored
379e40d
View commit details
Copy full SHA for 379e40d
View code at this point
Browse repository at this point
fix: clean up 49 unused variables, catch params, and stale imports (#22695)
kitlangton
authored
cce05c1
View commit details
Copy full SHA for cce05c1
View code at this point
Browse repository at this point
feat: namespace → flat export migration (Bus proof-of-concept) (#22685)
kitlangton
authored
02f2cf4
View commit details
Copy full SHA for 02f2cf4
View code at this point
Browse repository at this point
feat(core): add fence to make all methods strongly consistent when syncing (#22679)
jlongster
authored
074ef03
View commit details
Copy full SHA for 074ef03
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
fix(effect): add effect bridge for callback contexts (#22504)
kitlangton
authored
f175140
View commit details
Copy full SHA for f175140
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
refactor(core): publish sync events to global event stream (#22347)
jlongster
authored
b22add2
View commit details
Copy full SHA for b22add2
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
kitlangton
authored
9581bf0
View commit details
Copy full SHA for 9581bf0
View code at this point
Browse repository at this point
fix: provide EffectLogger.layer to bare Effect.runPromise/runFork calls (#21974)
kitlangton
authored
5917ac2
View commit details
Copy full SHA for 5917ac2
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
feat: add AppRuntime for unified service composition (#21953)
kitlangton
authored
cf27a73
View commit details
Copy full SHA for cf27a73
View code at this point
Browse repository at this point
refactor(tui): switch to global events and start passing workspace param (#21719)
jlongster
authored
42206da
View commit details
Copy full SHA for 42206da
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
refactor: standardize InstanceState variable name to state (#20267)
kitlangton
authored
5fd833a
View commit details
Copy full SHA for 5fd833a
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
test: migrate prompt tests to HTTP mock LLM server (#20304)
kitlangton
authored
0c03a3e
View commit details
Copy full SHA for 0c03a3e
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
effectify Bus service: migrate to Effect PubSub + InstanceState (#18579)
kitlangton
authored
97c15a0
View commit details
Copy full SHA for 97c15a0
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
feat(core): initial implementation of syncing (#17814)
jlongster
authored
b0017bf
View commit details
Copy full SHA for b0017bf
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
fix(core): use a queue to process events in event routes (#18259)
jlongster
authored
0540751
View commit details
Copy full SHA for 0540751
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
ignore
thdxr
committed
9b05217
View commit details
Copy full SHA for 9b05217
View code at this point
Browse repository at this point
global bus
thdxr
committed
d88912a
View commit details
Copy full SHA for d88912a
View code at this point
Browse repository at this point
global.dispose
thdxr
committed
13a7700
View commit details
Copy full SHA for 13a7700
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL