Dax Raad
0ff47b1fb8
increase default scroll speed
2025-12-04 23:54:46 -05:00
Dax Raad
2995db2d11
fix
2025-12-04 23:48:32 -05:00
Dax Raad
d81f631b55
fix pty builds
2025-12-04 23:47:57 -05:00
Jérôme Benoit
2cb12b8db2
fix: add getModel to SAP AI Core provider for correct SDK initialization ( #5086 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org >
2025-12-04 22:43:22 -06:00
Adam
9b3c90e3fe
Reapply "feat(desktop): terminal pane ( #5081 )"
...
This reverts commit 03a0312e5b .
2025-12-04 20:32:08 -06:00
opencode
d88c862503
release: v1.0.133
Update Nix Hashes / update (push) Has been cancelled
2025-12-04 22:02:17 +00:00
Aiden Cline
03a0312e5b
Revert "feat(desktop): terminal pane ( #5081 )"
...
This reverts commit def9fc463c .
2025-12-04 15:57:01 -06:00
Adam
def9fc463c
feat(desktop): terminal pane ( #5081 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: Dax Raad <d@ironbay.co >
2025-12-04 15:37:29 -06:00
Dax Raad
267cf11962
core: add test for custom model npm package inheritance
2025-12-04 16:30:54 -05:00
Aiden Cline
999f3dfac2
tweak: bash tool description re commit stuff
2025-12-04 15:27:23 -06:00
Dax Raad
3f1772ee9a
core: ensure model npm package falls back to dev models config when not explicitly defined
2025-12-04 15:39:52 -05:00
Jérôme Benoit
c2e206f03a
feat: Add SAP AI Core provider support ( #5023 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org >
2025-12-04 14:07:23 -06:00
Aiden Cline
9abf8ca055
bump: builtin plugin versions
2025-12-04 12:37:14 -06:00
Daniel Polito
40e4a0b681
add optional prompt Input to Github Action ( #4828 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-12-04 12:10:56 -06:00
Aiden Cline
9c1ff1c9a5
tui: fix /new slash command being persisted in prompt input
2025-12-04 12:01:13 -06:00
Shantur Rathore
6688105bbb
tweak: bash tool messages regarding timeouts and truncation more clear for agent ( #5066 )
2025-12-04 11:33:00 -06:00
Aiden Cline
68a63054d2
fix: model not being passed correctly to tool
2025-12-04 11:15:30 -06:00
Daniel Gray
dd7670c48a
Preserve prompt input when creating new session ( #4993 )
2025-12-04 11:12:58 -06:00
Adam
7e21f41892
fix(tui): cursor color
2025-12-04 06:56:48 -06:00
YeonGyu-Kim
289475cece
fix: ensure checkUpgrade sets init: ( #5040 )
2025-12-03 22:28:35 -06:00
opencode
ec07aafa79
release: v1.0.132
Update Nix Hashes / update (push) Has been cancelled
2025-12-04 04:23:39 +00:00
Dax Raad
0466e6f36e
fix anthropic api key error
2025-12-03 23:18:24 -05:00
opencode
80898220bc
release: v1.0.131
Update Nix Hashes / update (push) Has been cancelled
2025-12-04 04:11:48 +00:00
Aiden Cline
345269719d
fix: TypeError: undefined is not an object
2025-12-03 22:03:42 -06:00
opencode
9904a8cebf
release: v1.0.130
Update Nix Hashes / update (push) Has been cancelled
2025-12-04 03:38:18 +00:00
Jakub Matjanowski
73c6b95c7d
feat: Enhance DeepSeek reasoning content handling ( #4975 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-12-03 21:31:36 -06:00
Aiden Cline
f3f7cb29eb
fix: provider id issue
2025-12-03 20:45:55 -06:00
Aiden Cline
ac54645dc1
fix: compaction type issue
2025-12-03 20:43:47 -06:00
Aiden Cline
8d83815413
fix: dax typo
2025-12-03 20:39:11 -06:00
Aiden Cline
4bc9e710d1
bump opentui
2025-12-03 20:33:08 -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
Dax Raad
5c0dccdc6c
core: add provider test coverage for upcoming refactor
...
Add comprehensive test suite for Provider module to ensure safe
refactoring of provider internals. Tests cover:
- Provider loading from env vars and config
- Provider filtering (disabled_providers, enabled_providers)
- Model whitelist/blacklist
- Model aliasing and custom providers
- getModel, getProvider, closest, defaultModel functions
Also adds Env module for instance-scoped environment variable access,
enabling isolated test environments without global state pollution.
2025-12-03 18:30:42 -05:00
Ariane Emory
154c57fe9d
feat: add tool_details keybind w/ no default ( #4976 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-03 13:38:09 -06:00
Ariane Emory
77df6c2ba1
feat: add messages_last_user command to scroll TUI to last user message (implements #4847 ) ( #4855 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-03 12:30:11 -06:00
Luke Parker
c7102d9cee
fix: bunfs path on windows ( #5011 )
2025-12-03 11:21:13 -06:00
Spoon
e4f11b6f5b
feat: experimental.primary_tools, allow user to set the tools that should only be available to primary agents ( #4913 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-12-03 11:19:43 -06:00
Aiden Cline
388c5b69ae
add retry case for grok resource exhausted
2025-12-03 11:16:27 -06:00
opencode
d09ef88fd4
release: v1.0.129
Update Nix Hashes / update (push) Has been cancelled
2025-12-03 11:39:04 +00:00
Aiden Cline
25a4a855e3
core: fix GitHub Copilot Enterprise authentication failing with sdk.chat undefined error
2025-12-02 23:37:10 -06:00
Jason Cheatham
8db84c3116
tweak: adjust light/dark theme toggle ( #5007 )
2025-12-02 23:03:24 -06:00
Jason Cheatham
0abc227805
fix: handle 0 in ANSI theme color definitions ( #5009 )
2025-12-02 22:42:30 -06:00
Sebastian Herrlinger
a08f50b1a4
actually bump opentui to v0.1.55
...
- fix scrollbox empty/blank last items at bottom
- fix should not insert chars with modifiers in input/textarea anymore
- do not wrap OSC4 palette sequences for tmux 3.6
2025-12-03 03:16:32 +01:00
Sebastian Herrlinger
7e045fecde
Revert "bump opentui to v0.1.55"
...
This reverts commit e5d19f0c3f .
2025-12-03 03:14:08 +01:00
Sebastian Herrlinger
e5d19f0c3f
bump opentui to v0.1.55
...
- fix scrollbox empty/blank last items at bottom
- fix should not insert chars with modifiers in input/textarea anymore
- do not wrap OSC4 palette sequences for tmux 3.6
2025-12-03 03:03:52 +01:00
Aiden Cline
0816f83cbb
add basic session list command
2025-12-02 19:24:05 -06:00
Aiden Cline
8993f76967
Make homebrew update check use homebrew registry version info
2025-12-02 17:43:33 -06:00
Frank
a432fd69f7
wip: zen
2025-12-02 18:36:15 -05:00
Dalton Alexandre
6005e75549
fix: allow unignoring files in .ignore ( #4814 )
2025-12-02 17:15:12 -06:00
Aiden Cline
7d654d7cc7
tweak: make message border match color of agent it was sent to
2025-12-02 16:59:31 -06:00
Aiden Cline
803af16bb7
bump default lsp server timeout
2025-12-02 16:04:08 -06:00