Dax
3ebba02d04
refactor: replace Bun.sleep with node timers ( #15013 )
publish-github-action / publish (push) Has been cancelled
2026-03-05 21:54:06 -05:00
Daniel Polito
f363904feb
feat(opencode): Adding options to auth login to skip questions ( #14470 )
...
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
2026-03-05 06:16:53 +00:00
Matt Silverlock
74ebb4147f
fix(auth): normalize trailing slashes in auth login URLs ( #15874 )
2026-03-03 13:35:49 -05:00
Ayush Thakur
088a81c116
fix: consume stdout concurrently with process exit in auth login ( #15058 )
2026-02-25 08:22:52 -05:00
Dax
814c1d398c
refactor: migrate Bun.spawn to Process utility with timeout and cleanup ( #14448 )
2026-02-24 23:04:15 -05:00
opencode-agent[bot]
2a2437bf22
chore: generate
2026-02-17 21:23:23 +00:00
Nathan Anderson
4ccb82e81a
feat: surface plugin auth providers in the login picker ( #13921 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-02-17 15:21:49 -06:00
Joscha Götzer
3577d829c2
fix: allow user plugins to override built-in auth plugins ( #11058 )
...
Co-authored-by: JosXa <info@josxa.dev >
2026-02-01 10:50:41 -06:00
Jacopo Binosi
3a9e6b558c
feat(opencode): add AWS Web Identity Token File support for Bedrock ( #8461 )
2026-01-14 10:20:47 -06:00
Aiden Cline
8b8a358de1
update docs and auth methods for openai
2026-01-09 18:45:03 -06:00
Ravi Kumar
e30a159264
fix(cli): enable API key prompt for Bedrock in auth login ( #7332 )
2026-01-09 11:56:19 -06:00
Grégoire Morpain
e3b4d4ad49
feat(bedrock): config options and authentication precedence ( #6377 )
2026-01-05 12:51:43 -06:00
rari404
d8753cda02
refactor: use Bun.sleep instead of Promise setTimeout ( #6620 )
publish-github-action / publish (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled
2026-01-02 11:12:02 -06:00
Rohan Mukherjee
23bbfb3d15
fix: cloudflare provider information ( #6426 )
2025-12-30 09:45:09 -06:00
Yukai Huang
e46080aa8c
fix(auth): add plugin lookup for custom provider in 'Other' flow ( #5324 )
2025-12-10 16:23:12 -06:00
Ravi Kumar
e38814c597
fix: apply provider filtering to /connect endpoint ( #5233 )
2025-12-08 15:28:32 -06:00
ry2009
725f658260
fix: ensure Auth.all returns valid objs ( #5128 )
2025-12-07 22:22:21 -06:00
Stephen Collings
1eaf5c31d3
fix(auth): Respect disabled/enabled providers config in auth login ( #4940 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-12-01 17:01:10 -06:00
GitHub Action
34ff87d504
chore: format code
2025-11-08 01:59:02 +00:00
Dax Raad
1ea3a8eb9b
big format
2025-11-06 13:03:12 -05:00
Ola
fe94bb8e50
feat(provider): add GitHub Enterprise support for Copilot ( #2522 )
...
Co-authored-by: Jon-Mikkel Korsvik <48263282+jkorsvik@users.noreply.github.com >
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-04 15:36:12 -06:00
Dax
96bdeb3c7b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
Yuku Kotani
e7b6ffb314
feat: Vertex AI support; add google-vertex and google-vertex-anthropic providers ( #2347 )
2025-10-04 01:10:38 -04:00
Dax Raad
ae6154e1c3
ignore: rework bootstrap so server lazy starts it
2025-09-19 05:11:29 -04:00
Dax Raad
4e24e04aec
ignore: opencode auth stuff
2025-09-03 14:43:50 -04:00
Frank
0f8cb69bff
wip console
2025-09-03 09:24:23 -04:00
Dax
f993541e0b
Refactor to support multiple instances inside single opencode process ( #2360 )
...
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk
1. storage events have been removed (we might bring this back but had some issues)
2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project
3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo
4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-09-01 17:15:49 -04:00
Ethan Shea
555202f3b1
Vercel AI Gateway key deeplinks into the dashboard ( #2287 )
2025-08-28 11:06:45 -05:00
Dax Raad
b11fe9fbc6
ignore: remove import
2025-08-20 12:29:24 -04:00
Dax Raad
60f3d413de
remove auto browser open for now
2025-08-20 12:28:00 -04:00
Dax
f19586cebd
fix anthropic console auth ( #2049 )
2025-08-18 17:12:21 -04:00
Dax Raad
a433766a31
allow plugins to create custom auth providers
2025-08-14 16:25:08 -04:00
Aiden Cline
409a6f93b2
fix: enforce field requirement for cli cmds ( #1796 )
2025-08-10 22:17:12 -04:00
Dax Raad
71cd84dbbb
force models.dev refresh on auth login
2025-08-01 17:48:01 -04:00
Dax Raad
e74b4d098b
allow search in provider select
2025-08-01 14:03:22 -04:00
Dax Raad
9bedd62da4
experimental well-known auth support
publish / publish (push) Has been cancelled
2025-07-29 19:30:51 -04:00
Jay V
b65172a2b7
Tweak auth cli copy
2025-07-28 20:00:30 -04:00
Dax Raad
4bbbbac5f6
vercel ai gateway
publish / publish (push) Has been cancelled
2025-07-19 10:08:36 -04:00
Wendell Misiedjan
e681d610de
feat: support AWS_BEARER_TOKEN_BEDROCK for amazon bedrock provider autoloading ( #1094 )
publish / publish (push) Has been cancelled
2025-07-17 09:12:30 -05:00
Dax Raad
2cdb37c32b
support anthropic console login flow
2025-07-14 18:07:55 -04:00
Dax
f884766445
v2 message format and upgrade to ai sdk v5 ( #743 )
...
publish / publish (push) Has been cancelled
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me >
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com >
2025-07-07 15:53:43 -04:00
Dax Raad
51bf193889
ignore: run prettier
publish / publish (push) Has been cancelled
2025-06-26 22:30:44 -04:00
Dax Raad
9751937894
Enhance auth command with environment variable display and add models command
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-24 22:24:55 -04:00
Dax Raad
4d3d63294d
externalize github copilot code
2025-06-24 10:42:19 -04:00
Jay V
fa991920bc
fix help copy
2025-06-23 13:00:24 -04:00
Dax Raad
00c4d4f9f8
fix double entry of github copilot in auth login
publish / publish (push) Has been cancelled
2025-06-22 19:13:25 -04:00
Martin Palma
6e6fe6e013
Add Github Copilot OAuth authentication flow ( #305 )
2025-06-22 19:11:37 -04:00
Jay V
f5e7f079ea
Copy changes
2025-06-19 16:28:03 -04:00
Dax Raad
fcaf0e6dbf
opencode auth login: validation on provider id and better error messages
publish / publish (push) Has been cancelled
2025-06-16 15:09:49 -04:00
Dax Raad
2c9fd1e776
BREAKING CHANGE: the config structure has changed, custom providers have an npm field now to specify which npm package to load. see examples in README.md
2025-06-16 15:02:25 -04:00