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