Aiden Cline
4178addbca
fix: if server password exists, use basic auth for plugin client by default ( #17213 )
2026-03-12 15:41:46 -05:00
Kit Langton
82307f8a45
refactor(provider): flow branded ProviderID/ModelID through internal signatures ( #17182 )
2026-03-12 14:48:17 +00:00
Kit Langton
36aee4908f
feat(id): brand ProviderID and ModelID ( #17110 )
2026-03-12 09:27:52 -04:00
Dax Raad
27d07c7e23
core: restore plugin serverUrl getter so plugins can connect to local server
2026-03-11 17:41:51 -04:00
Dax Raad
7e10f80b49
refactor(server): extract createApp function for server initialization
...
- Replace Server.App() with Server.Default() for internal server access
- Extract server app creation into Server.createApp(opts) for testability
- Move CORS whitelist from module-level variable to function parameter
- Update all tests to use Server.Default() instead of Server.App()
2026-03-09 17:13:52 -04:00
Sadık
5634202382
feat: add "gpt-5.4" to codex allowed models list ( #16274 )
2026-03-05 23:03:01 -05:00
Dax
9c6d6ca359
refactor: replace Bun.sleep with node timers ( #15013 )
publish-github-action / publish (push) Has been cancelled
2026-03-05 21:54:06 -05:00
Matt Silverlock
c032681cad
fix(cli): missing plugin deps cause TUI to black screen ( #14432 )
2026-02-20 07:39:15 -05:00
Dax Raad
a027d1e8be
improve codex model list
2026-02-12 18:15:30 +00:00
cooooooooooode
2c4e92d7ee
fix: add directory parameter to plugin client for multi-project support ( #11344 )
...
Co-authored-by: cooooooooooode <187372691+cooooooooooode@users.noreply.github.com >
2026-02-06 10:15:35 -06:00
Dax Raad
a3c06bc6d6
senior engineer senior engineering
2026-02-05 17:51:12 -05:00
Aiden Cline
b572658a40
tweak: load user plugins after builtin ( #12373 )
2026-02-05 22:49:48 +00:00
Aiden Cline
a2f84ba5f7
chore: rm hardcoded conditional that was used for testing ( #12371 )
2026-02-05 16:31:52 -06:00
Rafi Khardalian
ed6f043bf2
fix(plugin): user plugins override built-in plugins for same provider ( #12361 )
2026-02-05 16:04:02 -06:00
Aiden Cline
3c7bfff5d0
tweak: move codex 5.3 model definition to the plugin so that models.dev doesnt have to show unsupported model for others ( #12344 )
2026-02-05 20:53:26 +00:00
Dax Raad
e7662f9889
enable 5.3 codex
2026-02-05 13:23:58 -05:00
Aiden Cline
2c92dcc8ab
fix: ensure that github copilot plugin properly sets headers when used in other clients than tui ( #12316 )
2026-02-05 11:40:29 -06:00
Dax Raad
61ca69317a
core: bundle GitLab auth plugin directly instead of dynamic install
...
Remove dynamic installation of built-in plugins. GitLab auth is now imported
directly as an internal plugin, eliminating network requests during startup
and simplifying the plugin loading logic.
Removes the need for test mocks since plugins are no longer
dynamically installed at runtime.
2026-02-05 11:29:00 -05:00
Dax
9235ad6196
fix: wait for dependencies before loading custom tools and plugins ( #12227 )
2026-02-05 03:25:43 +00:00
Aiden Cline
6146f5744a
fix: undo change that used anthropic messages endpoint for anthropic models on copilot due to ratelimiting issues, go back to completions endpoint instead
2026-01-28 23:52:23 -06:00
Aiden Cline
3ebcbb9714
bump: plugins
2026-01-28 07:19:18 +00:00
Aiden Cline
d84222ed01
fix: ensure copilot plugin properly sets headers for new messages api
2026-01-28 02:04:30 -05:00
Aiden Cline
1c815258c9
bump plugin version
2026-01-28 01:31:01 -05:00
Rohan Godha
fb09f67b0e
feat: support headless authentication for chatgpt/codex ( #10890 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-01-27 19:05:52 -05:00
Aiden Cline
3b9c236d14
tweak: when using messages api for copilot, attach anthropic beta headers
2026-01-26 17:17:54 -05:00
Aiden Cline
c29791caa2
feat: use anthropic compat messages api for anthropic models through copilot
2026-01-26 13:18:08 -05:00
Aiden Cline
66da7594d4
ignore: rm spoof and bump plugin version
2026-01-25 17:27:24 -05:00
GitHub Action
f566cfa948
chore: generate
2026-01-24 05:12:45 +00:00
Daniel Olowoniyi
1da8e131d7
fix: allow gpt-5.1-codex model in codex auth pluginFixes ( #10181 )
2026-01-24 00:11:54 -05:00
Cas
7314571c3f
fix(codex): write refresh tokens to openai auth ( #10010 ) ( #10011 )
2026-01-22 09:53:09 -06:00
Aiden Cline
889c8c5acf
mark subagent sessions as agent initiated to ensure they dont count against quota (got the ok from copilot team)
2026-01-21 16:33:43 -06:00
Aiden Cline
3ac44e7f9d
add chat.headers hook, adjust codex and copilot plugins to use it
2026-01-21 15:10:08 -06:00
Vladimir Glafirov
b14e68f026
chore(deps): update GitLab packages for better self-hosted instance support ( #9856 )
2026-01-21 11:23:33 -06:00
GitHub Action
9f7e05fdb9
chore: generate
2026-01-16 23:23:57 +00:00
Amir Hasanbasic
bbb202b225
fix(opencode): add oauth polling safety margin in copilot device authentication ( #8986 )
2026-01-16 17:23:18 -06:00
Brandon Smith
e8f542c963
fix(opencode): add input limit for compaction ( #8465 )
2026-01-15 01:35:16 -06:00
Aiden Cline
39373814a7
tweak: add error message so people know to reauthenticate with copilot
2026-01-14 20:21:03 -06:00
Aiden Cline
fa7cb0a516
chore: bump plugin version
2026-01-14 17:43:12 -06:00
Aiden Cline
a5928e9bca
feat: official copilot plugin ( #8393 )
2026-01-14 17:42:51 -06:00
Aiden Cline
c1a731b8e8
add family to gpt 5.2 codex in codex plugin
2026-01-13 13:57:34 -06:00
Vladimir Glafirov
dbc91cc328
feat: Add GitLab Duo Agentic Chat Provider Support ( #7333 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-01-13 13:21:39 -06:00
Aiden Cline
3780cce550
core: improve error handling for built-in plugin installation failures
2026-01-12 13:47:25 -06:00
Aiden Cline
786d5467fc
bump copilot plugin version
2026-01-11 12:58:14 -06:00
Aiden Cline
98e28e0e5c
tweak: ensure codex built in plugin is always available
2026-01-10 22:59:39 -06:00
Frédéric DE MATOS
51bfc5f50f
fix: add ChatGPT-Account-Id header for organization subscriptions ( #7603 )
2026-01-10 07:50:24 -06:00
Aiden Cline
0a27964bc1
fix: ensure gpt-5.2-codex has variants
2026-01-09 19:15:57 -06:00
Aiden Cline
8a12495ad9
tweak: adjust codex styling and fix hint
2026-01-09 18:59:57 -06:00
Aiden Cline
67d354a27d
update docs and auth methods for openai
2026-01-09 18:45:03 -06:00
Aiden Cline
ded956635e
feat: codex auth support ( #7537 )
2026-01-09 17:47:37 -06:00
Aiden Cline
e67a5db361
ignore: bump plugin version
2026-01-09 12:33:51 -06:00