Dax
c9c6b26a2e
LLM cleanup ( #5462 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-14 21:11:30 -05:00
Shantur Rathore
c97ef9840e
compaction: improve compaction prompt ( #5348 )
2025-12-10 17:21:38 -06:00
Aiden Cline
d9f443d333
more interleaved thinking fixes ( #5334 )
2025-12-10 13:29:26 -06:00
Aiden Cline
b9ad1b09cb
better interleaved thinking support ( #5298 )
2025-12-09 16:32:12 -06:00
Dax Raad
c4d4c5cf7c
rename bus
2025-12-09 14:32:09 -05:00
Ravi Kumar
a0c11b958b
feat(telemetry): Add userId and sessionId metadata to experimental_telemetry ( #5279 )
2025-12-09 09:46:48 -06:00
Aiden Cline
14183f06c6
core: refactor providerOptions function to accept Provider.Model for cleaner API
2025-12-09 01:25:36 -06:00
Noam Bressler
3eaeb48de1
add experimental.open_telemetry config option to enable OTEL spans ( #4978 )
...
Co-authored-by: noamzbr <noamzbr@users.noreply.github.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-12-05 10:48:22 -06:00
Aiden Cline
ac54645dc1
fix: compaction type issue
2025-12-03 20:43:47 -06:00
Dax
85d8825cb1
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
Shantur Rathore
db2a069383
tweak: compaction prompt ( #4838 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-30 14:31:57 -06:00
Aiden Cline
3ddac682b1
fix: add missing compacted event
2025-11-25 13:47:10 -06:00
Aiden Cline
5e2b334039
fix: dont auto continue if compaction was manual
2025-11-25 12:11:09 -06:00
Dax Raad
7747652bf6
summary optimizaitons
2025-11-22 11:32:49 -05:00
Patrick Wolf
cef68219f3
fix: preserve agent context during compaction ( #4556 )
2025-11-21 02:13:10 -06:00
Dax Raad
b0cdcb234b
fix gpt compaction issue
2025-11-18 13:10:00 -05:00
Dax
9fdf25c750
Refactor agent loop ( #4412 )
2025-11-17 10:57:18 -05:00
Aiden Cline
2468dad450
set cap for max time to wait between retries ( #4135 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-09 11:46:58 -06:00
GitHub Action
9855771157
chore: format code
2025-11-08 01:59:02 +00:00
GitHub Action
c8c99ada84
chore: format code
2025-11-07 19:47:53 +00:00
Dax Raad
41b5ce67c3
fix: update references after moving message functions to MessageV2 namespace
2025-11-07 14:47:05 -05:00
Dax Raad
e1e6b9b86f
message storage performance improvements
2025-11-07 01:11:47 -05:00
GitHub Action
455cb0d80c
chore: format code
2025-11-06 18:21:59 +00:00
Dax Raad
aaa60022b7
only display last 100 messages in TUI
2025-11-06 13:21:15 -05:00
Dax Raad
ed8913324e
big format
2025-11-06 13:03:12 -05:00
Dax
fd63884d0b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
Filip
0c840433c8
add optional headers field to model config ( #3546 )
2025-10-30 23:35:26 -05:00
Danilo Favato
e585b4da07
tweak: add experimental chatMaxRetries to config ( #2116 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-28 12:09:41 -05:00
Aiden Cline
e172fa9e20
feat (acp): mcp server support, file diffs, some default slash commands (/init, /compact), show todos properly ( #3490 )
...
The mcp server support does not mean acp didn't allow u to use mcp servers previously, it means that now you can connect new servers via ACP instead of relying on the opencode defined ones
2025-10-28 00:08:30 -05:00
Aiden Cline
2f3ee94954
fix: litellm error tool= param must be specified
2025-10-27 14:03:42 -05:00
Jérôme Benoit
0787f01d1d
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
Aiden Cline
18eee3b3cf
feat: retry parts ( #3369 )
2025-10-22 18:31:36 -05:00
Dax Raad
a2bf70e7ec
core: add experimental turn summarization to compact conversation history
2025-10-22 18:33:46 -04:00
Dax Raad
58c94cf635
add parent id to assistant messages
publish-vscode / publish (push) Has been cancelled
2025-10-22 15:01:13 -04:00
Aiden Cline
e25a4ed732
fix: provider option transforms ( #3331 )
2025-10-21 11:08:21 -05:00
Aiden Cline
2f32fde62d
make compact interruptable ( #3251 )
2025-10-18 11:49:29 -05:00
Fabian Kukuck
5e394521d4
feat: make compact feature use streaming API ( #3079 )
...
Co-authored-by: fku <fabian.kukuck@ipt.ch >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-15 13:44:16 -05:00
Aiden Cline
f8132999b6
fix: pass options to compact ( #3136 )
2025-10-13 10:42:39 -05:00
Dax Raad
87f71e2183
core: improve session API reliability with proper input validation
2025-10-06 19:37:44 -04:00
Dax Raad
79383f6082
only prune messages from more than 2 turns ago
2025-09-17 03:30:09 -04:00
Dax Raad
1d7fa7cca2
enable session pruning and allow disabling with OPENCODE_DISABLE_PRUNE
2025-09-16 04:53:17 -04:00
Dax
0a4df97382
Upgrade to Zod v4 ( #2605 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-09-15 03:12:07 -04:00
Dax Raad
887d164fcd
disable autocompact if context is 0
2025-09-13 05:59:18 -04:00
Dax Raad
d3f5c567df
add disable OPENCODE_DISABLE_AUTOCOMPACT
2025-09-13 05:55:04 -04:00
Dax Raad
d61f529c34
ignore: fix
2025-09-13 05:53:03 -04:00
Dax
7d8d63faff
Session management and prompt handling improvements ( #2577 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-09-13 05:46:14 -04:00