Charles Packer
50c249e36d
feat: add API key caching via settings.json ( #16 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-10-27 23:41:34 -07:00
Charles Packer
fdfc94d9db
fix: dim bold reasoning (gpt5, codex, gemini, etc) ( #9 )
2025-10-27 21:58:15 -07:00
Charles Packer
55163c6e3d
feat: add stream-json output format and improve error handling ( #15 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-10-27 21:57:20 -07:00
cpacker
49821647bd
Merge branch 'main' of github.com:letta-ai/letta-code
2025-10-27 18:45:10 -07:00
cpacker
8ff2cc4d22
fix: log mid-stream errors to transcript, notes on retrieving
2025-10-27 18:45:04 -07:00
Charles Packer
9d85574829
Update README.md
2025-10-27 18:01:58 -07:00
cpacker
6969208403
fix: patch type error
2025-10-27 17:41:52 -07:00
cpacker
c4b6dbc555
feat: allow setting LETTA_BASE_URL
2025-10-27 17:37:37 -07:00
Charles Packer
78ddbd499d
fix: add parameter validation to all tools to prevent undefined insertions ( #14 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-10-27 16:25:33 -07:00
Charles Packer
43483c77a5
feat: add pretty preview for LS tool in approval dialog ( #13 )
...
Co-authored-by: Letta <noreply@letta.com >
2025-10-27 14:58:45 -07:00
cpacker
8cc0464b48
fix: strip project from url (not needed)
2025-10-27 14:41:34 -07:00
cpacker
9e484b7303
fix: patch --version command
2025-10-27 14:34:02 -07:00
Charles Packer
938c5ae854
feat: add spice ( #12 )
2025-10-27 14:25:03 -07: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
0b9c14f6de
fix: allow scrollback on approval screens
2025-10-26 18:41:16 -07:00
cpacker
db683485dc
fix: patch the deny dialogs to use the pasteaware input
2025-10-26 18:07:04 -07:00
cpacker
a8261d16f7
fix: patch yolo mode, bump version
2025-10-26 17:48:51 -07:00
cpacker
25d58a5cd2
Merge branch 'main' of github.com:letta-ai/letta-code
2025-10-26 17:31:45 -07:00
Charles Packer
3e9202c7b3
fix: add esc to cancel ( #10 )
2025-10-26 17:30:58 -07:00
cpacker
27886a3d4d
fix: type patch
2025-10-26 10:38:03 -07:00
cpacker
66e77c2035
Merge branch 'main' of github.com:letta-ai/letta-code
2025-10-26 00:29:51 -07:00
cpacker
57fd90a0cd
feat: ctrl-c wipes input
2025-10-26 00:29:36 -07:00
Charles Packer
e602abf919
Update README.md
2025-10-26 00:17:42 -07:00
Charles Packer
9112f3fcbc
Update README.md
2025-10-26 00:14:14 -07:00
cpacker
dca6cc7847
fix: add multiedit to auto-edit group
2025-10-26 00:05:59 -07:00
cpacker
83aeaff3fd
fix: ctrl-c exit + agent dump
2025-10-25 23:37:41 -07:00
cpacker
2a93f9ab55
fix: patch readme
2025-10-25 17:33:08 -07:00
cpacker
881bf1e36b
chore: bump version
2025-10-25 16:55:24 -07:00
Charles Packer
1d65606697
feat: add usage tracking, output mode, and cli exit mode ( #7 )
2025-10-25 16:50:15 -07:00
cpacker
a8dff2d86e
fix: patch cursor overflow
2025-10-25 14:30:14 -07:00
cpacker
99f81d8da1
feat: esc to cancel
2025-10-25 14:04:04 -07:00
cpacker
cd0b836c62
fix: resize on enlarge
2025-10-25 13:52:27 -07:00
Charles Packer
5bb31db14f
fix: resize input ( #6 )
2025-10-25 13:48:23 -07:00
Charles Packer
da2c50cbeb
feat: add more tests for tool built-ins ( #5 )
2025-10-25 11:33:30 -07:00
Charles Packer
dd773bf285
fix: patch read and rgrep ( #4 )
2025-10-25 01:21:41 -07:00
Charles Packer
c86253a31d
Update README.md
2025-10-25 00:56:12 -07:00
Charles Packer
a8e13b324e
Update README.md
2025-10-25 00:52:55 -07:00
Charles Packer
b5757b52cf
Update README.md
2025-10-25 00:48:35 -07:00
cpacker
8944c1f983
chore: patch version
2025-10-24 23:52:57 -07:00
cpacker
33f2433095
fix: patch bug in tool registry that was losing tools on build
2025-10-24 23:52:46 -07:00
cpacker
f158917ff7
chore: bump version
2025-10-24 22:40:03 -07:00
cpacker
c076d37e4a
fix: patch deps
2025-10-24 22:39:49 -07:00
cpacker
d224255947
chore: bump version
2025-10-24 22:28:56 -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
0e4ad63321
chore: bump version
2025-10-24 21:52:27 -07:00
Charles Packer
ae890c3b01
fix: update workflows for crossplatform bins ( #2 )
2025-10-24 21:51:34 -07:00
Charles Packer
51ffe5e82d
chore: bump version ( #1 )
2025-10-24 21:27:07 -07:00
Charles Packer
1ee7042b91
Update README.md
2025-10-24 21:22:52 -07:00
cpacker
70ac76040d
feat: letta code
2025-10-24 21:19:24 -07:00