index
:
opencode
dev
tradam-rules-patch
The open source coding agent.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
opencode
/
src
/
auth
/
index.ts
Age
Commit message (
Expand
)
Author
2026-04-29
Prepare Effect HttpApi backend parity (#24853)
Kit Langton
2026-04-25
core: move Global module to @opencode-ai/core for centralized path management
Dax Raad
2026-04-25
refactor: rename shared package to core (#24309)
Dax
2026-04-17
refactor: collapse auth/ barrel — merge auth.ts into index.ts + self-reexpo...
Kit Langton
2026-04-16
feat: unwrap uauth namespace to flat exports + barrel (#22699)
Kit Langton
2026-04-15
shared package (#22626)
Dax
2026-04-13
refactor(auth): remove async auth facade exports (#22306)
Kit Langton
2026-04-10
refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
Kit Langton
2026-04-06
fix: show clear error when Cloudflare provider env vars are missing (#20399)
MC
2026-03-30
chore: generate
opencode-agent[bot]
2026-03-30
refactor: replace Filesystem util with AppFileSystem service (#20127)
Kit Langton
2026-03-25
effectify Bus service: migrate to Effect PubSub + InstanceState (#18579)
Kit Langton
2026-03-21
fix annotation
Dax Raad
2026-03-21
Move service state into InstanceState, flatten service facades (#18483)
Kit Langton
2026-03-20
effectify Installation service, drop Effect suffix from namespaces (#18266)
Kit Langton
2026-03-18
refactor(effect): unify service namespaces and align naming (#18093)
Kit Langton
2026-03-12
refactor(auth): effectify AuthService (#17212)
Kit Langton
2026-03-03
fix(auth): normalize trailing slashes in auth login URLs (#15874)
Matt Silverlock
2026-02-18
refactor: migrate src/auth/index.ts from Bun.file()/Bun.write() to Filesystem...
Dax
2026-01-28
wip(app): global config
adamelmore
2026-01-10
fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)
Frédéric DE MATOS
2026-01-09
feat: codex auth support (#7537)
Aiden Cline
2025-12-08
chore: format code
GitHub Action
2025-12-07
fix: ensure Auth.all returns valid objs (#5128)
ry2009
2025-11-04
feat(provider): add GitHub Enterprise support for Copilot (#2522)
Ola
2025-10-26
chore: cleanup versioned zod imports (#3460)
Jérôme Benoit
2025-09-15
Upgrade to Zod v4 (#2605)
Dax
2025-08-14
allow plugins to create custom auth providers
Dax Raad
2025-07-29
experimental well-known auth support
Dax Raad
2025-06-17
improve anthropic oauth token caching and authentication handling
Dax Raad
2025-06-11
Refactor authentication system to consolidate auth flow and remove provider-b...
Dax Raad