Matthijs Wolting
|
d76d6db589
|
fix: add missing await for available skills in skill tool (#7072)
|
2026-01-06 11:56:49 -06:00 |
|
Aiden Cline
|
3611260405
|
core: remove hardcoded .env read block and use new permissions model instead
|
2026-01-04 01:49:49 -06:00 |
|
Dax Raad
|
4956ee3ebd
|
tui: add escape key handling to permission dialogs for better keyboard navigation
|
2026-01-02 18:48:26 -05:00 |
|
Aiden Cline
|
7aa1dbe873
|
test: fix bash test
|
2026-01-01 17:53:20 -06:00 |
|
Aiden Cline
|
76186d19f3
|
fix: ensure new permissions changes work for special case bash commands like rm, cd, etc
|
2026-01-01 17:27:23 -06:00 |
|
Dax
|
351ddeed91
|
Permission rework (#6319)
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
|
2026-01-01 17:54:11 -05:00 |
|
Didier Durand
|
8b708242f1
|
chore: fix various typos (#6429)
|
2025-12-30 09:42:04 -06:00 |
|
samcornor
|
fd973d242e
|
fix(webfetch): make format parameter optional with markdown default (#6345)
Co-authored-by: Somair Ansar <somairansar@Somairs-MacBook-Air.local>
|
2025-12-29 15:53:12 -06:00 |
|
Didier Durand
|
29d8557d41
|
doc: fix typos in various files (#6294)
|
2025-12-28 13:06:25 -06:00 |
|
Aiden Cline
|
79c263494f
|
tweak: inform agent if no skills are available
|
2025-12-27 21:20:00 -06:00 |
|
Didier Durand
|
e6b9988fa4
|
doc: fix typos in various files (#6238)
|
2025-12-27 00:46:06 -06:00 |
|
Aiden Cline
|
1e2ef07c97
|
chore: kill some unused tools
|
2025-12-26 14:31:22 -06:00 |
|
Aiden Cline
|
160c8ab7cc
|
tweak: bash tool description to avoid unnecessary 'cd &&' usage
|
2025-12-26 13:44:52 -06:00 |
|
Didier Durand
|
cf38884778
|
doc: fix typos in various files (#6196)
|
2025-12-26 10:21:33 -06:00 |
|
JackNorris
|
46c7a41d5f
|
fix: only show diagnostics block when errors exist (#6175)
|
2025-12-25 22:24:48 -06:00 |
|
Dax Raad
|
281ce4c0c3
|
prompt update to prevent searching via bash tool
|
2025-12-25 23:07:39 -05:00 |
|
Dax Raad
|
f397c92ddf
|
remove list tool
|
2025-12-25 00:58:47 -05:00 |
|
lif
|
5af35117db
|
fix: handle Windows CRLF line endings in grep tool (#5948)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-22 22:26:15 -06:00 |
|
Mohammad Alhashemi
|
3a54ab68d1
|
feat(skill): add per-agent filtering to skill tool description (#6000)
|
2025-12-22 20:14:33 -05:00 |
|
Mohammad Alhashemi
|
046e351140
|
feat: add native skill tool with permission system (#5930)
Co-authored-by: Dax Raad <d@ironbay.co>
|
2025-12-22 18:24:06 -05:00 |
|
Buck Evan
|
60db171b44
|
fix(read): narrow .env file blocking to not block .envrc (#5654)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-22 08:37:43 -06:00 |
|
Aiden Cline
|
345f4801e8
|
feat: add experimental lsp tool (#5886)
|
2025-12-22 00:34:21 -06:00 |
|
Spoon
|
8864da7a77
|
batch: enable edit, todoread, clarify error message, minor tool description change (#5659)
|
2025-12-17 10:23:35 -06:00 |
|
Sachnun
|
751899eeec
|
fix: remove unsupported parameter from bash tool description (#5676)
|
2025-12-17 08:59:42 -06:00 |
|
Spoon
|
b8a8fb0de6
|
plugin(hook): add task tool execution hooks and command context tracking (#5642)
|
2025-12-16 19:28:09 -06:00 |
|
Luke Parker
|
27e826eba6
|
fix(win32): Normalise LSP paths on windows (fixes lua) (#5597)
|
2025-12-15 18:01:03 -06:00 |
|
Spoon
|
5cf126d489
|
fix(edit): add per-file lock to prevent read-before-write race (#4388)
|
2025-12-14 23:01:50 -06:00 |
|
Dax
|
fed4776451
|
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 |
|
Tommy D. Rossi
|
aedb5550a8
|
fix: limit LSP diagnostics to prevent context window waste (#5480)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2025-12-13 19:56:26 -06:00 |
|
Aiden Cline
|
15caecdb45
|
shell tweaks, better handling for windows (#5455)
Co-authored-by: GitHub Action <action@github.com>
|
2025-12-12 16:11:07 -06:00 |
|
opencode-agent[bot]
|
9c126c5b64
|
Removed cache mention from webfetch prompt. (#5412)
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-11 19:53:39 -06:00 |
|
Aiden Cline
|
4e92f54415
|
tweak: bash tool, try to prevent the cd spam
|
2025-12-11 14:58:46 -06:00 |
|
Aiden Cline
|
4f5abe387d
|
tweak: bash tool deny msg
|
2025-12-11 14:46:58 -06:00 |
|
Jinhyeok Lee
|
01fd0d8209
|
docs(bash): clarify description parameter is required (#5353)
|
2025-12-10 19:37:38 -06:00 |
|
Dax Raad
|
de8460cb99
|
docs: improve bash and grep tool documentation with clearer usage guidelines
|
2025-12-10 08:48:41 -05:00 |
|
Aiden Cline
|
552ee81455
|
tweak: add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT_MS
|
2025-12-09 17:28:34 -06:00 |
|
Aiden Cline
|
8a9c7a4ef3
|
add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT
|
2025-12-09 15:44:56 -06:00 |
|
Aiden Cline
|
84a0868e66
|
fix: read when file is svg
|
2025-12-09 14:24:30 -06:00 |
|
Aiden Cline
|
a3bb4a3c85
|
pdf support in read tool (#5222)
Co-authored-by: ammi1378 <ammi1378@users.noreply.github.com>
|
2025-12-07 21:54:00 -06:00 |
|
GitHub Action
|
9c938eec73
|
chore: format code
|
2025-12-07 19:08:48 +00:00 |
|
secretninjaman
|
238b907dd8
|
fix: use basename for shell detection to support non-standard paths (#5205)
Co-authored-by: Ayato French <a@ayatofrench.com>
|
2025-12-07 13:08:26 -06:00 |
|
Aiden Cline
|
75a4dcbce8
|
tweak: make bash give agent more awareness of cwd, bump default timeout, drop max timeout (#5140)
|
2025-12-06 23:55:07 -06:00 |
|
Aiden Cline
|
3e36069f41
|
fix: reduce overhead of task tool metadata
|
2025-12-06 16:04:33 -06:00 |
|
Ben Vargas
|
419983c0f1
|
feat: restore experimental flag for websearch/codesearch tools (#5132)
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-06 14:29:34 -06:00 |
|
Shantur Rathore
|
ba417d80b1
|
tweak: bash tool improve output metadata for agent consumption, fix small timeout issue (#5131)
|
2025-12-05 13:56:56 -06:00 |
|
Aiden Cline
|
d469d7d441
|
tweak: bash tool description re commit stuff
|
2025-12-04 15:27:23 -06:00 |
|
Shantur Rathore
|
a607f33552
|
tweak: bash tool messages regarding timeouts and truncation more clear for agent (#5066)
|
2025-12-04 11:33:00 -06:00 |
|
Aiden Cline
|
350a32274a
|
fix: model not being passed correctly to tool
|
2025-12-04 11:15:30 -06:00 |
|
Dax
|
6d3fc63658
|
core: refactor provider and model system (#5033)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com>
|
2025-12-03 21:09:03 -05:00 |
|
Spoon
|
0bccd1d578
|
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 |
|