aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_rm.sh
AgeCommit message (Collapse)AuthorLines
2026-02-03Refined tool return error codes.Leonard Kugis-8/+24
Now they all return with exit 0 and error messages instead. This prevents early query abortion on fatal errors.
2024-11-16refactor: improve bash code (#125)sigoden-15/+3
* refactor: extract guard_path to utils/guard_path.sh * add utils/guard_operation.sh
2024-11-14feat: add `LLM_OUTPUT=/dev/stdout` to all tools/agents bashscripts (#123)sigoden-0/+2
2024-08-17refactor: improve `fs_*` (#99)sigoden-1/+1
improve `_guard_path` to use `realpath -m <path>` to get absolute path
2024-08-03chore: update tools/fs_rm.shsigoden-1/+0
2024-08-02feat: prompt confirmation for fs write operations outside cwd (#90)sigoden-3/+19
2024-07-10feat: adjust the way of returning data to LLM (#69)sigoden-1/+1
2024-07-05feat: add fs tools (#59)sigoden-0/+15