Dax Raad
bd79ff87cc
fix missing vite
2025-11-22 10:45:06 -05:00
Brendan Allan
85d99198b5
Use devinxi-ed Solid Start ( #4635 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Dax Raad <d@ironbay.co>
2025-11-22 10:39:25 -05:00
opencode
85284df725
release: v1.0.98
2025-11-22 06:00:23 +00:00
Dax Raad
87054ee983
fix flickering/layout shift during work
2025-11-22 00:49:35 -05:00
GitHub Action
81245c2548
chore: format code
2025-11-22 05:15:55 +00:00
Dax Raad
6f82b321d8
tauri
2025-11-22 00:15:01 -05:00
opencode
f4593c6653
release: v1.0.97
2025-11-22 05:02:16 +00:00
Dax Raad
15902cf54d
core: add missing system libraries to docker image so the agent starts successfully
2025-11-21 23:52:01 -05:00
GitHub Action
d1102c33ac
chore: format code
2025-11-22 04:48:52 +00:00
Dax Raad
aabbd3383c
fix dockerfile
2025-11-21 23:48:09 -05:00
opencode
afb55cb7d4
release: v1.0.95
2025-11-22 04:27:20 +00:00
Dax Raad
34271a82ff
release: v1.0.94
2025-11-21 23:06:37 -05:00
Dax Raad
b20a31098a
sync
2025-11-21 22:58:20 -05:00
Dax Raad
b5a039e5ae
ci stuff
2025-11-21 22:53:58 -05:00
GitHub Action
986cc0a01c
chore: format code
2025-11-22 03:31:29 +00:00
opencode
b20fd36c48
release: v1.0.92
2025-11-22 03:31:28 +00:00
Dax Raad
e4e6bf66e1
publish tar.gz for linux
2025-11-21 22:24:36 -05:00
opencode
3ae27273c6
release: v1.0.91
2025-11-22 02:19:56 +00:00
Dax Raad
eefb3c43dd
fix arg parsing
2025-11-21 21:13:43 -05:00
Dax
49408c00e9
enterprise ( #4617 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-11-21 20:41:27 -05:00
opencode
76192fbced
release: v1.0.90
2025-11-22 00:16:10 +00:00
GitHub Action
a1c76c79de
chore: format code
2025-11-22 00:09:32 +00:00
Dax Raad
db9e2b1aac
ci: disable automatic config loading during CLI builds to prevent configuration interference
2025-11-21 19:08:51 -05:00
opencode
45c4970d68
release: v1.0.89
2025-11-22 00:00:23 +00:00
Tommy D. Rossi
1d7a9309d6
feat: lower opacity for thinking summaries ( #4610 )
2025-11-21 17:35:47 -06:00
Dax Raad
f5ac98251e
tui: split revert memo into smaller tracked computations to prevent unnecessary re-evaluations
2025-11-21 18:27:25 -05:00
GitHub Action
78239045ba
chore: format code
2025-11-21 22:42:39 +00:00
Dax Raad
d8b60875c4
tui: batch SDK events to reduce render churn and improve responsiveness
...
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21 17:42:02 -05:00
opencode
48949a6e9d
release: v1.0.88
2025-11-21 22:37:46 +00:00
GitHub Action
082a330ea3
chore: format code
2025-11-21 22:30:46 +00:00
Aiden Cline
adf7df0d5c
tweak: bash tool behavior w/ /bin/zsh
2025-11-21 16:30:00 -06:00
opencode
a76ad48563
release: v1.0.87
2025-11-21 21:58:10 +00:00
Dax Raad
00f991162f
if finish reason is unknown, continue
2025-11-21 16:51:32 -05:00
Frank
d6cdd24fad
doc: update gpt pricing
2025-11-21 15:48:54 -05:00
GitHub Action
c9473756df
chore: format code
2025-11-21 20:33:42 +00:00
Ivan Starkov
b5d0c56b4c
fix: make bash tool respect $SHELL ( #3494 )
...
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-11-21 14:33:04 -06:00
opencode
96a2f5268c
release: v1.0.86
2025-11-21 20:32:47 +00:00
Frank
e34df15ff5
update logic for local and dev providers
2025-11-21 13:31:33 -05:00
GitHub Action
26ec87803a
chore: format code
2025-11-21 17:57:33 +00:00
Frank
037e8d4555
wip: zen
2025-11-21 12:50:51 -05:00
Patrick Wolf
416f2964b5
fix: preserve agent context during compaction ( #4556 )
2025-11-21 02:13:10 -06:00
Ian Maurer
e018e16898
fix(cli): ensure clean exit on provider/model errors ( #4223 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 02:01:19 -06:00
Aiden Cline
d16c8c9f0f
ignore: update sdk
2025-11-21 01:25:06 -06:00
Aiden Cline
fffe20cbe5
add provider whitelist
2025-11-21 01:24:44 -06:00
Aiden Cline
f6da3c467b
ignore: sync sdk
2025-11-21 01:04:02 -06:00
geril07
c0d9f21c0f
feat: whitelist/blacklist config options for provider ( #3416 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 01:01:30 -06:00
GitHub Action
a67b616139
chore: format code
2025-11-21 06:03:38 +00:00
opencode
2991547974
release: v1.0.85
2025-11-21 06:03:38 +00:00
Dax Raad
b59def2e4a
hide gpt5 nano
2025-11-21 00:58:02 -05:00
opencode
d842353f39
release: v1.0.84
2025-11-21 05:55:03 +00:00
Dax Raad
d20ef569de
tui: replace text shimmer with animated progress bar during model processing
2025-11-21 00:47:27 -05:00
Dax Raad
ca2b871810
tui: simplify popular providers list to show only top 6 instead of applying provider priority sorting
2025-11-21 00:32:21 -05:00
Dax
23ea8ba1ce
Tui onboarding ( #4569 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-21 00:21:06 -05:00
Zak
c417fec246
tweak: adjust invalid directory error message ( #4567 )
...
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 <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 22:36:07 -06:00
Aiden Cline
5413b16b57
fix: split not a function error
2025-11-20 22:33:59 -06:00
Spoon
43c021ed80
feat: add field to allow user only messages ( #4554 )
...
Co-authored-by: GitHub Action <action@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-11-20 19:13:42 -06:00
GitHub Action
3b005d29d7
chore: format code
2025-11-21 00:49:39 +00:00
opencode
635f70f477
release: v1.0.83
2025-11-21 00:49:39 +00:00
Aiden Cline
adbb6037ac
fix: undefined err
2025-11-20 18:43:58 -06:00
opencode
598d6d00e4
release: v1.0.82
2025-11-20 22:44:37 +00:00
Aiden Cline
cf934357c9
fix: make use openrouter ai sdk package to fix interlevened thinking models
2025-11-20 16:32:44 -06:00
Aiden Cline
8ab206b443
tweak: navigate to child session if it is asking for permissions
2025-11-20 15:46:49 -06:00
Aiden Cline
ec5c96e10d
Revert "Image tag fix for real this time ( #4540 )"
...
This reverts commit eb975bb89c .
2025-11-20 14:14:02 -06:00
Aiden Cline
d2a61290b9
Revert "ignore: write todo"
...
This reverts commit 5aa2078852 .
2025-11-20 14:13:56 -06:00
Aiden Cline
10faf9e717
ignore: fix mdx
2025-11-20 14:07:25 -06:00
Aiden Cline
cba239bc8f
change default child session cycle keybind to <leader>right, and <leader>left
2025-11-20 14:01:02 -06:00
GitHub Action
d412ba264a
chore: format code
2025-11-20 19:17:06 +00:00
Aiden Cline
9780f2b792
docs: update model list
2025-11-20 13:16:27 -06:00
Aiden Cline
5aa2078852
ignore: write todo
2025-11-20 12:35:34 -06:00
shuv
eb975bb89c
Image tag fix for real this time ( #4540 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 12:34:39 -06:00
GitHub Action
9479fe3ce6
chore: format code
2025-11-20 17:35:43 +00:00
William Tan
4393cf8dbe
tweak: Prefer VISUAL environment variable over EDITOR per Unix convention ( #4549 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 11:27:16 -06:00
opencode
447a4ca8c3
release: v1.0.81
2025-11-20 17:16:31 +00:00
Aiden Cline
40ac2549ff
fix: aur build
2025-11-20 11:04:09 -06:00
cc-bjojac
a9c56b813a
Make the MAX_OUTPUT_LENGTH in bash.ts overridable by OPENCODE_EXPERIMENTAL_BASH_MAX_OUTPUT_LENGTH ( #4497 )
...
Co-authored-by: Björn Jacobs <bjoern.jacobs.ext@bundesanzeiger.de>
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-11-20 10:45:13 -06:00
Haris Gušić
b1b73c9deb
fix: Autocomplete with existing space after trigger ( #4121 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-20 10:37:45 -06:00
processtrader
e7a157ef8f
fix: replace ruby-lsp with rubocop for better LSP performance ( #4543 )
2025-11-20 09:54:47 -06:00
Frank
3989b9fc7f
wip: zen
2025-11-20 10:31:35 -05:00
Frank
3632ba3785
zen: show token breakdown
2025-11-20 09:54:22 -05:00
Tommy D. Rossi
b12efb2023
fix: do not print ai sdk warnings ( #4541 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-20 08:42:24 -06:00
Roberto Gongora
bd91cf220c
docs: typo in PHP Intelephense documentation ( #4545 )
2025-11-20 08:41:31 -06:00
Asmae_ELAZRAK
9eb6731c21
docs: add cortecs docs ( #4547 )
2025-11-20 08:34:04 -06:00
Aiden Cline
00b5e9f6ca
chore: rm unused code
2025-11-20 00:10:51 -06:00
Aiden Cline
6b3f424e4d
tweak: let user name export file
2025-11-19 23:58:40 -06:00
Aiden Cline
e7dfeec9c4
fix: make toast wrap
2025-11-19 22:50:27 -06:00
Aiden Cline
97893bd7e6
tweak: make /export go to cwd
2025-11-19 22:45:40 -06:00
Frank
bfefdb3752
zen: add gemini icon
2025-11-19 21:14:31 -05:00
Frank
12b79c581e
zen: update gemini provider name
2025-11-19 20:58:22 -05:00
Frank
ac9b4c7ebf
docs: add gemini 3 pricing
2025-11-19 20:50:43 -05:00
GitHub Action
208af232ff
chore: format code
2025-11-20 01:27:50 +00:00
opencode
600c6b4973
release: v1.0.80
2025-11-20 01:27:49 +00:00
Dax Raad
61007a9b94
refactor: switch to Switch/Match pattern for assistant message status rendering
2025-11-19 20:18:15 -05:00
opencode
52fe1a5ac5
release: v1.0.79
2025-11-20 01:11:20 +00:00
althafdemiandra
468927e06a
chore: bump ai-sdk to v5.0.97 ( #4518 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-19 18:44:33 -06:00
Aiden Cline
61562dd9f0
make aur build check if u are glibc system or a musl system ( #4519 )
2025-11-19 18:36:33 -06:00
Sebastian Herrlinger
9c85a37811
bump opentui version to v0.1.47
...
- fixing cursor issues with some graphemes in textarea
- proper suspend/resume
2025-11-20 00:28:25 +01:00
Aiden Cline
51bba6e634
tweak: default to disabling fetch timeout in provider options
2025-11-19 16:20:29 -06:00
Daniel Polito
e1089bc5de
Adding LSP: PHP Intelephense ( #4504 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-19 16:01:18 -06:00
Aiden Cline
618c654aa0
ignore: todo fix test case
2025-11-19 15:18:21 -06:00
Iljo
4703e859bd
Add YAML language server support ( #4508 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-19 14:47:04 -06:00
Aiden Cline
a1dc4ebbe4
ignore: flaky test be a lil less flaky plz
2025-11-19 14:46:06 -06:00
Aiden Cline
e4e6096510
ignore: fix hanging test
2025-11-19 14:38:12 -06:00
Aiden Cline
c472734933
tweak: make getUsage function handle missing usage data
2025-11-19 14:29:19 -06:00
Aiden Cline
9d068c20bb
fix: openrouter ai sdk package support
2025-11-19 14:22:51 -06:00
Aiden Cline
48e4f2f45d
tweak: add bun install retries
2025-11-19 13:04:20 -06:00
Aiden Cline
bbf4574476
fix: make external_directory permission wildcarding more sane
2025-11-19 12:55:02 -06:00
Aiden Cline
1ff5d888c2
fix: make bash tool use external_directory perm
2025-11-19 12:31:34 -06:00
Dax Raad
5d25758400
use bash description as task title
2025-11-19 13:23:29 -05:00
Dax
16fdc90976
fix: resolve issue 4475 ( #4505 )
2025-11-19 13:10:09 -05:00
Aiden Cline
793542230f
tweak: bash description
2025-11-19 11:31:12 -06:00
Tommy D. Rossi
9de1242d9b
fix: show reasoning summaries for gemini models ( #4491 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-19 11:25:18 -06:00
Aiden Cline
b3afa84058
Revert "Added subagents to agents modal, non-selectable ( #4460 )"
...
This reverts commit 90044196bf .
2025-11-19 11:00:38 -06:00
Adam
bef9ac96e2
fix(web): stats
2025-11-19 10:05:39 -06:00
Adam
45180104fe
fix(desktop): message animation
2025-11-19 06:04:20 -06:00
Adam
edd86e3fb7
fix(desktop): text part styling
2025-11-19 06:04:20 -06:00
Adam
4a72d57534
fix(desktop): pre styling
2025-11-19 06:04:19 -06:00
Aiden Cline
0068cb305f
tweak: toast
2025-11-19 00:51:07 -06:00
opencode-agent[bot]
90044196bf
Added subagents to agents modal, non-selectable ( #4460 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-19 00:40:47 -06:00
Shantur Rathore
963a926db2
allow task tool to have resume capabilities ( #4204 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-19 00:17:26 -06:00
Frank
0d3d48bb59
zen: fix cost in graph
2025-11-18 23:43:26 -05:00
Dax Raad
21b6e5404e
feat: add @opencode-ai/util package with utility functions
2025-11-18 20:02:10 -05:00
GitHub Action
a0fe59ab75
chore: format code
2025-11-18 23:49:29 +00:00
Aiden Cline
81ebf56cf1
feat: add top level lsp: false and formatter: false to allow disabling all formatters or lsps at once
2025-11-18 17:48:40 -06:00
opencode
429708e3d5
release: v1.0.78
2025-11-18 23:36:35 +00:00
shuv
d50f825c6d
fix: pass model info to ReadTool to enable image support check ( #4473 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-18 17:20:03 -06:00
K Whiteside
47bfae52c0
fix: permission checks for external_directory and doom_loop ( #4433 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: AerionDyseti <AerionDyseti@users.noreply.github.com>
2025-11-18 17:18:23 -06:00
Frank
52cf9e3423
wip: zen
2025-11-18 17:42:48 -05:00
GitHub Action
a9b6debfa2
chore: format code
2025-11-18 22:24:29 +00:00
Eric Juden
d6bf475749
docs: Improving Plugin Documentation - Adding Events ( #4438 )
2025-11-18 16:23:46 -06:00
opencode
f22580e943
release: v1.0.77
2025-11-18 22:17:39 +00:00
Dax Raad
6d98db57c7
better gemini retry errors
2025-11-18 17:11:29 -05:00
OpeOginni
59f127a250
fix: allow for theme references ( #4450 )
2025-11-18 14:26:42 -06:00
Adam
3068e7dcf7
fix(desktop): animating too much
2025-11-18 14:24:26 -06:00
GitHub Action
f83d62191a
chore: format code
2025-11-18 20:23:29 +00:00
Longlone
3b72857124
fix: update reasoningEffort logic for gpt-5.1 models in SessionPrompt-ensureTitle ( #4456 )
...
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-11-18 14:22:44 -06:00
opencode
68cd105d9d
release: v1.0.76
2025-11-18 20:12:38 +00:00
Aiden Cline
e09af2cb4b
fix windows bash tool issue
2025-11-18 14:06:45 -06:00
Adam
14bd3b1d30
chore(desktop): remove logging
2025-11-18 13:52:29 -06:00
Adam
3a9c2152f7
fix(desktop): reactivity issue on route change
2025-11-18 13:45:27 -06:00
Frank
7283bfa480
zen: gemini
2025-11-18 14:28:31 -05:00
opencode-agent[bot]
37d5099728
Added opencode agent list command to show all available agents with details. ( #4446 )
...
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-11-18 13:25:53 -06:00
GitHub Action
d45fc030b2
chore: format code
2025-11-18 18:35:26 +00:00
Adam
c7042c807f
fix(desktop): only animate response once
2025-11-18 12:34:34 -06:00
opencode
202f6f1be9
release: v1.0.75
2025-11-18 18:16:14 +00:00
Dax Raad
759635eefa
fix gpt compaction issue
2025-11-18 13:10:00 -05:00
Aiden Cline
a9981441ae
tweak: use temperature 1 for gemini 3 pro
2025-11-18 11:49:39 -06:00
Adam
71302de4f1
fix(desktop): css typo
2025-11-18 11:40:50 -06:00
Adam
333b8e907b
fix(desktop): busy state and reactivity
2025-11-18 11:35:23 -06:00
GitHub Action
13f319b64f
chore: format code
2025-11-18 17:16:07 +00:00
opencode
b573eadd9e
release: v1.0.74
2025-11-18 17:16:06 +00:00
Dax Raad
50bfff89c0
fix model dialog sorting
2025-11-18 12:10:19 -05:00
Adam
fc5fc2c570
wip(desktop): new layout work
2025-11-18 17:07:34 +00:00
Adam
4069999b78
wip(desktop): new layout work
2025-11-18 17:07:34 +00:00
opencode
5ba9b47b3c
release: v1.0.73
2025-11-18 17:07:33 +00:00
Dax Raad
7c0cc94023
rework default model
2025-11-18 12:01:41 -05:00
Aiden Cline
e49204bd33
ignore: fix snapshot ( #4444 )
...
Co-authored-by: opencode <opencode@sst.dev>
2025-11-18 01:22:38 -06:00
Aiden Cline
856c87d05c
fix: snapshot?
2025-11-18 01:02:52 -06:00
Albert O'Shea
5e13527416
feat: nix support for the nix folks ( #3924 )
...
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-11-18 00:46:49 -06:00
Frank
aba94c658f
wip: zen
2025-11-18 01:27:31 -05:00
opencode-agent[bot]
6e318ba567
Added width constraints to toast component for proper text wrapping. ( #4441 )
...
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-11-18 00:23:36 -06:00
Frank
16cb77c094
zen: add usage graph
2025-11-18 00:45:14 -05:00
Jake Nelson
a5564f730e
feat: add Swift syntax highlighting support ( #4434 )
2025-11-17 21:53:03 -06:00
GitHub Action
a15c97bbfe
chore: format code
2025-11-18 03:19:47 +00:00
Aiden Cline
a398eed8b8
Revert "Updated scroll_speed to allow any positive number" ( #4437 )
2025-11-17 21:19:06 -06:00
opencode-agent[bot]
a10fd8ca5c
Updated scroll_speed to allow any positive number ( #4436 )
...
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: GitHub Action <action@github.com>
2025-11-17 21:18:33 -06:00
opencode
ff7513238b
release: v1.0.72
2025-11-18 03:03:54 +00:00
GitHub Action
af1cd60d3e
chore: format code
2025-11-18 02:53:13 +00:00
Aiden Cline
c66def2049
fix: noreply
2025-11-17 20:52:25 -06:00
opencode
008ccb4729
release: v1.0.71
2025-11-18 01:59:40 +00:00
Dax Raad
bc232045a1
respect server suggestion for default model
2025-11-17 20:53:48 -05:00
GitHub Action
16cab556df
chore: format code
2025-11-18 01:27:22 +00:00
Jay V
66148df74b
docs: clarify custom tools can execute scripts in any language with Python example
2025-11-17 20:26:27 -05:00
opencode
4611e08f09
release: v1.0.70
2025-11-17 23:45:49 +00:00
Sebastian Herrlinger
bf6204f577
upgrade opentui to v0.1.46
...
- enable bracketed paste (and more) on win
- fix word wrapping with CJK and at wrap/chunk boundaries
- old style meta+arrow
- allow <1 scroll speed for slowdown
2025-11-18 00:22:21 +01:00
Aiden Cline
7eccbdc4ac
fix /exit
2025-11-17 16:13:41 -06:00
Aiden Cline
ab072290fc
Revert "fix: system theme background to use 'none' for terminal transparency ( #4408 )"
...
This reverts commit f4a4514a9f .
2025-11-17 16:03:27 -06:00
GitHub Action
ad9d83748c
chore: format code
2025-11-17 21:46:10 +00:00
Aiden Cline
21b7877beb
docs: tweak wording
2025-11-17 21:26:46 +00:00
opencode
de50234a1a
release: v1.0.69
2025-11-17 21:26:46 +00:00
opencode-agent[bot]
d60102ba52
Added /thinking slash command to toggle thinking blocks visibility in OpenTUI. ( #4424 )
...
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-11-17 15:16:35 -06:00
Haris Gušić
c07a241ca8
chore: Remove obsolete 'any' type annotation ( #4423 )
2025-11-17 14:27:43 -06:00
Aiden Cline
0a2fffa9b5
tweak: whitelist
2025-11-17 13:18:13 -06:00
Dax Raad
bdfa213ccf
deprecated session.idle event
2025-11-17 11:42:45 -05:00
Aiden Cline
7f0b2ce1ac
Reapply "fix: system theme background to use 'none' for terminal transparency" ( #4415 )
...
This reverts commit a5365ce294 .
2025-11-17 10:39:53 -06:00
Dax Raad
0a2d7af179
core: honor retry-after values exceeding 10 minutes instead of discarding them
2025-11-17 11:33:28 -05:00
Dax Raad
8b19c6c7e4
better retry display
2025-11-17 11:31:10 -05:00
Aiden Cline
a5365ce294
Revert "fix: system theme background to use 'none' for terminal transparency" ( #4415 )
2025-11-17 10:24:20 -06:00
Jensen
f4a4514a9f
fix: system theme background to use 'none' for terminal transparency ( #4408 )
2025-11-17 10:22:31 -06:00
opencode-agent[bot]
154006469c
Updated help dialog to use dynamic keybind ( #4414 )
...
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-11-17 10:18:59 -06:00
Dax
a1214fff2e
Refactor agent loop ( #4412 )
2025-11-17 10:57:18 -05:00
Luke Parker
5731c268b6
fix: Line count on win ( #4401 )
2025-11-17 01:08:22 -06:00
Keath Milligan
f4d892d4e1
fix: handle Git Bash path mapping on windows ( #4380 )
2025-11-17 01:06:44 -06:00
Aiden Cline
10b3702938
chore: update type
2025-11-17 00:07:23 -06:00
Tyler Gannon
e96442310c
chore: replace z.union with z.enum for cleaner OpenAPI generation ( #4394 )
2025-11-17 00:06:40 -06:00
Spoon
5c722bf8c4
fix(batch): simple UX feedback ( #4396 )
2025-11-17 00:02:05 -06:00
Youssef Achy
58cc5cdf2a
add support for azure cognitive services provider ( #4397 )
2025-11-17 00:01:45 -06:00
opencode-agent[bot]
3c6dcad2af
Fixed OPENCODE_CONFIG_DIR to load config files. ( #4400 )
...
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-11-16 23:48:36 -06:00
Aiden Cline
25678fa504
fix: vercel gateway options
2025-11-16 18:39:31 -06:00
Sebastian Herrlinger
d7f4f3ec1f
bump opentui version to 0.1.45, fixing highlighting on windows
2025-11-16 23:56:11 +01:00
Aiden Cline
16ccb39459
docs: permissions
2025-11-16 16:40:48 -06:00
Baptiste Cavallo
72e604744d
fix(batch): restore per-tool UI feedback + UX improvements ( #4387 )
2025-11-16 16:31:41 -06:00
opencode-agent[bot]
832be6e7eb
Added copy option to message context menu ( #4389 )
...
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: GitHub Action <action@github.com>
2025-11-16 15:35:05 -06:00
opencode
8ba48ed71d
release: v1.0.68
2025-11-16 20:38:48 +00:00
Aiden Cline
cf266f6162
fix: promptCacheKey set unnecessarily
2025-11-16 14:32:57 -06:00
Frank
f6b3ffaf64
wip: zen
2025-11-16 03:32:13 -05:00
GitHub Action
5d765d63d4
chore: format code
2025-11-16 08:30:36 +00:00
Frank
0e12dd62a3
zen: usage paging
2025-11-16 03:29:52 -05:00
opencode
2b957b5d1c
release: v1.0.67
2025-11-16 07:49:52 +00:00
GitHub Action
31c7a0157c
chore: format code
2025-11-16 07:44:06 +00:00
Aiden Cline
e728b94bca
fix: panic when theme has 'none'
2025-11-16 01:43:23 -06:00
opencode
49040c0130
release: v1.0.66
2025-11-16 07:27:25 +00:00
Aiden Cline
0d05238ee6
fix: initial val
2025-11-16 01:14:49 -06:00
Aiden Cline
9b8a7da1e6
fix: history jsonl file corruption cases ( #4364 )
2025-11-16 00:50:13 -06:00
Zeno Jiricek
61fd21182c
docs: mise installation command ( #2938 )
2025-11-15 21:44:28 -06:00
GitHub Action
487c2b5e76
chore: format code
2025-11-16 03:38:13 +00:00
xiaojie.zj
0e4703b227
add: add zenmux doc and header ( #3597 )
...
Co-authored-by: xiaojie.zj <xiaojie.zj@antgroup.com>
2025-11-15 21:37:30 -06:00
Alvin Johansson
84e0232bd5
Add Flexoki theme ( #3986 )
2025-11-15 21:28:13 -06:00
Luke Parker
35fbb011b2
fix: Diff view now ignores line endings changes/windows autocrlf ( #4356 )
2025-11-15 21:18:39 -06:00
Aiden Cline
6527a123f0
fix aur build ( #4359 )
2025-11-15 20:16:19 -06:00
Aiden Cline
0377cfd37c
fix: omit ref for todo tool
2025-11-15 19:19:36 -06:00
Aiden Cline
edc933d816
tweak: make zod error more prompty
2025-11-15 13:19:24 -06:00
Chris Olszewski
69a45ef7d7
fix: snapshot history when running from git worktrees ( #4312 )
2025-11-15 01:02:00 -06:00
Baptiste Cavallo
1056b36eae
experimental batch tool ( #2983 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-15 00:54:36 -06:00
Aiden Cline
35c737ac68
tweak: only show dropdown for 3+ items ( #4345 )
2025-11-14 23:45:48 -06:00
Abílio Costa
725a2c2e95
docs: clarify that config files are merged, not replaced ( #4342 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-14 17:49:47 -06:00
Tyler Gannon
c724d2392f
fix: replace union type with enum "true"/"false" in /find/file endpoint ( #4338 )
2025-11-14 17:48:23 -06:00
Frank
f5230d1f02
fix: incorrect sonnet price calculation
2025-11-14 18:46:43 -05:00
GitHub Action
078111bd96
chore: format code
2025-11-14 22:44:36 +00:00
sredfern
736f8882f5
fix(provider): support local file paths for custom providers ( #4323 )
2025-11-14 16:43:59 -06:00
Brian Cheung
37cf365927
feat: support images in mcp tool responses ( #4100 )
...
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-11-14 15:00:52 -06:00
Aiden Cline
b939470302
fix: add azure exclusion
2025-11-14 11:54:00 -06:00
Aiden Cline
ef4b2baedc
set verbosity to low for gpt-5.1 (match codex)
2025-11-14 11:52:29 -06:00
Dax Raad
64d28ea457
fix sdk types
2025-11-14 12:42:46 -05:00
Dax Raad
2520780846
fix sdk types
2025-11-14 12:42:46 -05:00
Shantur Rathore
986c60353e
set promptCacheKey for openai compatible providers ( #4203 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-14 11:41:01 -06:00
Dax Raad
5fc26c958a
add global.event.subscribe() to sdk
2025-11-14 12:32:43 -05:00
Frank
c1cf9cda6a
doc: add baseten provider
2025-11-14 12:19:58 -05:00
Frank
53fc8a861b
zen: add gpt-5-nano model
2025-11-14 00:59:42 -05:00
Frank
1d8330331c
zen: use gpt-5-nano as small model
2025-11-14 00:59:00 -05:00
Frank
7a03c7fe38
zen: add gpt5.1 to docs
2025-11-13 23:47:38 -05:00
Frank
09bd32169c
zen: hide alpha models
2025-11-13 23:10:06 -05:00
Dax Raad
7ec32f834e
improve read tool end-of-file detection to prevent infinite loops
2025-11-13 21:41:06 -05:00
GitHub Action
205492c7e8
chore: format code
2025-11-14 01:16:58 +00:00
Aiden Cline
4c2e888709
no mr llm, you may not read that
2025-11-13 19:16:07 -06:00
opencode
c78fd097d1
release: v1.0.65
2025-11-14 00:10:30 +00:00
Dax Raad
340966195b
handle config errors gracefully
2025-11-13 18:59:09 -05:00
GitHub Action
92604b391b
chore: format code
2025-11-13 22:39:53 +00:00
Aiden Cline
0c51feb9c2
fix: max tokens when using models like opus with providers other than anthropic ( #4307 )
2025-11-13 16:39:09 -06:00
opencode
d0b4169a6b
release: v1.0.64
2025-11-13 22:12:44 +00:00
Aiden Cline
1fc6c6fb2a
fix: typeerror case
2025-11-13 15:51:23 -06:00
Adam
14f9b95557
fix(desktop): default theme
2025-11-13 15:26:36 -06:00
GitHub Action
d3bf1fa1fa
chore: format code
2025-11-13 20:48:10 +00:00
Adam
a8836c5615
wip(desktop): layout improvements
2025-11-13 14:47:29 -06:00
Aiden Cline
779a27693a
fix: opencode run timeout
2025-11-13 14:27:33 -06:00
GitHub Action
829d86840a
chore: format code
2025-11-13 19:42:31 +00:00
Valerio Di Maggio
e225294dd4
Fix: unreadable texts in light mode ( #4301 )
2025-11-13 13:41:56 -06:00
opencode
a673e3650d
release: v1.0.63
2025-11-13 19:00:14 +00:00
Aiden Cline
ff462dfd7a
fix: windows install ( #4293 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-13 12:22:07 -06:00
Luke Parker
73443585e5
fix: resolve bun/pnpm global install failures on Windows ( #4275 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-13 10:38:57 -06:00
Tommy D. Rossi
609ab069a9
Add scroll acceleration support to TUI ( #4289 )
2025-11-13 17:02:10 +01:00
Aiden Cline
f80a3fea31
fixes
2025-11-12 22:05:07 -06:00
Luke Parker
43a8d1b1ae
fix: Enable Windows builds and fix bun+pnpm install on Windows ( #4273 )
2025-11-12 21:57:44 -06:00
Aiden Cline
09fa84ccfc
fix: dirty check
2025-11-12 19:03:46 -06:00
GitHub Action
b981f0a205
chore: format code
2025-11-13 00:53:22 +00:00
opencode
a7774115c5
release: v1.0.62
2025-11-13 00:13:18 +00:00
Luke Parker
288bc88e40
fix: Tool calling on windows ( #4234 )
2025-11-12 17:47:39 -06:00
Aiden Cline
6d36dbf9de
fix: github action dirty check ( #4262 )
2025-11-12 16:16:07 -06:00
OpeOginni
4ab4baf3a4
feat(sidebar): add expandable sections for sidebar ( #4132 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-12 16:15:17 -06:00
phantomreactor
90f05eb9c2
paste images in wsl using ctrl+v ( #4123 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-12 15:10:23 -06:00
Melih Mucuk
b63b6d04c6
Fix usage & billing for custom model aliases and cached/reasoning tokens ( #4222 )
...
Co-authored-by: Melih Mucuk <melih@monkeysteam.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-12 13:59:35 -06:00
Aiden Cline
8addaa7e08
fix: custom model name merging
2025-11-12 13:55:13 -06:00
Elias
a96bf8e62d
docs: OVHcloud AI Endpoints provider ( #4257 )
2025-11-12 13:28:35 -06:00
Ivan
c8bda598f5
fix: correct cache cost for OpenRouter and other OpenAI-compatible providers ( #4256 )
2025-11-12 12:41:44 -06:00
Adam
c857cff585
fix(desktop): double listing dir
2025-11-12 12:17:54 -06:00
Aiden Cline
b19fd14f80
ignore: make issue button send opencode version too
2025-11-12 10:40:48 -06:00
Sebastian Herrlinger
a0f469095c
upgrade opentui to 0.1.42, fixing some CJK/grapheme issues with prompt extmarks and char corruption
2025-11-12 15:35:16 +01:00
Adam
0ccb26df94
feat(desktop): sticky diff headers
2025-11-12 07:03:39 -06:00
Adam
71fd5966ad
fix(desktop): styling tweaks
2025-11-12 07:03:38 -06:00
Filip
aa2e2c76c0
fix: clangd hanging fixed ( #3611 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: GitHub Action <action@github.com>
2025-11-12 00:21:55 -06:00
opencode
7c2d4ee79a
release: v1.0.61
2025-11-12 03:10:55 +00:00
Dax Raad
e3a2728fa3
tui: add double-esc interrupt mechanism for long-running operations
...
Users can now press escape twice within 5 seconds to interrupt long-running
operations in the TUI. The first press shows a visual hint, and the second
press aborts the current session.
2025-11-11 22:04:00 -05:00
Boston Cartwright
18260b037b
feat: add SourceKit LSP support ( #1545 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-11 20:51:33 -06:00
Dax Raad
ad83dd3ad9
tui: fix autocomplete display to prevent long file paths from breaking layout
2025-11-12 02:36:43 +00:00
opencode
6f37315cd1
release: v1.0.60
2025-11-12 02:36:42 +00:00
Dax
d81dce6a82
fix: add support for loading custom themes from .opencode/themes directory ( #4229 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-11 21:30:38 -05:00
opencode
0bd11e970b
release: v1.0.59
2025-11-12 02:07:41 +00:00
Dax Raad
7e29e1dd23
better errors on initial tui boot
2025-11-11 21:01:45 -05:00
Rafał Krzyważnia
491a2adf8d
fix: resolve @file references in slash commands with subagents ( #4221 )
2025-11-11 19:38:50 -06:00
Aiden Cline
c07d6487a8
fix config ordering ( #4228 )
2025-11-11 19:27:34 -06:00
Aiden Cline
9990e84d37
fix: ensure revert dialog moves that prompt to input box ( #4227 )
2025-11-11 19:08:59 -06:00
Aiden Cline
0b86adbe99
feat: agent color cfg ( #4226 )
...
Co-authored-by: 0xrin <0xrin1@protonmail.com>
Co-authored-by: GitHub Action <action@github.com>
2025-11-11 18:32:44 -06:00
Frank
834a2c09d5
wip: poc pr command
2025-11-11 18:50:28 -05:00
Frank
f13c17e654
wip: poc pr command
2025-11-11 18:50:28 -05:00
Julian LaNeve
a0611d92e4
docs: Update config references to latest Sonnet & Haiku models ( #4210 )
2025-11-11 16:52:45 -06:00
Aiden Cline
0b001c3e80
tweak: make todos appear list of modified files
2025-11-11 16:05:23 -06:00
Sebastian Herrlinger
53b7cb62c4
upgrade opentui to 0.1.41:
...
- enables modifyOtherKeys to get CSI u sequences in terminals that support it
- uses Private Mode 2026 for synced rendering to fix cursor flickering in terminals like iTerm2
- lazy highlighting for code renderables (perf)
- linear scroll acceleration by default
- align textarea default bindings more with readline
- fix vertical cursor movement in textarea
- introduce stdin buffer to handle chunked sequences
- improve capability detection (async)
- renderer emits focus/blur events when app is focused/blurred (if supported by terminal)
2025-11-11 23:00:31 +01:00
Aiden Cline
c5e096c76a
fix: costs being 0 when using custom model id overrides ( #4219 )
2025-11-11 15:58:14 -06:00
Aiden Cline
e1fc4a756b
Hide /share if disabled ( #4215 )
2025-11-11 14:47:39 -06:00
GitHub Action
459d5ec19b
chore: format code
2025-11-11 20:21:00 +00:00
Dax Raad
ce1397cc34
core: add test to verify OpenCode doesn't crash when starting in git repositories with no commit history
2025-11-11 20:17:36 +00:00
Ron Suhodrev
dc7c5ced4c
tui: restore full text when editing prompts with summarized content ( #4030 )
2025-11-11 20:17:36 +00:00
Corwin Marsh
b8e8fe7e31
docs: Update dead Context7 mcp server link ( #4207 )
...
Co-authored-by: Corwin Marsh <corwinm@users.noreply.github.com>
2025-11-11 20:17:36 +00:00
opencode
890085758f
release: v1.0.58
2025-11-11 20:17:36 +00:00
Dax Raad
85f15893bc
core: prevent crash when starting in repositories without any commits yet
2025-11-11 15:11:42 -05:00
Adam
98be75b17c
fix(desktop): give review pane more width
2025-11-11 13:02:59 -06:00
GitHub Action
b5cc27b8ea
chore: format code
2025-11-11 18:38:23 +00:00
Frank
05937b52cc
chore: format code
2025-11-11 13:37:36 -05:00
GitHub Action
62b82570e1
chore: format code
2025-11-11 17:34:09 +00:00
Dax Raad
4bf75c0b44
core: remove unused experimental flags for turn summary and no-bootstrap to simplify feature flag management
2025-11-11 12:33:26 -05:00
opencode
a8a06c4983
release: v1.0.57
2025-11-11 17:30:26 +00:00
Dax Raad
b0b7fd143b
tui: show LSP diagnostics inline when viewing files so users can see type errors and compilation issues without leaving the interface
2025-11-11 12:15:40 -05:00
GitHub Action
140498eb4f
chore: format code
2025-11-11 16:59:37 +00:00
Haris Gušić
ca5126e24d
fix: TUI spawn: reset BUN_OPTIONS ( #3606 )
2025-11-11 10:58:59 -06:00
Josiah Witt
fb2b3e567c
docs: update keymap.json bindings for OpenCode command ( #4192 )
2025-11-11 10:48:10 -06:00
Adam
c672a1963b
fix(desktop): prompt clearing inconsistent
2025-11-11 09:35:08 -06:00
Adam
54bff6b120
fix(desktop): code/diff number container width
2025-11-11 09:22:35 -06:00
Adam
ab3f198fab
fix(desktop): session show more hidden on new session
2025-11-11 09:11:34 -06:00
Adam
0057ef6336
fix(desktop): prompt input not clearing, attachments flaky
2025-11-11 09:01:28 -06:00
Adam
4f604b3839
fix(desktop): color grouping
2025-11-11 09:01:27 -06:00
Dax Raad
a6b066bd47
ci
2025-11-11 02:15:33 -05:00
Dax Raad
299bf1dca8
ci
2025-11-11 01:59:10 -05:00
Dax Raad
d685aa38ef
type checks
2025-11-11 01:56:01 -05:00
Dax Raad
995b23787c
ci
2025-11-11 01:48:29 -05:00
Dax Raad
38cee3b848
ci: sync
2025-11-11 01:37:10 -05:00
Dax Raad
528565510d
sync
2025-11-11 01:25:39 -05:00
Dax Raad
ecf5040966
tui: update @opentui/core to v0.1.39 and fix build script for new target format
2025-11-11 01:24:17 -05:00
Frank
7d56603c26
zen: failover on error
2025-11-11 00:29:44 -05:00
Aiden Cline
02b7cc8313
keep session dot in list for current active ( #4185 )
2025-11-10 22:20:35 -06:00
Dax Raad
c9a52c9a85
cache project id in root git folder
2025-11-10 21:57:55 -05:00
Dax Raad
dea668b0ea
tui: help users read thinking blocks and trust todo syncs
2025-11-10 20:34:04 -05:00
Aiden Cline
1bc3e92376
fix: undefined check
2025-11-10 19:21:57 -06:00
Dax Raad
3f5acc3dff
add web and codesearch tools
2025-11-10 16:39:54 -05:00
Aiden Cline
0588011476
ignore: bump copilot plugin version
2025-11-10 13:40:15 -06:00
OpeOginni
bba72c82ae
Fix/google vertex configs ( #4169 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-10 13:25:03 -06:00
denesbeck
e95181a551
Refactor/redundant toast comp ( #4163 )
...
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-11-10 11:27:19 -06:00
GitHub Action
74e8c2e50f
chore: format code
2025-11-10 17:19:20 +00:00
David Hill
cdabafa264
wip code theme inc light
2025-11-10 17:18:37 +00:00
denesbeck
0a92af60a0
fix: upgrade toast notification ( #4159 )
2025-11-10 10:28:28 -06:00
David Hill
c7808a4b01
wip code theme
2025-11-10 16:16:50 +00:00
David Hill
7f978e07ff
wip code theme
2025-11-10 16:14:24 +00:00
David Hill
a4ae1bb9eb
wip code theme
2025-11-10 16:00:05 +00:00
David Hill
96a39803cc
wip code theme
2025-11-10 15:58:56 +00:00
GitHub Action
16f8f20b31
chore: format code
2025-11-10 14:51:24 +00:00
David Hill
06b1684ddb
wip code editor update dark mode
2025-11-10 14:50:36 +00:00
David Hill
c6e830c954
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-11-10 13:44:12 +00:00
opencode
930a1bf358
release: v1.0.55
2025-11-10 06:47:55 +00:00
GitHub Action
6cf7f18cc9
chore: format code
2025-11-10 06:41:40 +00:00
Aiden Cline
3f59570ee6
fix: add null check
2025-11-10 00:40:42 -06:00
GitHub Action
304e956b5d
chore: format code
2025-11-10 06:00:38 +00:00
Wankong
538eaa42aa
docs: format installation commands for madkrown code block ( #4151 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-09 23:59:57 -06:00
opencode
67c41fd389
release: v1.0.54
2025-11-10 05:50:33 +00:00
GitHub Action
83ea19770a
chore: format code
2025-11-10 05:44:26 +00:00
Dax Raad
3ace8543b2
tui: auto-scroll to bottom when switching between sessions
2025-11-10 00:43:48 -05:00
opencode
eb855e1e31
release: v1.0.53
2025-11-10 05:42:55 +00:00
Dax Raad
5e53f054c6
make reasoning parts less ugly
2025-11-10 00:37:35 -05:00
Dax Raad
5d5e184329
tui: improve session UI with better sidebar toggle and message handling
2025-11-10 00:21:31 -05:00
Dax Raad
2fbb49ac30
tui: render reasoning parts with syntax highlighting instead of plain text
2025-11-10 00:08:05 -05:00
Dax Raad
c56b407e1d
tui: display 'Free' badge for zero-cost models in model selection dialog
2025-11-09 23:56:24 -05:00
lenstr
bdaa0e8b8c
fix: --model flag being ignored in TUI mode ( #4147 )
2025-11-09 20:21:52 -06:00
Aiden Cline
4e549b1c05
fix: allow user to configure doom loop & external dir perms ( #4095 )
2025-11-09 20:21:38 -06:00
Frank
d1588f93a1
doc: add big pickle to doc
2025-11-09 14:12:54 -05:00
Aiden Cline
10bde356b1
chore: rm comment
2025-11-09 11:50:02 -06:00
Aiden Cline
f7cc46cd9f
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
Mathias Beugnon
d9ffe07391
fix: messageID type in chat.message ( #4128 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-11-09 09:39:50 -06:00
opencode
b927b9dca6
release: v1.0.51
2025-11-09 06:46:42 +00:00
Dax Raad
4b7231be68
fix race condition
2025-11-09 01:41:49 -05:00
GitHub Action
70a6fe96ea
chore: format code
2025-11-09 06:01:58 +00:00
opencode
d48d6b3577
release: v1.0.50
2025-11-09 05:53:26 +00:00
Aiden Cline
4b1668c3ef
Revert "tui: display 'Free' badge for zero-cost models in model selection dialog"
...
This reverts commit ce9b758d0a .
2025-11-08 23:48:18 -06:00
Mathias Beugnon
d85eb1b880
feat: add input context to chat.params and chat.message ( #4085 )
2025-11-08 23:29:27 -06:00
Ivan Starkov
9637d70407
fix: UI Freezes for a few minutes if repo has binary files ( #4109 )
2025-11-08 23:28:09 -06:00
GitHub Action
feb65201f6
chore: format code
2025-11-09 01:58:05 +00:00
opencode
f1f07a56d8
release: v1.0.49
2025-11-09 01:58:04 +00:00
Dax Raad
0fe313bd87
tui: fix continue session navigation to wait for sync completion before redirecting
...
Previously, the continue session navigation would immediately try to redirect
to the most recent session before the sync data was fully loaded, causing
navigation to fail. Now it waits for sync status to be complete before
attempting the redirect, ensuring the session data is available.
2025-11-08 20:53:18 -05:00
opencode
1fd676528d
release: v1.0.48
2025-11-09 01:44:10 +00:00
GitHub Action
0a2801444b
chore: format code
2025-11-09 01:38:01 +00:00
Dax Raad
c9adbc7c21
tui: add logging when creating project instances to help users debug startup issues
2025-11-08 20:37:08 -05:00
opencode
ba8de38435
release: v1.0.47
2025-11-09 01:34:24 +00:00
Dax Raad
8166612467
tui: fix continue session navigation to use most recent session instead of oldest session
2025-11-08 20:28:23 -05:00
Dax Raad
4d20e1c3c6
Merge remote-tracking branch 'origin/dev' into dev
2025-11-08 20:21:02 -05:00
Dax Raad
4bb7ea9127
improve startup speed
2025-11-08 20:18:36 -05:00
GitHub Action
969af4d541
chore: format code
2025-11-08 22:32:25 +00:00
Christopher Sacca
271b679058
fix(lsp): handle optional requests to avoid MethodNotFound (-32601) with MATLAB Language Server ( #4007 )
2025-11-08 16:31:39 -06:00
GitHub Action
83b16cb18e
chore: format code
2025-11-08 22:27:51 +00:00
Kamaal Farah
431ffc94f5
fix(theme): filter out null values from theme palette ( #4083 )
...
Signed-off-by: Kamaal Farah <kamaal.f1@gmail.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-11-08 16:27:07 -06:00
opencode
47b4cc6d53
release: v1.0.46
2025-11-08 21:48:37 +00:00
Dax Raad
ce9b758d0a
tui: display 'Free' badge for zero-cost models in model selection dialog
2025-11-08 16:20:30 -05:00
Frank
f8a1a0b26f
zen: fix billing button
2025-11-08 10:33:56 -05:00
GitHub Action
6ecaf83f76
chore: format code
2025-11-08 15:20:53 +00:00
Frank
30b1ae5d4b
zen: rate limit
2025-11-08 10:18:21 -05:00
opencode
1747979568
release: v1.0.45
2025-11-08 02:25:51 +00:00
Dax Raad
062023fa06
chore(prompt): refine polaris instructions for practical behavior
2025-11-07 21:18:49 -05:00
Dax Raad
954a796b8a
core: route polaris-alpha models to polaris system prompt
2025-11-07 21:07:59 -05:00
GitHub Action
34ff87d504
chore: format code
2025-11-08 01:59:02 +00:00
Dax Raad
16357e8041
chore: standardize prettier printWidth to 120
2025-11-07 20:58:17 -05:00
Dax Raad
dabb1aa719
fix(prompt): prevent title generation refusal responses
2025-11-07 20:50:15 -05:00
Aiden Cline
7af3380455
chore: adjust cfg code
2025-11-07 19:18:57 -06:00
GitHub Action
dcaa90808e
chore: format code
2025-11-08 00:59:52 +00:00
Jay V
01705fd467
ignore: docs: fix type errors in sitemap generation script
2025-11-07 19:55:25 -05:00
Jay V
006f3bdeb6
ignore: docs: add sitemap.xml to gitignore
2025-11-07 19:51:47 -05:00
Jay V
1d43b4e6d7
ignore: docs: add automated sitemap generation for main app and docs routes
2025-11-07 19:51:46 -05:00
Aiden Cline
8cef7940fe
allow reading of opencode.json(c) from .opencode/
2025-11-07 17:35:08 -06:00
Sebastian Herrlinger
b2dd9fdfdf
upgrade to opentui 0.1.39 supporting shift/ctrl+return/esc custom csi in ghostty
2025-11-08 00:17:07 +01:00
Aiden Cline
b82a52cb85
ignore: update log
2025-11-07 15:56:37 -06:00
Aiden Cline
7294d86778
ignore: symlink zed extension license
2025-11-07 15:41:01 -06:00
Aiden Cline
3bb3f4f2c9
ignore: fix
2025-11-07 15:32:19 -06:00
GitHub Action
d31f97343c
chore: format code
2025-11-07 21:28:26 +00:00
Jay V
536d10e5ab
ignore: lander add canonical urls and h1 tags to all landing pages
2025-11-07 16:27:35 -05:00
Jay V
9885c716f3
ignore: lander use h1 tags for main headings on landing and zen pages
2025-11-07 16:27:34 -05:00
opencode
39461fbbce
release: v1.0.44
2025-11-07 21:24:15 +00:00
Dax Raad
1a2b3701f2
tui: show more sessions in list and fix sync timing to prevent race conditions
2025-11-07 16:19:44 -05:00
Aiden Cline
0a395d8783
ignore: update version
2025-11-07 15:18:44 -06:00
GitHub Action
4271df96d2
chore: format code
2025-11-07 21:09:47 +00:00
Aiden Cline
aa07be09e1
ignore: update zed extension
2025-11-07 15:08:50 -06:00
opencode
5d6bdca6d0
release: v1.0.43
2025-11-07 21:04:26 +00:00
Sebastian Herrlinger
b5a035ceab
upgrade to opentui to fix disappearing content (again) and sticky scroll
2025-11-07 21:38:40 +01:00
Aiden Cline
b3c6d0b08a
fix formatters
2025-11-07 14:10:20 -06:00
Aiden Cline
090d27df11
chore: rm debug logs
2025-11-07 14:00:18 -06:00
Adam
b374a6cac9
fix(desktop): stop icon size
2025-11-07 13:58:52 -06:00
Aiden Cline
73cd8a334c
rework acp to compensate for changes in Zed IDE ( #4050 )
2025-11-07 13:57:12 -06:00
Adam
b46c3f2a26
fix(desktop): prompt input issues (wip)
2025-11-07 13:54:53 -06:00
Adam
45fabec091
fix(desktop): prompt input on non-chat tabs
2025-11-07 13:54:53 -06:00
Dax Raad
a96365fd81
Add command bar action to rename sessions
2025-11-07 14:51:44 -05:00
GitHub Action
5f7e1e099b
chore: format code
2025-11-07 19:47:53 +00:00
Dax Raad
d462e380f4
fix: update references after moving message functions to MessageV2 namespace
2025-11-07 14:47:05 -05:00
Adam
c5a558f3da
chore(desktop): remove dead code
2025-11-07 13:34:41 -06:00
Adam
7f51b181d4
chore(desktop): cleanup shiki theme stuff
2025-11-07 13:30:07 -06:00
Adam
7adbc3ad44
fix(desktop): code tab padding
2025-11-07 13:14:57 -06:00
Adam
89922a8598
fix(desktop): prompt input missing on new session
2025-11-07 12:56:07 -06:00
Adam
3a1d1a6284
feat(desktop): custom syntax colors
2025-11-07 12:48:17 -06:00
Dax Raad
4463d319c9
fix scroll when no session exists
2025-11-07 13:22:03 -05:00
GitHub Action
c6eea0343d
chore: format code
2025-11-07 18:11:40 +00:00
opencode
e317e7e481
release: v1.0.41
2025-11-07 18:11:39 +00:00
Dax Raad
287855336d
allow not specifying a limit on messages endpoint
2025-11-07 13:05:19 -05:00
opencode
d55f4f3322
release: v1.0.40
2025-11-07 17:37:31 +00:00
Dax Raad
b708d0ecec
disable scrollbar temporarily because of text wrap issues
2025-11-07 12:31:28 -05:00
Jinhyeok Lee
afb831c93c
vscode: Add VS Code Insiders support ( #4019 )
2025-11-07 10:31:16 -06:00
Adam
e5804f64f9
fix(desktop): layout quirks
2025-11-07 06:26:26 -06:00
Dax Raad
9554abb56e
message storage performance improvements
2025-11-07 01:11:47 -05:00
Charles David Mupende
d0f5c825bd
feat: implement network IP retrieval for remote access in web command ( #3945 )
2025-11-06 19:37:23 -06:00
opencode-agent[bot]
9f603e39a6
Fixed ACP to respect user's default model config. ( #4006 )
...
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: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-06 19:07:27 -06:00
GitHub Action
da51c9dfac
chore: format code
2025-11-07 01:06:38 +00:00
Nicolai van der Smagt
9e04ff013c
fix: resolve Mistral API compatibility issues ( #2440 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-06 20:05:59 -05:00
opencode
6bfccace0c
release: v1.0.39
2025-11-07 01:04:05 +00:00
Dax Raad
b25d4f9dfb
fix issue with input randomly breaking
2025-11-06 19:48:10 -05:00
GitHub Action
d1962ca5a7
chore: format code
2025-11-07 00:14:59 +00:00
Dax Raad
25f31f3096
codex tweaks
2025-11-06 19:14:01 -05:00
opencode
11a6f0886e
release: v1.0.37
2025-11-06 23:14:32 +00:00
Dax
3ba7e243d0
system theme ( #4010 )
2025-11-06 18:00:09 -05:00
Nicolai van der Smagt
a2ab019317
fix: resolve Mistral API compatibility issues ( #2440 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-06 16:53:02 -06:00
Jay V
21957406ff
docs: add Deep Infra provider documentation
2025-11-06 17:08:55 -05:00
Adam
957c43aa09
fix(desktop): review tab padding
2025-11-06 15:34:47 -06:00
Adam
96c57418f3
feat(desktop): review flow
2025-11-06 15:13:06 -06:00
Shanjai Raj
b8c51e307f
Fix: Auto-scroll to bottom when selecting session from list ( #3988 )
...
Co-authored-by: shanjairaj7 <shanjairaj7@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-06 14:29:39 -06:00
Frank
6791233ca0
Add desktop-feedback
2025-11-06 14:29:11 -05:00
GitHub Action
cd6072ec58
chore: format code
2025-11-06 18:59:34 +00:00
Jay V
017e42bbcd
docs: align web package favicon with console design for consistency
2025-11-06 13:58:52 -05:00
opencode
2d20582802
release: v1.0.36
2025-11-06 18:55:54 +00:00
GitHub Action
2bcc00dbf0
chore: format code
2025-11-06 18:21:59 +00:00
Dax Raad
e45e94634f
only display last 100 messages in TUI
2025-11-06 13:21:15 -05:00
Aiden Cline
de1278414f
fix: opencode run not parsing model string
2025-11-06 12:09:13 -06:00
Dax Raad
3c2803fd9a
flaky test
2025-11-06 13:05:53 -05:00
GitHub Action
90c2b26733
chore: format code
2025-11-06 18:03:50 +00:00
Dax Raad
1ea3a8eb9b
big format
2025-11-06 13:03:12 -05:00
Aiden Cline
8729edc5e0
update import command to accept share links
2025-11-06 11:55:57 -06:00
Dax Raad
67f3c934fe
fix tests
2025-11-06 11:42:46 -05:00
Aiden Cline
065f656fb0
chore: rm hanging test
2025-11-06 10:39:32 -06:00
Dax Raad
f636d937c4
fix undo command breaking other commands
2025-11-06 11:25:37 -05:00
Adam
492bf51a0d
fix(desktop): sidebar collapsed width
2025-11-06 09:56:46 -06:00
Adam
81ab127f63
fix(desktop): demo type error
2025-11-06 09:49:39 -06:00
Adam
6ba7c54bab
feat(desktop): collapsible sidebar
2025-11-06 09:48:51 -06:00
Adam
146bae82cb
fix(desktop): button styles
2025-11-06 09:48:50 -06:00
Adam
ab345cf0da
feat(desktop): better tooltips
2025-11-06 09:48:50 -06:00
opencode-agent[bot]
49e4cfb286
Added big dot (●) indicator for current session in modal ( #3980 )
...
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-11-06 01:09:59 -06:00
opencode
cc6d5c8ddd
release: v1.0.35
2025-11-06 05:42:24 +00:00
Dax Raad
afe8508949
fix homebrew upgrade
2025-11-06 00:37:44 -05:00
opencode
7c098c8849
release: v1.0.34
2025-11-06 02:35:17 +00:00
Dax Raad
11d6005b77
tui: reduce scrollbar visual prominence for less distracting interface
2025-11-05 21:30:40 -05:00
Dax Raad
2cc072b3dc
enable scrollbar
2025-11-05 21:27:23 -05:00
opencode
86247b8ea9
release: v1.0.33
2025-11-06 02:18:41 +00:00
Dax Raad
0a5a02043c
tui: move debug shortcuts to command palette for better discoverability
2025-11-05 21:13:35 -05:00
Sebastian Herrlinger
6e553f7e20
upgrade to opentui v0.1.36
2025-11-06 01:43:35 +00:00
opencode
bb6acc0ec6
release: v1.0.32
2025-11-06 01:43:35 +00:00
Dax Raad
5a84b9f467
temporarily use strip-ansi package till bun bug is fixed
2025-11-05 20:38:37 -05:00
opencode
c7031dfd77
release: v1.0.31
2025-11-06 01:35:40 +00:00
Dax Raad
e136a40771
ignore tmp type rrror
2025-11-05 20:31:13 -05:00
Dax Raad
6555a33eff
type errors
2025-11-05 20:14:31 -05:00
Dax Raad
247ce44776
fix log
2025-11-05 20:01:57 -05:00
Dax Raad
4e7bfaab8b
fix log
2025-11-05 20:00:09 -05:00
Sebastian Herrlinger
8b26a1f9bd
upgrade to opentui 0.1.35, mitigating disappearing content and crashes
2025-11-06 01:38:58 +01:00
Dax Raad
2a9b6a85de
core: ensure export command output can be piped without UI interference
2025-11-05 18:36:06 -05:00
opencode
c9ae89a38b
release: v1.0.30
2025-11-05 23:32:22 +00:00
Dax Raad
e316050bf5
temporarily remove bun strip ansi due to bug
2025-11-05 18:27:19 -05:00
Dax Raad
306f45f04a
add opencode import command to restore sessions from JSON exports
2025-11-05 18:05:01 -05:00
Adam
e006e3355c
feat(desktop): incrementally load sessions in side nav
2025-11-05 16:32:08 -06:00
opencode
d7e31f76c4
release: v1.0.29
2025-11-05 22:14:46 +00:00
Aiden Cline
d425723249
ask instead of throwing tool error if file is outside cwd
2025-11-05 16:09:47 -06:00
Adam
c59ec71918
fix(desktop): max height on message diffs, session stats
2025-11-05 16:00:20 -06:00
Dax Raad
05ae99a09b
fix sidebar modified files
2025-11-05 16:49:17 -05:00
opencode
6e22b45905
release: v1.0.28
2025-11-05 21:08:58 +00:00