Commit Graph

343 Commits

Author SHA1 Message Date
Aiden Cline a50f91fa54 tweak: tool outputs to be more llm friendly (#13269) 2026-02-12 00:33:18 -06:00
Aiden Cline 0b621489f2 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 69138c2d69 feat: adjust read tool so that it can handle dirs too (#13090) 2026-02-11 13:23:00 -06:00
Peter Dave Hello 451a4a9ca1 chore: fix typos and GitHub capitalization (#12852)
publish-github-action / publish (push) Has been cancelled
2026-02-10 06:53:38 -06:00
Adam f52cfa74b3 fix(app): don't rely on metadata.summary in task tool render (#12497) 2026-02-06 10:54:54 -06:00
Aiden Cline a1165cc483 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 9235ad6196 fix: wait for dependencies before loading custom tools and plugins (#12227) 2026-02-05 03:25:43 +00:00
Max Leiter d2ded09bf6 fix: prevent memory leaks from AbortController closures (#12024) 2026-02-03 17:51:26 -06:00
Tyler Gannon 1f2805e8b8 feat(plugin): add shell.env hook for manipulating environment in tools and shell (#12012) 2026-02-03 15:18:41 -06:00
Aiden Cline 119522129d 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 122a765c48 cli: make run non-interactive (#11814) 2026-02-02 23:35:23 -05:00
Aiden Cline 3377b19dd7 chore: cleanup external_dir perm logic (#11845) 2026-02-02 16:43:55 -06:00
Aiden Cline 4389d43895 Revert pr that was mistakenly merged (#11844) 2026-02-02 15:28:02 -06:00
Dax Raad dd9cde6ce9 tui: fix task status to show current tool state from message store 2026-02-01 20:52:17 -05:00
Aiden Cline 916949305d 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 473f1d020e feat: make skills invokable as slash commands in the TUI (#11390) 2026-01-31 00:41:55 -05:00
Aiden Cline 35a2e7bb94 fix: don't --follow by default for grep and other things using ripgrep (#11415) 2026-01-30 23:38:43 -06:00
Patrick Schiel e6e94b5d59 fix: handle redirected_statement treesitter node in bash permissions (#6737) 2026-01-30 16:11:45 -06:00
Spoon 4adb37da41 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 86e5e884c1 tweak: add ctx.abort to grep tool 2026-01-28 20:06:36 -06:00
Goni Zahavy 1e3565a06e fix(opencode): add AbortSignal support to Ripgrep.files() and GlobTool (#10833) 2026-01-28 18:47:09 -06:00
Aiden Cline 06ce93a626 fix: ensure parallel tool calls dont double load AGENTS.md 2026-01-28 01:38:10 -05:00
GitHub Action 5ce096a0eb chore: generate 2026-01-28 06:05:21 +00:00
Goni Zahavy 7b825a3576 fix(opencode): ensure unsub(PartUpdated) is always called in TaskTool (#9992) 2026-01-28 01:04:43 -05:00
adamelmore c9eb2eafd2 feat(core): add worktree to plugin tool context 2026-01-27 06:29:19 -06:00
adamelmore 1858f7195e fix(core): expose Instance.directory to custom tools 2026-01-26 20:07:47 -06:00
Aiden Cline f381ac23c4 fix: use Instance.directory instead of process.cwd() in read tool 2026-01-26 20:57:50 -05:00
adamelmore 95853b6232 fix(app): reactive file tree 2026-01-26 16:46:09 -06:00
Aiden Cline 5be2bcf5c9 feat: dynamically resolve AGENTS.md files from subdirectories as agent explores them (#10678) 2026-01-26 10:49:41 -05:00
Britt 16c9f5b8a4 fix(web): construct apply_patch metadata before requesting permission (#10422) 2026-01-24 12:00:21 -06:00
Fynn b93808a31b fix: retry webfetch with simple UA on 403 (#10328) 2026-01-24 00:14:32 -05:00
Shantur Rathore b271a4f2c0 feat(tasks): Add model info as part of metadata (#10307) 2026-01-24 00:10:40 -05:00
iltenahmet a90f5ca0e9 fix(ui): show file path in apply_patch request permission screen (#10079) 2026-01-22 13:43:11 -06:00
Aiden Cline 64668b52bb tweak: bash tool, ensure cat will trigger external_directory perm 2026-01-22 10:26:06 -06:00
Aiden Cline fbd2bfd5b6 tweak: add back todo list tools for openai models 2026-01-21 12:14:09 -06:00
Aiden Cline 4a997ca3c0 tweak: adjust skill tool description to make it more clear which skills are available 2026-01-21 11:08:28 -06:00
GitHub Action a0d401e2e1 chore: generate 2026-01-21 04:56:39 +00:00
Aiden Cline cc6f01612c fix: ensure apply patch tool emits edited events 2026-01-20 22:55:50 -06:00
GitHub Action c4bb0cd487 chore: generate 2026-01-20 06:33:16 +00:00
Aiden Cline 96e8e691b9 rm filetime assertions from patch tool 2026-01-20 00:32:29 -06:00
James Meng b0596ab947 fix(batch): update batch tool definition to outline correct value for max tool calls (#9517) 2026-01-19 22:15:02 -06:00
Spoon b37c9787b5 tweak(batch): up restrictive max batch tool from 10 to 25 (#9275) 2026-01-19 15:44:58 -06:00
Aiden Cline 1cace8f827 tweak: apply patch description 2026-01-19 11:22:00 -06:00
Aiden Cline 4c9279e1f2 tweak apply_patch tool description 2026-01-19 01:31:30 -06:00
Aiden Cline 3b5629a7ab omit todo tools for openai models 2026-01-19 01:06:26 -06:00
Aiden Cline b775887049 add scheduler, cleanup module (#9346) 2026-01-18 23:33:23 -06:00
zerone0x 710b42f910 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 088d592c09 feat: apply_patch tool for openai models (#9127) 2026-01-18 00:35:09 -06:00
Aiden Cline 7f7042c40c 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 4e54faa56d docs: clarify question tool guidance (#8778) 2026-01-15 19:37:56 -06:00