Commit Graph

3 Commits

Author SHA1 Message Date
Kofi
5b3521355a
Update prompts.ts 2024-10-21 07:46:42 -05:00
Kofi
f9021d32c4 feat(prompt): add planning step + organize shell commands
Adds structured planning phase before responses and reorganizes
available shell commands by category. Planning helps catch edge
cases early and shell categorization makes capabilities clearer.

Main changes:
- New chain-of-thought system for pre-response thinking
- Grouped shell commands by function (files, sys, dev tools, misc)
- Added brief cmd descriptions

No breaking changes, just better organization + process. Should
help reduce back-and-forth on PRs.

Tested w/o cmd env :)

- kofi
2024-10-21 12:34:06 +00:00
Sam Denty
6fb59d2bc5
fix: remove monorepo 2024-09-25 19:54:09 +01:00