Dax Raad
|
568eccb4c6
|
Revert: all refactor commits migrating from Bun.file() to Filesystem module
|
2026-02-18 19:41:14 -05:00 |
|
Dax
|
14c0989411
|
refactor: migrate src/tool/read.ts from Bun.file() to Filesystem module (#14118)
|
2026-02-18 19:29:11 -05:00 |
|
Dax
|
36bc07a5af
|
refactor: migrate src/tool/write.ts from Bun.file() to Filesystem module (#14119)
|
2026-02-18 19:27:11 -05:00 |
|
Dax
|
270b807cdf
|
refactor: migrate src/tool/edit.ts from Bun.file() to Filesystem module (#14120)
|
2026-02-18 19:26:45 -05:00 |
|
Dax
|
bd52ce5640
|
refactor: migrate remaining tool files from Bun.file() to Filesystem/stat modules (#14121)
|
2026-02-18 19:24:21 -05:00 |
|
opencode-agent[bot]
|
2d7c9c9692
|
chore: generate
|
2026-02-18 20:15:14 +00:00 |
|
Helge Tesdal
|
1aa18c6cd6
|
feat(plugin): pass sessionID and callID to shell.env hook input (#13662)
|
2026-02-18 14:14:18 -06:00 |
|
Aiden Cline
|
3b97580621
|
tweak: ensure read tool uses fs/promises for all paths (#14027)
|
2026-02-17 16:05:22 -06:00 |
|
Aiden Cline
|
c1b03b728a
|
fix: make read tool more mem efficient (#14009)
|
2026-02-17 15:36:45 -06:00 |
|
Aiden Cline
|
a580fb47d2
|
tweak: drop ids from attachments in tools, assign them in prompt.ts instead (#13890)
|
2026-02-16 14:59:57 -06:00 |
|
ImmuneFOMO
|
9d3c81a683
|
feat(acp): add opt-in flag for question tool (#13562)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2026-02-16 14:20:41 -06:00 |
|
Aiden Cline
|
179c40749d
|
fix: tweak websearch tool description date info to avoid cache busts (#13559)
|
2026-02-13 23:59:10 -06:00 |
|
Spoon
|
1608565c80
|
feat(hook): add tool.definition hook for plugins to modify tool description and parameters (#4956)
|
2026-02-12 22:52:17 -06:00 |
|
Ryan Vogel
|
ba54cee55e
|
feat(tool): return image attachments from webfetch (#13331)
|
2026-02-12 12:09:29 -05:00 |
|
Aiden Cline
|
624dd94b5d
|
tweak: tool outputs to be more llm friendly (#13269)
|
2026-02-12 00:33:18 -06:00 |
|
Aiden Cline
|
006d673ed2
|
tweak: make read tool offset 1 indexed instead of 0 to avoid confusion that could be caused by line #s being 1 based (#13198)
|
2026-02-11 14:02:30 -06:00 |
|
Aiden Cline
|
6b4d617df0
|
feat: adjust read tool so that it can handle dirs too (#13090)
|
2026-02-11 13:23:00 -06:00 |
|
Peter Dave Hello
|
87795384de
|
chore: fix typos and GitHub capitalization (#12852)
|
2026-02-10 06:53:38 -06:00 |
|
Adam
|
9497cfdf45
|
fix(app): don't rely on metadata.summary in task tool render (#12497)
|
2026-02-06 10:54:54 -06:00 |
|
Aiden Cline
|
64e2bf8bf0
|
tweak: adjust task tool description/input to alleviate tool call failures that sometimes occured w/ gpt models (#12214)
|
2026-02-05 00:04:03 -06:00 |
|
Dax
|
556adad67b
|
fix: wait for dependencies before loading custom tools and plugins (#12227)
|
2026-02-05 03:25:43 +00:00 |
|
Max Leiter
|
93e060272a
|
fix: prevent memory leaks from AbortController closures (#12024)
|
2026-02-03 17:51:26 -06:00 |
|
Tyler Gannon
|
a30696f9bf
|
feat(plugin): add shell.env hook for manipulating environment in tools and shell (#12012)
|
2026-02-03 15:18:41 -06:00 |
|
Aiden Cline
|
3975329629
|
feat: improve skills, better prompting, fix permission asks after invoking skills, ensure agent knows where scripts/resources are (#11737)
|
2026-02-03 09:58:31 -06:00 |
|
Dax
|
1275c71a63
|
cli: make run non-interactive (#11814)
|
2026-02-02 23:35:23 -05:00 |
|
Aiden Cline
|
188cc24bfc
|
chore: cleanup external_dir perm logic (#11845)
|
2026-02-02 16:43:55 -06:00 |
|
Aiden Cline
|
aa6b552c39
|
Revert pr that was mistakenly merged (#11844)
|
2026-02-02 15:28:02 -06:00 |
|
Dax Raad
|
83d0e48e38
|
tui: fix task status to show current tool state from message store
|
2026-02-01 20:52:17 -05:00 |
|
Aiden Cline
|
612b656d36
|
fix: adjust resolve parts so that when messages with multiple @ references occur, the tool calls are properly ordered
|
2026-02-01 19:26:23 -05:00 |
|
Dax
|
81ac41e089
|
feat: make skills invokable as slash commands in the TUI (#11390)
|
2026-01-31 00:41:55 -05:00 |
|
Aiden Cline
|
c0e71c4261
|
fix: don't --follow by default for grep and other things using ripgrep (#11415)
|
2026-01-30 23:38:43 -06:00 |
|
Patrick Schiel
|
e7ff7143b6
|
fix: handle redirected_statement treesitter node in bash permissions (#6737)
|
2026-01-30 16:11:45 -06:00 |
|
Spoon
|
45ec3105b1
|
feat: support config skill registration (#9640)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-01-29 11:47:06 -06:00 |
|
Aiden Cline
|
4d2696e027
|
tweak: add ctx.abort to grep tool
|
2026-01-28 20:06:36 -06:00 |
|
Goni Zahavy
|
e5b33f8a5e
|
fix(opencode): add AbortSignal support to Ripgrep.files() and GlobTool (#10833)
|
2026-01-28 18:47:09 -06:00 |
|
Aiden Cline
|
558590712d
|
fix: ensure parallel tool calls dont double load AGENTS.md
|
2026-01-28 01:38:10 -05:00 |
|
GitHub Action
|
9a8da20a97
|
chore: generate
|
2026-01-28 06:05:21 +00:00 |
|
Goni Zahavy
|
63f5669eb5
|
fix(opencode): ensure unsub(PartUpdated) is always called in TaskTool (#9992)
|
2026-01-28 01:04:43 -05:00 |
|
adamelmore
|
1f9313847f
|
feat(core): add worktree to plugin tool context
|
2026-01-27 06:29:19 -06:00 |
|
adamelmore
|
a8c18dba82
|
fix(core): expose Instance.directory to custom tools
|
2026-01-26 20:07:47 -06:00 |
|
Aiden Cline
|
6cf2c3e3db
|
fix: use Instance.directory instead of process.cwd() in read tool
|
2026-01-26 20:57:50 -05:00 |
|
adamelmore
|
021d9d105e
|
fix(app): reactive file tree
|
2026-01-26 16:46:09 -06:00 |
|
Aiden Cline
|
39a73d4894
|
feat: dynamically resolve AGENTS.md files from subdirectories as agent explores them (#10678)
|
2026-01-26 10:49:41 -05:00 |
|
Britt
|
f4cf3f4976
|
fix(web): construct apply_patch metadata before requesting permission (#10422)
|
2026-01-24 12:00:21 -06:00 |
|
Fynn
|
b978ca11da
|
fix: retry webfetch with simple UA on 403 (#10328)
|
2026-01-24 00:14:32 -05:00 |
|
Shantur Rathore
|
4173adf5e2
|
feat(tasks): Add model info as part of metadata (#10307)
|
2026-01-24 00:10:40 -05:00 |
|
iltenahmet
|
3eaf6f3baf
|
fix(ui): show file path in apply_patch request permission screen (#10079)
|
2026-01-22 13:43:11 -06:00 |
|
Aiden Cline
|
3b7c347b2e
|
tweak: bash tool, ensure cat will trigger external_directory perm
|
2026-01-22 10:26:06 -06:00 |
|
Aiden Cline
|
d9f0287d74
|
tweak: add back todo list tools for openai models
|
2026-01-21 12:14:09 -06:00 |
|
Aiden Cline
|
ab3d412a81
|
tweak: adjust skill tool description to make it more clear which skills are available
|
2026-01-21 11:08:28 -06:00 |
|
GitHub Action
|
2049af4d6f
|
chore: generate
|
2026-01-21 04:56:39 +00:00 |
|
Aiden Cline
|
74bd52e8a7
|
fix: ensure apply patch tool emits edited events
|
2026-01-20 22:55:50 -06:00 |
|
GitHub Action
|
616329ae97
|
chore: generate
|
2026-01-20 06:33:16 +00:00 |
|
Aiden Cline
|
9706aaf552
|
rm filetime assertions from patch tool
|
2026-01-20 00:32:29 -06:00 |
|
James Meng
|
36f5ba52e9
|
fix(batch): update batch tool definition to outline correct value for max tool calls (#9517)
|
2026-01-19 22:15:02 -06:00 |
|
Spoon
|
673e79f457
|
tweak(batch): up restrictive max batch tool from 10 to 25 (#9275)
|
2026-01-19 15:44:58 -06:00 |
|
Aiden Cline
|
dd0906be8c
|
tweak: apply patch description
|
2026-01-19 11:22:00 -06:00 |
|
Aiden Cline
|
4299450d7d
|
tweak apply_patch tool description
|
2026-01-19 01:31:30 -06:00 |
|
Aiden Cline
|
3515b4ff7d
|
omit todo tools for openai models
|
2026-01-19 01:06:26 -06:00 |
|
Aiden Cline
|
e2f1f4d81e
|
add scheduler, cleanup module (#9346)
|
2026-01-18 23:33:23 -06:00 |
|
zerone0x
|
38c641a2fc
|
fix(tool): treat .fbs files as text instead of images (#9276)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-01-18 13:17:49 -06:00 |
|
Aiden Cline
|
b7ad6bd839
|
feat: apply_patch tool for openai models (#9127)
|
2026-01-18 00:35:09 -06:00 |
|
Aiden Cline
|
1a43e5fe87
|
fix: adjust websearch tool to emphasize that it ISNT 2024, give more info as to current date
|
2026-01-15 20:50:22 -06:00 |
|
Kit Langton
|
5092b5f07b
|
docs: clarify question tool guidance (#8778)
|
2026-01-15 19:37:56 -06:00 |
|
Aiden Cline
|
9d8d0e97ec
|
Revert "fix:subagent reasoningEffort not being applied (#8646)"
This reverts commit f4086ac459.
|
2026-01-15 16:06:35 -06:00 |
|
Jeong Juahn
|
f4086ac459
|
fix:subagent reasoningEffort not being applied (#8646)
Co-authored-by: Bot <bot@example.com>
|
2026-01-15 16:04:01 -06:00 |
|
andrew-kramer-inno
|
4edb4fa4fa
|
fix: handle broken symlinks gracefully in grep tool (#8612)
Co-authored-by: Alex Johnson <nvidiattxpsli@gmail.com>
|
2026-01-15 11:40:37 -06:00 |
|
Aiden Cline
|
096e14d787
|
tweak: adjust lsp wording a bit more to encourage fixing
|
2026-01-14 15:44:44 -06:00 |
|
Dax Raad
|
0187b6bb72
|
do not allow agent to ask custom-less questions
|
2026-01-13 17:14:12 -05:00 |
|
Aiden Cline
|
0eb898abcf
|
tweak: prompt for explore agent better
|
2026-01-13 15:35:52 -06:00 |
|
Alan
|
774c24e76e
|
fix: update User-Agent string to latest Chrome version in webfetch (#8284)
|
2026-01-13 15:23:08 -06:00 |
|
Dax
|
0a3c72d678
|
feat: add plan mode with enter/exit tools (#8281)
|
2026-01-13 15:55:48 -05:00 |
|
Daniel Polito
|
3600bd27f4
|
feat(desktop): Ask Question Tool Support (#8232)
|
2026-01-13 12:28:08 -06:00 |
|
Aiden Cline
|
66f9bdab32
|
core: tweak edit and write tool outputs to prevent agent from thinking edit didn't apply
|
2026-01-12 20:40:10 -06:00 |
|
M. Adel Alhashemi
|
5d37e58d34
|
fix(task): respect agent task permission for nested sub-agents (#8111)
|
2026-01-12 20:37:42 -06:00 |
|
Aiden Cline
|
fd37d5b54e
|
tweak: truncation dir perm
|
2026-01-12 16:46:47 -06:00 |
|
Aiden Cline
|
735f3d17bc
|
fix: ensure plurals are properly handled (#8070)
|
2026-01-12 15:21:01 -06:00 |
|
Dillon Mulroy
|
fa79736b87
|
fix: check worktree for external_directory permission in subdirs (#7811)
|
2026-01-11 14:17:36 -06:00 |
|
Dax Raad
|
f94ee5ce90
|
core: extract external directory validation to shared utility to reduce code duplication across tools
|
2026-01-10 18:49:42 -05:00 |
|
Kenny
|
d5738f542c
|
fix(grep): follow symlinks by default in ripgrep searches (#7501)
|
2026-01-10 10:57:18 -06:00 |
|
Dax
|
22dd70b75b
|
feat(question): support multi-select questions (#7386)
|
2026-01-08 17:32:21 -05:00 |
|
Dax
|
e37fd9c105
|
core: add interactive question tool for gathering user preferences and clarifying instructions (#7268)
|
2026-01-07 22:29:42 -05:00 |
|
Aiden Cline
|
1b82511fbd
|
feat: write truncated tool outputs to files (#7239)
|
2026-01-07 17:25:00 -06:00 |
|
M. Adel Alhashemi
|
34c9d106ee
|
refactor: simplify task tool subagent filtering (#7165)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-01-07 13:28:13 -06:00 |
|
Aiden Cline
|
6590c1641f
|
add truncation for all tools
|
2026-01-07 02:01:32 -06:00 |
|
Sewer.
|
fd7b7eacd3
|
Added: Ability to hide subagents from primary agents system prompt. (#4773)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2026-01-06 22:29:17 -06:00 |
|
Aiden Cline
|
625c9dae5c
|
fix: ensure commands listing subagent work
|
2026-01-06 17:05:20 -06:00 |
|
M. Adel Alhashemi
|
485aadcbfa
|
fix: restore skill filtering by agent permissions (#7042)
|
2026-01-06 12:01:37 -06:00 |
|
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 |
|
Dax Raad
|
95c3a8b805
|
limit grep line length to 2000
|
2025-12-01 16:35:07 -05:00 |
|
Dax Raad
|
0bf40faf95
|
core: prevent codesearch and websearch tools when webfetch permission is denied
|
2025-11-26 22:08:50 -05:00 |
|
Dax Raad
|
9c237f0bfb
|
temporarily restrict codesearch and websearch to opencode zen users. need to figure out how to opt out for enterprise users who do not want this
|
2025-11-26 20:13:20 -05:00 |
|
Dax Raad
|
d95f724303
|
enable exa code/websearch
|
2025-11-25 22:06:26 -05:00 |
|
Aiden Cline
|
27ae341684
|
fix bash tool wsl
|
2025-11-23 12:29:15 -06:00 |
|
Aiden Cline
|
adf7df0d5c
|
tweak: bash tool behavior w/ /bin/zsh
|
2025-11-21 16:30:00 -06: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 |
|
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 |
|
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 |
|
Aiden Cline
|
793542230f
|
tweak: bash description
|
2025-11-19 11:31:12 -06:00 |
|