Dax Raad
1bc3c98ae7
ensure wl-copy is available
2025-11-01 11:10:39 -04:00
Haris Gušić
55787f2caa
fix: tui: Handle Clipboard.copy errors properly ( #3685 )
2025-11-01 15:34:21 +01:00
Haris Gušić
7df61a74a0
fix: tui: add toast for /share url copy ( #3686 )
2025-11-01 08:06:56 -05:00
Aiden Cline
041353f4ff
make /init a default slash command on server side ( #3677 )
2025-11-01 01:14:09 -05:00
Haris Gušić
c72f8b17c6
fix: tui: Fix /editor command ( #3663 )
2025-11-01 00:16:06 +00:00
opencode
eb304f4115
release: v1.0.7
2025-11-01 00:16:05 +00:00
Dax Raad
5565f14ef5
tab to accept autocomplete
2025-10-31 20:10:01 -04:00
Dax Raad
10a4455c6f
tui: fix prompt text aggregation to exclude synthetic content
2025-10-31 20:01:27 -04:00
Dax Raad
5ded6d6ad7
docs: sync
2025-10-31 23:58:57 +00:00
opencode
849a38c30c
release: v1.0.6
2025-10-31 23:58:57 +00:00
Dax Raad
68050ab802
tui: prevent clipboard operations from throwing errors on process exit
2025-10-31 19:54:15 -04:00
opencode
91d01fd4cc
release: v1.0.5
2025-10-31 23:51:36 +00:00
Dax Raad
9beb0f8512
tui: improve keyboard navigation and MCP server status display
2025-10-31 19:47:08 -04:00
Dax Raad
d4cb47eadc
tui: add keyboard shortcuts to cycle through recently used models
...
Users can now press F2 to cycle forward and Shift+F2 to cycle backward through their recently used models, making it faster to switch between commonly used AI models without opening the model selection dialog.
2025-10-31 19:42:41 -04:00
Dax Raad
261ff416a9
sync
2025-10-31 23:05:11 +00:00
opencode
d0a70cb217
release: v1.0.4
2025-10-31 23:05:10 +00:00
Aiden Cline
20fc56d020
Revert "opentui: fix: Make worker.ts path independent from cwd ( #3600 )"
...
This reverts commit d473d4ffc8 .
2025-10-31 17:57:56 -05:00
opencode
a57ae3ec93
release: v1.0.3
2025-10-31 22:52:57 +00:00
Dax Raad
30f9fa12d9
tui: add session rename functionality with /rename command
...
- Add /rename command to autocomplete when a session is active
- Add rename dialog component for changing session names
- Add rename option to session list dialog with 'r' keybind
- Add session rename command to command registry
2025-10-31 18:44:33 -04:00
Haris Gušić
d473d4ffc8
opentui: fix: Make worker.ts path independent from cwd ( #3600 )
2025-10-31 17:37:31 -05:00
Haris Gušić
af50596529
fix: grep failing when pattern started with a dash
2025-10-31 17:20:22 -05:00
Dax Raad
3823d8d50e
tui: simplify theme selection API by renaming setSelectedTheme to set
2025-10-31 18:11:36 -04:00
Dax Raad
7a926b32ce
respect theme in config
2025-10-31 18:04:38 -04:00
Haris Gušić
a5ede68241
fix: Remove conflicting "-h" aliases in TUI spawn and thread commands ( #3651 )
2025-10-31 16:59:59 -05:00
Aiden Cline
60dc38050d
fix: unsupported option
2025-10-31 16:53:08 -05:00
Dax Raad
31d0caee38
tui: add /editor command to autocomplete for opening external editor
2025-10-31 17:47:08 -04:00
Dax Raad
2a7ab45605
add /theme
2025-10-31 17:44:41 -04:00
Aiden Cline
019054dd1e
Revert "fix: ensure flags & docs match ( #3638 )"
...
This reverts commit a018a15f32 .
2025-10-31 16:43:29 -05:00
opencode-agent[bot]
a018a15f32
fix: ensure flags & docs match ( #3638 )
...
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-31 16:33:46 -05:00
Nathan Thomas
e630d680dd
feat: allow ctrl+d to exit the app ( #3636 )
2025-10-31 16:27:41 -05:00
Haris Gušić
9e392f25a6
feat: Improve error boundary add button to easily create issue in github ( #3639 )
2025-10-31 16:20:32 -05:00
Adam
70d8d1ab1e
wip: desktop work
2025-10-31 15:57:21 -05:00
Adam
342aa27e03
wip: desktop work
2025-10-31 15:37:50 -05:00
Adam
e1aed0cd01
wip: desktop work
2025-10-31 15:37:50 -05:00
opencode
c8ea2c5ce0
release: v1.0.2
2025-10-31 20:33:50 +00:00
Dax Raad
aae0ce9921
tui: improve autocomplete component styling and update test command
2025-10-31 16:21:30 -04:00
Dax Raad
81b94d84dc
ignore
2025-10-31 20:17:40 +00:00
opencode
ceab70f8d9
release: v1.0.1
2025-10-31 20:17:39 +00:00
Dax Raad
afe8cecc2b
tui: add persistent key-value storage for user preferences
...
- Add KVProvider context for storing user preferences like theme and warnings
- Update theme context to use KV storage instead of sync config
- Move openrouter warning to persistent KV storage
- Refactor theme selection to persist user choice across sessions
2025-10-31 16:13:02 -04:00
Dax Raad
9021dd60a1
tui: add /session command to list available sessions
2025-10-31 15:41:36 -04:00
opencode
b9a39b816c
release: v1.0.0
2025-10-31 19:28:07 +00:00
Dax Raad
1eeba770b1
docs: add v1.0 upgrade guide with UX changes documentation
2025-10-31 15:15:52 -04:00
Frank
6cff306be1
wip: zen
2025-10-31 15:09:48 -04:00
Dax
96bdeb3c7b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
opencode
81c617770d
release: v0.15.31
2025-10-31 18:56:26 +00:00
Frank
021334509e
sync
2025-10-31 14:43:51 -04:00
Frank
4bde3f7b15
zen: billing page layout
2025-10-31 14:43:51 -04:00
Haris Gušić
4355027408
fix: Missing @opencode-ai/plugin causes crash ( #3615 )
2025-10-31 13:41:04 -05:00
David Hill
b022cf0ed6
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-10-31 17:02:53 +00:00
David Hill
a529b0324d
wip: Tweaking select styles
...
This ghost style is placeholder for now until we style this properly with an icon and all the states.
2025-10-31 17:02:44 +00:00
David Hill
16f5e16395
wip: Tweaking button styles
2025-10-31 17:02:12 +00:00
Adam
76e080b2cb
wip: desktop work
2025-10-31 12:00:44 -05:00
Adam
ffc889b99e
wip: desktop work
2025-10-31 12:00:44 -05:00
David Hill
5379abe330
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-10-31 16:03:36 +00:00
David Hill
a5bcb76bbf
Added border as shadow and updated button
2025-10-31 16:03:33 +00:00
Aiden Cline
b628c580c2
update types
2025-10-31 10:49:52 -05:00
Aiden Cline
46d675b980
tweak: filter out deprecated models
2025-10-31 10:48:51 -05:00
Adam
a8bf1ad40f
wip: desktop work
2025-10-31 10:08:24 -05:00
Adam
0ac943de90
wip: desktop work
2025-10-31 09:45:57 -05:00
Adam
485135cf5c
wip: desktop work
2025-10-31 07:30:02 -05:00
Adam
543eee78a6
wip: desktop work
2025-10-31 07:24:47 -05:00
opencode
504a599473
release: v0.15.30
2025-10-31 06:12:16 +00:00
Aiden Cline
dfdd009750
fix: bash permission case
2025-10-31 00:52:46 -05:00
Haris Gušić
c1ada302f9
fix: Opencode hangs after exit ( #3481 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-30 23:57:58 -05:00
Filip
51e4c9fc4c
add optional headers field to model config ( #3546 )
2025-10-30 23:35:26 -05:00
Jay V
43e272e6c4
ignore: refactor header context menu to use CSS styling and router navigation
2025-10-30 20:24:29 -04:00
David Hill
2f9f189f39
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-10-30 22:53:00 +00:00
David Hill
f3c70f4ea8
Asset updates
2025-10-30 22:52:56 +00:00
David Hill
5d4441cd2b
Fix download zip
2025-10-30 22:41:32 +00:00
David Hill
bf5f34ace7
Brand Assets Zip
2025-10-30 22:38:12 +00:00
David Hill
9589657d21
Configure png and svg downloads
2025-10-30 22:25:07 +00:00
David Hill
37baed99c1
Brand page
2025-10-30 22:13:48 +00:00
Ritoban Dutta
a3ba740de4
fix: resolve hanging permission prompts in headless mode ( #3522 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-30 15:37:41 -05:00
Adam
dc96664578
chore: sanitize tool parts locally
2025-10-30 14:57:38 -05:00
Jay V
4dafc532a8
ignore: update project stats to reflect current growth
2025-10-30 15:47:41 -04:00
Adam
984fe4b769
wip: desktop work
2025-10-30 14:46:38 -05:00
Adam
48f50cf55e
wip: desktop work
2025-10-30 14:41:15 -05:00
Frank
ba13f8da08
wip: fix
2025-10-30 15:15:46 -04:00
Frank
1a8b494055
wip: zen
2025-10-30 15:10:29 -04:00
Frank
4f02d7d424
zen: allow byok requests w/o a balance
2025-10-30 15:10:29 -04:00
Adam
4cebd69bf0
wip: desktop work
2025-10-30 13:54:52 -05:00
Adam
dc6e54503c
wip: desktop work
2025-10-30 13:49:29 -05:00
David Hill
f18847d739
Adding links to legal
2025-10-30 17:37:30 +00:00
Adam
2a0b67d84f
fix: lander space
2025-10-30 12:32:25 -05:00
Adam
89eac737a5
wip: desktop work
2025-10-30 12:30:45 -05:00
Brandon
c68607fb2b
feat: Adds session id to Agent context metadata ( #3559 )
...
Co-authored-by: Brandon Wisnicki <bwisnicki@palantir.com>
2025-10-30 12:15:21 -05:00
Adam
e944ff0286
wip: desktop work
2025-10-30 12:13:02 -05:00
Adam
ee7612a31c
wip: desktop work
2025-10-30 12:02:51 -05:00
Adam
582ed7c363
wip: desktop work
2025-10-30 12:02:50 -05:00
Adam
dce287a42d
wip: desktop work
2025-10-30 12:02:50 -05:00
Adam
19974daa67
wip: desktop work
2025-10-30 12:02:50 -05:00
Adam
dcf865a889
wip: desktop work
2025-10-30 12:02:50 -05:00
Adam
3b20935959
wip: desktop work
2025-10-30 12:02:50 -05:00
Adam
30f4c2cf4c
wip: desktop work
2025-10-30 12:02:49 -05:00
Aiden Cline
3541fdcb20
tweak: adjust deno lsp ( #3581 )
2025-10-30 11:59:54 -05:00
David Hill
15de97c10f
Change position
2025-10-30 16:55:23 +00:00
Jay V
ee3fd3f7be
ignore:lander
2025-10-30 12:40:07 -04:00
Haris Gušić
dc87659791
tweak: move zod validation for tools to ensure it always runs ( #3565 )
2025-10-30 11:31:44 -05:00
Andrew Pashynnyk
149f5eaa2e
fix: preserve metadata from MCP tool results in tool.execute.after hook ( #3573 )
2025-10-30 11:10:42 -05:00
Aiden Cline
42e0b47a7d
fix: better frontmatter errors
2025-10-30 10:56:40 -05:00
oribi
2d5df3ad76
fix: agent model selection priority issue ( #3572 )
2025-10-30 09:32:39 -05:00
David Hill
f202fa0d89
Theme aware svgs to be copied
2025-10-30 13:01:48 +00:00
David Hill
0abffdb8f8
Icon size update
2025-10-30 12:46:34 +00:00
David Hill
e533d48b51
New assets
2025-10-30 12:36:41 +00:00
David Hill
439372704d
Close content menu with escape
2025-10-30 12:19:26 +00:00
David Hill
d7277fd305
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-10-30 12:16:15 +00:00
David Hill
bf0cbf2bfa
Adding polish
2025-10-30 11:37:00 +00:00
opencode
4b3a841dd9
release: v0.15.29
2025-10-30 06:49:34 +00:00
Aiden Cline
aca32eaa1c
fix: tui not showing some errors
2025-10-30 01:41:28 -05:00
Matt Gillard
3ae75d7031
add optional timeout field to mcp config to allow users to use responding servers ( #3558 )
...
Co-authored-by: Matt Gillard <matt-github@gillard.biz>
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-30 01:25:24 -05:00
Khang Ha (Kelvin)
4b5e447961
Fix "bufio.Scanner token too long" error by replacing Scanner with Reader in SSE ( #3531 )
2025-10-30 01:04:06 -05:00
Aiden Cline
7a2b8eae76
tweak: catch err
2025-10-30 00:29:30 -05:00
ElecTwix
d983b9485d
fix: add doom loop detection ( #3445 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-30 00:13:18 -05:00
David Hill
e265efec09
Add right click menu to logo
2025-10-30 00:40:24 +00:00
David Hill
5ae00ba567
Brand page
2025-10-30 00:22:49 +00:00
Jay V
a0f032c9b9
ignore: fix email formatting to ensure proper line breaks between message and signature
2025-10-29 19:19:28 -04:00
Jay V
e6132fc6a4
docs: enterprise
2025-10-29 19:07:43 -04:00
Frank
950b608c4d
zen: show browser default time
2025-10-29 17:14:28 -04:00
Adam
3210df7428
wip: desktop work
2025-10-29 16:04:34 -05:00
Adam
cdeb82e9ca
wip: desktop work
2025-10-29 16:04:34 -05:00
rienkim
a9cae7b335
feat: add positional argument support to slash commands ( #3456 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-29 14:54:24 -05:00
Frank
972c0893dd
zen: fix unified endpoint for codex
2025-10-29 15:06:37 -04:00
opencode
e5d89ca567
release: v0.15.28
2025-10-29 19:00:56 +00:00
Aiden Cline
4ae70d4b0d
fix: parcel watcher issue ( #3544 )
2025-10-29 13:52:38 -05:00
opencode
935cd7481b
release: v0.15.27
2025-10-29 18:41:24 +00:00
Dax Raad
5553efea5e
only generate user message summary if no diffs
2025-10-29 14:28:43 -04:00
Adam
0ff73ed8a6
wip: desktop work
2025-10-29 16:59:45 +00:00
opencode
5e792d7ac5
release: v0.15.26
2025-10-29 16:59:45 +00:00
David Hill
4a77e94e3c
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-10-29 16:16:56 +00:00
David Hill
4c563ea405
Enron update
2025-10-29 16:16:48 +00:00
David Hill
9701891e94
testimonial and other polish
2025-10-29 16:02:25 +00:00
opencode
a2ab37c1b6
release: v0.15.25
2025-10-29 16:01:53 +00:00
Dax Raad
4d6e2d8efc
autoupgrade latest major only
2025-10-29 11:53:25 -04:00
Aiden Cline
4407d5d96f
fix: ensure tool inputs are zod validated
2025-10-29 10:46:57 -05:00
Adam
244945c0e7
fix: desktop error
2025-10-29 10:43:34 -05:00
opencode
c652b2b4e8
release: v0.15.24
2025-10-29 15:38:55 +00:00
David Hill
aabeeb1431
Adding polish
2025-10-29 15:34:45 +00:00
David Hill
0fbedc5e19
Fix form submission
2025-10-29 15:34:39 +00:00
Dax Raad
12782fff14
remove log
2025-10-29 11:27:51 -04:00
Dax Raad
ca463a2346
session diff only include modified files
2025-10-29 11:26:21 -04:00
Aiden Cline
7265cdf817
ignore: rm
2025-10-29 10:19:02 -05:00
David Hill
7baa751351
First pass at adding an enterprise page
2025-10-29 15:16:17 +00:00
Adam
5b86fa9109
wip: desktop work
2025-10-29 07:32:01 -05:00
Adam
aa7e008fe1
wip: desktop work
2025-10-29 07:32:00 -05:00
Aiden Cline
a0541ba57a
zen: fix models endpoint to be openai compatible
2025-10-28 22:48:57 -05:00
Aiden Cline
4994bf1b46
ignore: rename type
2025-10-28 22:39:57 -05:00
Tyler Gannon
1e24514d61
add OpenAPI annotations to tui.ts control endpoints ( #3519 )
2025-10-28 22:39:22 -05:00
opencode
4b1c6300a0
release: v0.15.23
2025-10-29 01:35:27 +00:00
Dax Raad
cd79676b42
sync
2025-10-28 20:35:18 -04:00
Dax Raad
09e7e0ab70
tag majors
2025-10-28 20:28:30 -04:00
Kevin King
0e60f66604
ignore: python sdk ( #2779 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-28 18:32:45 -05:00
Aiden Cline
fc8db6cdf9
fix: ensure timeout param passed to bash tool is positive
2025-10-28 17:32:39 -05:00
kcrommett
5cc37c4ea0
mcp: fix status() to not overwrite connected with failed ( #3514 )
2025-10-28 16:16:03 -05:00
Adam
46ad456718
wip: desktop work
2025-10-28 15:39:41 -05:00
Haris Gušić
832ffd2303
fix: Use process.stdout.write instead of console.log ( #3508 )
2025-10-28 15:38:08 -05:00
Adam
545f345848
wip: desktop work
2025-10-28 15:29:16 -05:00
Adam
77ae0b527e
wip: desktop work
2025-10-28 15:29:16 -05:00
Adam
c1278109c9
wip: desktop work
2025-10-28 15:29:16 -05:00
Adam
a7a88d01ef
wip: desktop work
2025-10-28 15:29:16 -05:00
Adam
4e0ab6b634
wip: desktop work
2025-10-28 15:29:16 -05:00
Adam
d36485b7af
wip: desktop work
2025-10-28 15:29:15 -05:00
Adam
1da24f6adb
wip: desktop work
2025-10-28 15:29:15 -05:00
Frank
e29dd27632
zen: provider affinity
2025-10-28 15:55:03 -04:00
Aiden Cline
37380e1f94
add --title flag to opencode run ( #3507 )
2025-10-28 13:32:36 -05:00
Dax Raad
1309ca7a81
ignore
2025-10-28 14:13:47 -04:00
Dax Raad
c1515316f5
core: fix additions and deletions counting in edit tool filediff
2025-10-28 14:08:10 -04:00
Danilo Favato
b66e7b6fce
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
oribi
eb398f1951
add OPENCODE_CONFIG_DIR to allow loading a custom config directory ( #3504 )
...
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-28 11:50:09 -05:00
Aiden Cline
643c22d21f
add catch for mcp tool execution
2025-10-28 10:23:04 -05:00
Aiden Cline
74acd08ead
add catch for mcp tool execution
2025-10-28 10:23:03 -05:00
opencode
49ea5aa2ad
release: v0.15.20
2025-10-28 15:12:37 +00:00
Aiden Cline
ee1af0fe80
fix: blank version issue
2025-10-28 10:03:53 -05:00
opencode
6af6a1295f
release: v0.15.19
2025-10-28 08:12:32 +00:00
Dax Raad
22821744ef
feat: add OPENCODE_FAKE_VCS flag for VCS testing and update todo tracking instructions
2025-10-28 02:54:29 -04:00
Aiden Cline
872c9467b2
chore: rm unused import
2025-10-28 00:43:29 -05:00
Dax Raad
d8249f32a8
do not set temperature for claude models
2025-10-28 01:14:25 -04:00
Aiden Cline
982954cc1b
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
Frank
4caa458232
acp: fix type error
2025-10-27 21:40:08 -04:00
Frank
6fe8e3973c
zen: support 1M claude context
2025-10-27 21:36:10 -04:00
Frank
7816901713
wip: zen doc
2025-10-27 21:25:56 -04:00
Frank
71abca9571
wip: zen
2025-10-27 19:26:28 -04:00
kcrommett
7216a8c86d
fix: editor paste functionality for text attachments ( #3489 )
2025-10-27 17:51:33 -05:00
Jay V
e3e16e58c5
docs: edit
2025-10-27 18:16:48 -04:00
Dax Raad
a2951a2702
Remove typecheck script from desktop package
2025-10-27 18:03:32 -04:00
Jay V
55453dc606
Add missing dependencies for desktop package
2025-10-27 17:49:31 -04:00
Jay V
198d7f7e5f
Merge branch 'doc-acp' into dev
2025-10-27 17:49:24 -04:00
Jay V
e3e9fd7aa8
docs: edit
2025-10-27 17:48:17 -04:00
Aiden Cline
3c56dbcf58
chore: rm comment
2025-10-27 16:15:13 -05:00
Aiden Cline
ee07ed2dc4
chore: delete unused file
2025-10-27 15:44:12 -05:00
Adam
485e4520e7
wip: desktop work
2025-10-27 15:37:07 -05:00
Adam
fc115ea367
wip: desktop work
2025-10-27 15:37:07 -05:00
Adam
d03b79e61e
wip: desktop work
2025-10-27 15:37:06 -05:00
Adam
0acae8211a
wip: desktop work
2025-10-27 15:37:06 -05:00
Aiden Cline
0af4505756
fix: litellm error tool= param must be specified
2025-10-27 14:03:42 -05:00
Aurelien Ribon
a606e1d2ec
fix: dont set reasoning effort to medium for gpt-5-pro ( #3474 )
2025-10-27 10:50:57 -05:00
Aiden Cline
0e65700183
update sdk
2025-10-27 10:47:04 -05:00
Aiden Cline
e6301ca5d5
tweak: rename event
2025-10-27 10:42:47 -05:00
Bernat Pericàs
b562863fcc
feat: add session.started event that triggers when a new session is created ( #3413 )
2025-10-27 07:18:23 -05:00
Aiden Cline
1a6fd018f6
Revert "fix: Explicitly exit CLI to prevent hanging subprocesses ( #3083 )"
...
This reverts commit a9624c0fff .
2025-10-27 01:30:13 -05:00
Aiden Cline
fdb5bae3c6
docs: acp
2025-10-27 00:56:00 -05:00
Haris Gušić
a9624c0fff
fix: Explicitly exit CLI to prevent hanging subprocesses ( #3083 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-27 00:03:10 -05:00
Aiden Cline
316d4c9197
wip
2025-10-26 23:49:56 -05:00
Denys Rybalka
5e886c35d5
chore: use stable URLs in PKGBUILD ( #3448 )
2025-10-26 19:50:45 -05:00
Aiden Cline
5162268f9d
docs: update agent frontmatter permission example
2025-10-26 15:04:48 -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
Dan McGuirk
3241f6b8bb
docs: fix typos ( #3454 )
2025-10-26 14:37:25 -05:00
Joscha Götzer
7d0c6860cd
fix: make build script work cross-platform ( #3430 )
...
Co-authored-by: JosXa <info@josxa.dev>
2025-10-26 01:40:17 -05:00
Aiden Cline
c70e393c81
Remove claude-haiku-4.5 from default priority for GitHub Copilot session title generation
2025-10-26 01:21:34 -05:00
opencode
20963c4186
release: v0.15.18
2025-10-26 03:49:21 +00:00
Aiden Cline
0a778a2789
make title gen more reliable
2025-10-25 22:14:29 -05:00
Aiden Cline
42c1e61bf4
fix: $ invocation not .quiet() ( #3449 )
2025-10-25 16:27:09 -05:00
Dax Raad
795b845782
update anthropic prompt
2025-10-25 17:26:27 -04:00
Mohammad Alhashemi
2e434a459a
feat: add noReply parameter ( #3433 )
...
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-25 14:56:54 -05:00
Paulo Edgar Castro
ae62bc8b1f
fix: timeout param that allows user to disable provider timeout ( #3443 )
2025-10-25 12:08:27 -05:00
opencode
fc2afdc92f
release: v0.15.17
2025-10-25 06:45:23 +00:00
Aiden Cline
98d51dde6a
acp: slash commands, agents, permissions, @ references, code cleanup ( #3403 )
...
Co-authored-by: yetone <yetoneful@gmail.com>
2025-10-25 01:32:46 -05:00
Aiden Cline
5fec5ff424
fix: bedrock reasoning
2025-10-24 17:35:08 -05:00
Adam
fea6a357bc
wip: desktop work
2025-10-24 16:04:44 -05:00
Adam
6b82153263
wip: desktop work
2025-10-24 15:51:31 -05:00
Adam
fa8e714d69
wip: desktop work
2025-10-24 15:43:47 -05:00
Adam
90515bc8c3
wip: desktop work
2025-10-24 15:02:31 -05:00
Adam
e34042e17a
wip: accordion css not going to keep me down
2025-10-24 15:01:28 -05:00
Dax Raad
6ff0ce8bc5
ignore: improve session timeline debugging and message display functionality
2025-10-24 15:45:37 -04:00
Aiden Cline
e88b659545
make plan agent whitelist more conservative ( #3424 )
2025-10-24 14:40:36 -05:00
Dax Raad
74048ece2d
ignore: fix new session message loading with retry logic to handle server processing delays
2025-10-24 15:35:53 -04:00
Dax Raad
6646f7264a
ignore: highlight active session in sidebar to improve visual feedback
2025-10-24 15:27:20 -04:00
Dax Raad
18e549a474
ignore: fix session activation after creation to ensure proper state management
2025-10-24 15:24:17 -04:00
Adam
82249754e7
fix: pierre dep
2025-10-24 13:51:24 -05:00
Aiden Cline
5a0228897b
ignore: reword
2025-10-24 13:46:47 -05:00
Adam
e2920c06a3
wip: desktop work
2025-10-24 13:01:22 -05:00
Dax Raad
4da3aa2eb2
add missing dep
2025-10-24 13:43:33 -04:00
Adam
efe7f01f41
wip: desktop work
2025-10-24 12:38:00 -05:00
Adam
9ae3d74adc
wip: desktop work
2025-10-24 12:32:02 -05:00
Adam
477b6c584d
wip: desktop work
2025-10-24 12:16:33 -05:00
Adam
86447b5764
wip: desktop work
2025-10-24 12:16:33 -05:00
Adam
fe8f6d7a3e
wip: desktop work
2025-10-24 12:16:33 -05:00
Adam
59b5f53509
wip: desktop work
2025-10-24 12:16:32 -05:00
Adam
3eb2db98ed
wip: desktop work
2025-10-24 12:16:32 -05:00
Adam
35dec0649d
wip: desktop work
2025-10-24 12:16:32 -05:00
Adam
78a7f79143
wip: ui package demo page
2025-10-24 12:16:32 -05:00
Aiden Cline
707ed72381
adjust edit tool multiple matches error wording ( #3418 )
2025-10-24 12:14:49 -05:00
Dax Raad
21880e199d
mroe summary tweaks
2025-10-24 12:37:23 -04:00
Dax Raad
736a85d427
track finish reason
2025-10-24 12:23:24 -04:00
Dax Raad
fb40dc6b20
generate user message title and body
2025-10-24 11:50:42 -04:00
Hieu Nguyen
483fcdaddb
feat: support lua lsp ( #3402 )
2025-10-24 10:37:11 -05:00
Andrew Pashynnyk
883b71ac36
fix: respect local config for autoupdate settings ( #3408 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-24 09:50:09 -05:00
Dax Raad
3e574c71cb
potentially fix fetch failed timeout errors
2025-10-24 09:46:28 -04:00
Dax Raad
4cab66da6c
test cleanup
2025-10-24 09:29:38 -04:00
Dax Raad
7003efd2da
fix summary
2025-10-24 09:24:58 -04:00
Dax Raad
06fe87b361
fix failing migration
2025-10-24 09:20:15 -04:00
opencode
343471b98d
release: v0.15.16
2025-10-24 04:52:27 +00:00
Dax Raad
56528493dc
codex does not have reasoning effort set
2025-10-24 00:29:34 -04:00
opencode
e66156c86e
release: v0.15.15
2025-10-24 03:51:17 +00:00
Dax Raad
8b9b8ca15b
update codex prompt
2025-10-23 23:36:32 -04:00
Haris Gušić
50cc641288
fix: Opencode fails with ENOENT posix_spawn '/usr/bin/rg' ( #3396 )
2025-10-23 18:05:01 -05:00
Bernat Pericàs
4c90bf3e07
refactor: whitelist some safe bash tools in Plan agent ( #3288 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-23 17:11:08 -05:00
Dax Raad
4bd7646ccb
regen sdk
2025-10-23 16:33:00 -04:00
Dax Raad
cee7106054
session summaries in data
2025-10-23 16:28:20 -04:00
Dax Raad
f4dfae0bb0
ignore: diff stuff
2025-10-23 16:04:58 -04:00
Aiden Cline
9b5fe10df6
add flag wildcard parsing support for bash tool ( #3390 )
2025-10-23 13:35:09 -05:00
Aiden Cline
b5f336c0ea
test: rm flaky test
2025-10-23 12:52:08 -05:00
Aiden Cline
913c3ae799
tweak: split out title before newline
2025-10-23 12:44:43 -05:00
Thierry Delafontaine
a68111ca77
fix: move zod-to-json-schema to dependencies ( #3387 )
2025-10-23 12:16:03 -05:00
Aiden Cline
5f8a3a574e
docs: fix numbers
2025-10-23 11:53:21 -05:00
Aiden Cline
d69e8e5528
docs: tweak google vertex
2025-10-23 11:49:53 -05:00
Yuku Kotani
e5df43f9b7
docs: Add Google Vertex AI provider documentation ( #3349 )
2025-10-23 11:44:06 -05:00
Andrew Pashynnyk
3c7b229d8b
fix: allow tool.execute.after hook to modify MCP tool output ( #3381 )
2025-10-23 10:38:55 -05:00
Mani Sundararajan
9ab4414aef
docs: rm winget as a recommended installation method under windows ( #3382 )
...
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-23 09:25:42 -05:00
opencode
5e69bdbef4
release: v0.15.14
2025-10-23 05:55:28 +00:00
Yesh Yendamuri
f81e28c673
feat: add model management to ACP sessions ( #3358 )
2025-10-23 00:43:28 -05:00
Aiden Cline
61899d4fa7
regen sdk
2025-10-22 23:00:03 -05:00
Aiden Cline
7c7ebb0a9d
feat: retry parts ( #3369 )
2025-10-22 18:31:36 -05:00
Dax Raad
9def7cff2d
summary tweaks
2025-10-22 19:03:08 -04:00
geril07
c2ef930d2a
add option to allow agent switches to not change model ( #3356 )
2025-10-22 17:51:46 -05:00
Adam
3c3d2f5a6e
wip: desktop work
2025-10-22 17:51:16 -05:00
Dax Raad
f435049d36
sync
2025-10-22 18:49:57 -04:00
Dax Raad
1f80de2fa6
core: add experimental turn summarization to compact conversation history
2025-10-22 18:33:46 -04:00
Adam
f194a784b0
wip: desktop work
2025-10-22 17:33:08 -05:00
Adam
89b703c387
wip: desktop work
2025-10-22 17:31:49 -05:00
Dax Raad
28d8af48a0
add parent id to assistant messages
2025-10-22 15:01:13 -04:00
Kyle Galbraith
10ff6e9830
docs: fix typo in SDK documentation ( #3355 )
2025-10-22 11:43:28 -05:00
theVinchi
a7b43d82ab
add Amazon Nova models to us-* prefix requirement list ( #3357 )
2025-10-22 11:41:38 -05:00
Aiden Cline
9005fd31ed
tweak
2025-10-22 11:29:10 -05:00
Aiden Cline
d2bded23c3
tweak
2025-10-22 11:28:06 -05:00
Aiden Cline
c0cbc37f85
tweak: model priority
2025-10-22 11:12:32 -05:00
Aiden Cline
9df61055e2
change default title model
2025-10-22 10:41:08 -05:00
Affaan Mustafa
8db5951287
feat: Improve editor detection with auto-discovery and better error messages ( #3155 )
...
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-21 20:49:42 -05:00
Haris Gušić
97c7e941eb
fix: opencode run shouldn't print to stderr ( #3341 )
2025-10-21 19:53:09 -05:00
Aiden Cline
354f5c3281
ignore: fix acp test ( #3339 )
2025-10-21 15:27:59 -05:00
opencode
833706cda4
release: v0.15.13
2025-10-21 20:24:20 +00:00
Dax Raad
d9a8d2032a
fix sourcemapping so errors show proper stack trace
2025-10-21 15:32:24 -04:00
Dax Raad
d7cdabe8b7
refactor acp args
2025-10-21 15:24:09 -04:00
opencode
6ac5a447c2
release: v0.15.12
2025-10-21 17:31:56 +00:00
Aiden Cline
ca0f3902b7
fix: provider option transforms ( #3331 )
2025-10-21 11:08:21 -05:00
Dax Raad
e9996342a7
core: provide line-level statistics in file diffs to help users understand the scale of changes
2025-10-21 11:54:41 -04:00
opencode
a84826061d
release: v0.15.11
2025-10-21 15:04:22 +00:00
Dax Raad
7a20f77ebf
core: improve error handling with console output for debugging
2025-10-21 10:55:10 -04:00
Giuseppe Rota
731122bf99
fix(acp): use newer acp package ( #3317 )
2025-10-21 09:35:09 -05:00
kcrommett
a99bd3aa2c
tweak: adjust file api to encode images ( #3292 )
2025-10-21 00:52:39 -05:00
zWing
96efede846
fix: openai options when using @ai-sdk/azure ( #3315 )
2025-10-20 23:30:13 -05:00
Cheol Kang
2f66055d25
feat: add -f/--file flag to opencode run command ( #3295 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-20 23:25:54 -05:00
opencode
6995dab1dc
release: v0.15.10
2025-10-20 22:21:03 +00:00
Dax Raad
a0a09f421c
core: add session diff API to show file changes between snapshots
2025-10-20 17:59:26 -04:00
Joe Schmitt
f3f21194ae
feat: Add ACP (Agent Client Protocol) support ( #2947 )
...
Co-authored-by: opencode-bot <devnull@opencode.local>
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: GitHub Action <action@github.com>
2025-10-20 16:55:22 -05:00
opencode
835fa9fb81
release: v0.15.9
2025-10-20 21:16:57 +00:00
Frank
075ef0fa34
wip: share
2025-10-20 16:17:51 -04:00
Aiden Cline
89b72e4442
fix: bash tool permission merges ( #3302 )
2025-10-20 15:15:14 -05:00
Frank
7a7b3c6315
wip: zen
2025-10-20 13:22:43 -04:00
Rui Ferrão
3d48c14d29
docs: clarify the effects of the subtask command option with primary … ( #3299 )
2025-10-20 12:16:09 -05:00
Hieu Nguyen
4d8268c818
feat: support astro lsp ( #3242 )
2025-10-19 22:49:06 -05:00
Squibid
95d413bec6
theme: add mellow theme ( #3198 )
2025-10-19 22:34:04 -05:00
Joscha Götzer
1cb5a70382
feat(theme): Add Night Owl theme ( #3269 )
2025-10-19 22:30:04 -05:00
Walter
6adc16ca8a
fix(tui): Allow modals to handle ESC key before force closing ( #3279 )
2025-10-19 22:16:54 -05:00
Aiden Cline
43a07c6aca
hide invalid option
2025-10-19 20:51:33 -05:00
Aiden Cline
5d3a88f34f
fix: snapshot undo bug ( #3290 )
2025-10-19 18:42:34 -05:00
Ivan Uhalin
e47edfffe4
docs: fix Grep by Vercel link in documentation ( #3280 )
2025-10-19 11:51:57 -05:00
Aiden Cline
1c7bd6365e
replace all $ARGUMENTS ( #3276 )
2025-10-18 23:37:17 -05:00
opencode
d69beec087
release: v0.15.8
2025-10-18 18:36:52 +00:00
Aiden Cline
1f869bccc1
make compact interruptable ( #3251 )
2025-10-18 11:49:29 -05:00
Adam
335d833655
wip: desktop work
2025-10-17 15:22:11 -05:00
Haris Gušić
1dba01e057
Improve typo directory error ( #3247 )
2025-10-17 14:34:37 -05:00
Jay V
a3de43f3de
ignore: clarify that workspaces are free for teams during beta
2025-10-17 15:19:19 -04:00
Jay V
22ad4f5365
ignore: help users discover that teams feature is free during beta
2025-10-17 14:33:21 -04:00
Jay V
5bfbec60b5
docs: clarify team collaboration features and pricing
2025-10-17 13:58:10 -04:00
Adam
cc18b58ff9
wip: desktop work
2025-10-17 12:07:58 -05:00
Adam
887a819f24
wip: desktop work
2025-10-17 12:06:36 -05:00
Frank
b7c8690414
wip: zen
2025-10-17 02:23:45 -04:00
Frank
c25b9bf65a
wip: zen
2025-10-17 01:15:25 -04:00
Matt Gillard
ddb2e6957c
added AU inference for bedrock haiku 4.5 ( #3206 )
...
Co-authored-by: Matt Gillard <matt-github@gillard.biz>
2025-10-16 23:48:41 -05:00
Frank
a590b32a10
wip: zen
2025-10-17 00:26:00 -04:00
Frank
5f7bba11fd
wip: zen
2025-10-16 23:43:49 -04:00
Frank
4663ea5faa
wip: zen
2025-10-16 23:19:25 -04:00
Frank
dd581e8577
wip: zen
2025-10-17 03:17:07 +00:00
opencode
bad01d76de
release: v0.15.7
2025-10-17 03:17:07 +00:00
Aiden Cline
d69366b00c
Revert "try to avoid persisting empty thinking/text blocks"
...
This reverts commit d8a15e7bc9 .
2025-10-16 22:04:55 -05:00
Frank
1947580b08
wip: zen
2025-10-16 22:28:34 -04:00
Frank
ca9b13e8a2
wip: zen
2025-10-16 22:28:09 -04:00
Hieu Nguyen
92d9a0ec61
feat: deno lsp ( #3210 )
...
Co-authored-by: hiunguynx <hieu.nm1@teko.vn>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-10-16 18:08:36 -05:00
opencode
2be9ed2590
release: v0.15.6
2025-10-16 23:02:59 +00:00
Aiden Cline
25861f6d0d
sync
2025-10-16 17:49:02 -05:00
Aiden Cline
b24f4e3d2c
fix: timeout option ( #3229 )
2025-10-16 17:47:41 -05:00
Frank
729ad1cb75
wip: zen
2025-10-16 17:50:32 -04:00
Haris Gušić
fb4105a46c
docs: fix Ctrl+K styling in documentation ( #3021 )
2025-10-16 15:30:28 -05:00
Frank
7abc3e9794
ci: fix
2025-10-16 16:04:25 -04:00
Frank
88fef05923
wip: zen
2025-10-16 15:58:51 -04:00
Adam
47d9e01765
wip: css/ui and desktop work
2025-10-16 14:53:44 -05:00
Aiden Cline
fc18fc8a08
fix: bash hangs & orphans ( #3225 )
2025-10-16 14:39:36 -05:00
Adam
20229f147b
wip: css/ui and desktop work
2025-10-16 14:07:37 -05:00
Aiden Cline
149cb6a9ec
fix: connection closed
2025-10-16 14:00:07 -05:00
Frank
7ec5e49e19
zen: support stripe link
2025-10-16 14:59:46 -04:00