Bart Broere
8df09abb1b
feat: Make the models.dev domain configurable for offline environments ( #9258 )
2026-01-21 11:23:07 -06:00
Adam
d71153eae6
fix(core): loading models.dev in dev
2026-01-15 13:33:48 -06:00
Brandon Smith
8d720f9463
fix(opencode): add input limit for compaction ( #8465 )
2026-01-15 01:35:16 -06:00
Aiden Cline
81fef60266
fix: ensure variants also work for completely custom models ( #6481 )
...
Co-authored-by: Daniel Smolsky <dannysmo@gmail.com >
2025-12-30 16:37:32 -06:00
Frank
d5dcc55a47
Revert "add client header"
...
This reverts commit 2fb89161c8 .
2025-12-18 11:21:22 -05:00
Frank
2fb89161c8
add client header
2025-12-18 10:33:25 -05:00
Dax Raad
e22af25076
ci: fix test failures in CI by pre-populating models cache
...
Tests were failing in CI because the models.json cache file doesn't exist
and the data() macro fallback only works at build time, not runtime.
The preload now pre-fetches models.json and disables the background
refresh to prevent race conditions during test execution.
2025-12-14 21:23:45 -05:00
Dax Raad
ffc4d53923
add models.dev family
2025-12-10 14:30:28 -05:00
Aiden Cline
df64612d54
better interleaved thinking support ( #5298 )
2025-12-09 16:32:12 -06:00
Dax
6d3fc63658
core: refactor provider and model system ( #5033 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com >
2025-12-03 21:09:03 -05:00
Frank
f5230d1f02
fix: incorrect sonnet price calculation
2025-11-14 18:46:43 -05:00
Aiden Cline
46d675b980
tweak: filter out deprecated models
2025-10-31 10:48:51 -05:00
Filip
51e4c9fc4c
add optional headers field to model config ( #3546 )
2025-10-30 23:35:26 -05:00
Jérôme Benoit
0eb899a950
chore: cleanup versioned zod imports ( #3460 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
2025-10-26 14:50:41 -05:00
Dax Raad
ab8471a7ff
core: filter out alpha status models from provider list
2025-10-15 20:12:37 -04:00
OpeOginni
36cf9b9922
fix: add timeout to fetch models.dev refresh request ( #3059 )
2025-10-12 00:20:22 -05:00
Aiden Cline
225adc46ba
feat: allow read tool to handle images ( #3052 )
2025-10-09 09:05:11 -05:00
Dax
c1b4e1f19d
Upgrade to Zod v4 ( #2605 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-09-15 03:12:07 -04:00
Frank
a3513244f1
wip: zen
2025-09-09 15:47:28 -04:00
Frank
0f263bfefe
Hide experimental models
2025-09-09 03:16:44 -04:00
Dax Raad
ea4e1913c0
increase models.dev polling interval to hourly
2025-08-03 14:58:35 -04:00
Dax Raad
71cd84dbbb
force models.dev refresh on auth login
2025-08-01 17:48:01 -04:00
Dax Raad
50e4b3e6a7
add version to user-agent
2025-08-01 12:18:09 -04:00
Dax Raad
a0d2e53bde
poll for models.dev changes
2025-07-31 23:47:42 -04:00
Dax Raad
851e900982
add user agent for models.dev request
2025-07-31 22:00:45 -04:00
adamdottv
ef73926db6
chore: include model release date
2025-06-30 15:46:18 -05:00
adamdottv
79bbf90b72
chore: rework openapi spec and use stainless sdk
2025-06-27 14:26:25 -05:00
GitMurf
0dc586faef
fix: typescript error (any) from models ( #347 )
2025-06-23 18:44:57 -04:00
Dax Raad
bc34f08333
bundle models.dev at build time and ignore refresh errors
2025-06-23 14:50:19 -04:00
Josh
9991352663
feat: forward provider options from model config ( #202 )
...
Co-authored-by: Dax Raad <d@ironbay.co >
2025-06-20 15:03:41 -04:00
Dax Raad
6a3392385e
support global config
2025-06-18 18:56:52 -04:00
Dax Raad
f99904bc1c
track version on session info
2025-06-18 13:40:36 -04:00
Dax Raad
ae4d089c06
remove call to npm causing noticible delay when starting chat
2025-06-18 10:35:41 -04:00
Dax Raad
b470466e30
integrate cache read/write data
2025-06-17 20:51:39 -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
Dax Raad
fa1266263d
downgrade to ai sdk v4.x
2025-06-14 18:44:08 -04:00
Dax Raad
574d494c3c
Enhance provider system with dynamic package resolution and improved logging
...
- Add npm registry lookup for AI SDK packages with fallback support
- Enhance error logging with cause information
- Add timing deltas to log output for performance monitoring
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-14 14:35:33 -04:00
adamdottv
97837d2d23
wip: refactoring tui
2025-06-13 06:23:12 -05:00
Dax Raad
442e1b52ad
Update provider configuration and server handling
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-12 23:10:03 -04:00
Dax Raad
ca3c22dc12
fix bunfile bug
2025-06-10 18:23:19 -04:00
Dax Raad
ef7f1f0761
sync
2025-06-10 13:30:13 -04:00
Dax Raad
db2bb32bcf
integrate with models.dev
2025-06-05 14:59:16 -04:00