Commit Graph

17 Commits

Author SHA1 Message Date
Charles Packer
cd270a938d fix: patch plan mode (#211)
Co-authored-by: Letta <noreply@letta.com>
2025-12-14 21:11:42 -08:00
Charles Packer
f1f507a45d feat: loosen read permissions on shell cmd (#144) 2025-12-01 22:10:35 -08:00
cpacker
b0e3be97d1 fix: patch autoapprovals for alt toolsets 2025-12-01 19:18:47 -08:00
cpacker
598f988708 fix: patch permissions matching 2025-11-30 19:14:47 -08:00
Charles Packer
6089ce1cdd feat: misc tool alignment (#137) 2025-11-30 15:38:04 -08:00
Devansh Jain
8b3523c1a3 feat: Skills omni-tool (#102) 2025-11-26 11:16:57 -08:00
Charles Packer
f2ed25bfeb feat: add gemini tools (#120) 2025-11-24 10:50:31 -08:00
cpacker
61ed93c6c6 fix: add patch to auto-allow for acceptedits mode 2025-11-23 22:42:36 -08:00
Charles Packer
8cab132513 fix: display the codex toolset better (#117) 2025-11-23 22:21:21 -08:00
Kevin Lin
cd6b29e686 feat: Model based toolset switching (#111)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-11-23 19:49:39 -08:00
Charles Packer
cedbff11a2 fix: fix permissions paths (#92) 2025-11-16 21:12:01 -08:00
Charles Packer
cf73f3a11f ci: add typechecking, fail fast in CI, and patch typechecking errors (#63) 2025-11-04 11:50:07 -08:00
cpacker
6f7b3bb08b fix: generate smart wildcard patterns for complex bash commands
When users approve long piped/chained commands (e.g., cd /path && git diff | head -100),
the system now generates intelligent wildcard patterns instead of exact matches. This allows
similar commands to be cached properly.

Changes:
- Parse complex commands containing &&, |, or ; to extract significant patterns
- Generate wildcards like Bash(cd /path && git diff:*) for git commands
- Generate wildcards like Bash(npm run lint:*) for npm commands
- Add tests for long command pattern generation

Fixes the issue where approving git diff | head would not also allow git diff | tail

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2025-10-26 19:12:55 -07:00
cpacker
a8261d16f7 fix: patch yolo mode, bump version 2025-10-26 17:48:51 -07:00
cpacker
dca6cc7847 fix: add multiedit to auto-edit group 2025-10-26 00:05:59 -07:00
Charles Packer
e356bdce0a feat: rewrite of publish to go back to js from binaries (#3) 2025-10-24 22:28:29 -07:00
cpacker
70ac76040d feat: letta code 2025-10-24 21:19:24 -07:00