summaryrefslogtreecommitdiff
path: root/packages/server/src/tools/shell.md
AgeCommit message (Collapse)Author
2025-05-06drop restriction on whitespace in bash commands (#272)Olcan
2025-05-06use temp file instead of footer to allow arbitrary chunking of streams and ↵Olcan
arbitrary interleaving with output from background processes (#267)
2025-05-05support for discovered tools using project settings for discovery and call ↵olcan
commands
2025-04-28shell tool tweaks (#194)Olcan
2025-04-27minimal shell tool (#191)Olcan
2025-04-24shell bones (#160)Olcan
* shell bones * Merge remote-tracking branch 'origin/main' into shell_bones * add line break * another line break * drop the log to avoid breaking terminals * rename tool to be consistent with terminal * fix build