| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | style: switch from tabs to 2-space indentation | Adam Malczewski | |
| 9 days | feat: remove CWD path containment from file tools | Adam Malczewski | |
| read_file, write_file, and edit_file no longer restrict access to paths outside the working directory. The isPathWithinWorkdir prefix check and symlink hardening have been removed from all three tools. This allows agents to read and write files anywhere on the filesystem, not just within the per-turn cwd. The shell tool already had no such restriction. | |||
| 2026-06-10 | feat(tools): add run_shell, edit_file, write_file + read_file directory listing | Adam Malczewski | |
| Four standard-tier tool extensions (one tool per extension, zero ABI change): - tool-read-file: read_file now lists directory contents (sorted, /-suffixed subdirs) - tool-shell: run_shell (foreground, streamed, cancellable, cwd, timeout + output cap) - tool-edit-file: edit_file (oldString/newString/replaceAll; errors on absent/non-unique) - tool-write-file: write_file (explicit overwrite flag) Registered in host-bin CORE_EXTENSIONS. Live boot clean (shell capability accepted). 686 vitest + 89 bun = 775 tests; tsc -b EXIT 0; biome clean. | |||
