FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for packages/opencode/src/question - argszero/opencode · GitHub
argszero
/
opencode
Public
forked from
anomalyco/opencode
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
opencode
packages
opencode
src
question
on
dev
User selector
Datepicker
Commit history
Commits on Jun 30, 2026
refactor(opencode): remove core service layer exports (#34518)
jlongster
authored
451876b
View commit details
Copy full SHA for 451876b
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
refactor(core): support tiered layer nodes (#33937)
jlongster
authored
0e731c2
View commit details
Copy full SHA for 0e731c2
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
refactor(schema): extract public event definitions (#33579)
kitlangton
authored
24b0132
View commit details
Copy full SHA for 24b0132
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
feat(opencode): add typed application layer graph (#31531)
jlongster
authored
07e5ea9
View commit details
Copy full SHA for 07e5ea9
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
refactor(core): replace legacy logger with Effect logging (#31310)
thdxr
authored
c06ad7c
View commit details
Copy full SHA for c06ad7c
View code at this point
Browse repository at this point
Commits on May 31, 2026
fix(sdk): preserve generated event contracts
thdxr
committed
25edeaf
View commit details
Copy full SHA for 25edeaf
View code at this point
Browse repository at this point
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 22, 2026
chore: generate
opencode-agent[bot]
committed
2663ecd
View commit details
Copy full SHA for 2663ecd
View code at this point
Browse repository at this point
fix(httpapi): return request not found errors (#28693)
nexxeln
authored
4ce247e
View commit details
Copy full SHA for 4ce247e
View code at this point
Browse repository at this point
Commits on May 21, 2026
refactor(question): tool-arg errors at the boundary, drop redundant inner decode (#28570)
kitlangton
authored
8fc02b0
View commit details
Copy full SHA for 8fc02b0
View code at this point
Browse repository at this point
fix(question): surface schema failures as friendly tool errors (#28563)
kitlangton
authored
2600869
View commit details
Copy full SHA for 2600869
View code at this point
Browse repository at this point
Commits on May 11, 2026
Drop unused opencode Zod statics (#26935)
kitlangton
authored
fd65d29
View commit details
Copy full SHA for fd65d29
View code at this point
Browse repository at this point
Drop unused small ID Zod statics (#26908)
kitlangton
authored
8d9b971
View commit details
Copy full SHA for 8d9b971
View code at this point
Browse repository at this point
Commits on May 10, 2026
Remove redundant ID Zod overrides (#26633)
kitlangton
authored
fb4bab8
View commit details
Copy full SHA for fb4bab8
View code at this point
Browse repository at this point
Commits on May 9, 2026
Move schema utilities into core (#26565)
thdxr
authored
dcdbdb2
View commit details
Copy full SHA for dcdbdb2
View code at this point
Browse repository at this point
fix(server): validate permission and question ids (#26456)
kitlangton
authored
dc978cb
View commit details
Copy full SHA for dc978cb
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
Commits on Apr 22, 2026
refactor(core): derive all schema.ts leaves' .zod via effect-zod walker (#23754)
kitlangton
authored
ad7ae73
View commit details
Copy full SHA for ad7ae73
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
refactor: unwrap Question namespace + fix script to emit "." for index.ts (#22992)
kitlangton
authored
4f8986a
View commit details
Copy full SHA for 4f8986a
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
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: 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
Commits on Apr 15, 2026
add experimental permission HttpApi slice (#22385)
kitlangton
authored
250e30b
View commit details
Copy full SHA for 250e30b
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
add experimental question HttpApi slice (#22357)
kitlangton
authored
f2525a6
View commit details
Copy full SHA for f2525a6
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
refactor(question): destroy Question facade (#22092)
kitlangton
authored
003010b
View commit details
Copy full SHA for 003010b
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
Commits on Apr 3, 2026
refactor(effect): resolve built tools through the registry (#20787)
kitlangton
authored
7994dce
View commit details
Copy full SHA for 7994dce
View code at this point
Browse repository at this point
refactor(effect): prune unused facades (#20748)
kitlangton
authored
8942fc2
View commit details
Copy full SHA for 8942fc2
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 21, 2026
Move service state into InstanceState, flatten service facades (#18483)
kitlangton
authored
38e0dc9
View commit details
Copy full SHA for 38e0dc9
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
fix: apply Layer.fresh at instance service definition site (#18418)
kitlangton
authored
d70099b
View commit details
Copy full SHA for d70099b
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
refactor(effect): unify service namespaces and align naming (#18093)
kitlangton
authored
a800583
View commit details
Copy full SHA for a800583
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
refactor(instance): move scoped services to LayerMap (#17544)
kitlangton
authored
469c3a4
View commit details
Copy full SHA for 469c3a4
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
fix(question): clean up pending entry on abort (#17533)
kitlangton
authored
52877d8
View commit details
Copy full SHA for 52877d8
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
chore: generate
opencode-agent[bot]
committed
0befa1e
View commit details
Copy full SHA for 0befa1e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL