jnjpng
2c82bd880a
feat: implement Claude Code-compatible hooks system ( #607 )
2026-01-21 16:23:15 -08:00
Charles Packer
565010f4f7
feat: add /plan command and allow gh commands in plan mode ( #544 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-14 15:29:44 -08:00
Charles Packer
ef7d8c98df
refactor: use conversations ( #475 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-13 16:40:59 -08:00
Charles Packer
88fa10f0d3
fix: plan mode flexibility ( #517 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-11 17:35:51 -08:00
Cameron
2610b4594f
feat: allow Skill tool in plan mode for load/unload/refresh commands ( #501 )
...
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com >
Co-authored-by: Cameron <cpfiffer@users.noreply.github.com >
2026-01-08 18:04:20 -08:00
Charles Packer
2533df1df9
fix: allow read-only subagents (explore, plan, recall) in plan mode ( #481 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-06 17:34:36 -08:00
Charles Packer
0834a4e1c1
feat: add recall subagent for searching conversation history ( #472 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-05 18:52:52 -08:00
Charles Packer
633d52ead9
fix: repair Task tool (subagent) rendering ( #465 )
...
Co-authored-by: Letta <noreply@letta.com >
2026-01-04 21:46:52 -08:00
Charles Packer
d63e1e01bb
fix: command analyzer uses first command in pipelines ( #438 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 15:56:31 -08:00
Charles Packer
19ecc2af1a
feat: inline dialogs ( #436 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-31 15:32:06 -08:00
Charles Packer
96e0f94924
fix: allow chained read-only commands in plan mode ( #422 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-29 17:20:34 -08:00
Kainoa Kanter
fab0ca676b
refactor: use system secrets when possible ( #248 )
2025-12-29 12:09:52 -08:00
Charles Packer
9db539a6d8
feat: allow read-only shell commands in plan mode ( #413 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-29 10:42:15 -08:00
Charles Packer
63388074a7
fix: fix plan mode on non-default toolsets ( #398 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-26 12:29:07 -08:00
Charles Packer
a4fa3023c1
fix: always show detailed plan mode denial message ( #386 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-24 14:59:29 -08:00
Charles Packer
ede124144e
fix: include plan file path in plan mode denial messages ( #378 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-23 20:00:46 -08:00
Charles Packer
a4a5920574
fix: generate pattern rules for safe commands in compound bash expres… ( #275 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-17 18:31:35 -08:00
Charles Packer
b202594b48
fix: add full Gemini toolset support for UI rendering and permissions ( #273 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-12-17 18:26:21 -08:00
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