Commit Graph

81 Commits

Author SHA1 Message Date
Shubham Naik
5108d1eda3 Refactor settings manager (#41)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-31 11:54:39 -07:00
Devansh Jain
32a3f7c7ab fix: Model flag parsing and model args (#42) 2025-10-30 20:23:21 -07:00
Charles Packer
77d78c22da feat: add glm-4.6 (#8) 2025-10-30 18:18:25 -07:00
Devansh Jain
09e4f0b13a feat: add --model flag (#32) 2025-10-30 16:07:21 -07:00
Shubham Naik
f71d2c9b66 Revert "Refactor settings manager" (#40) 2025-10-30 13:48:07 -07:00
Shubham Naik
d144dd50d9 Refactor settings manager (#39)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-30 13:37:34 -07:00
Kevin Lin
30a3883f04 fix: enable--yolo mode with output stream-json (#38) 2025-10-30 13:04:24 -07:00
Charles Packer
2304529723 ci: make deploy manual (#37) 2025-10-29 18:05:18 -07:00
github-actions[bot]
4fa3527db4 chore: bump version to 0.1.14 [skip ci] 2025-10-30 01:00:54 +00:00
Charles Packer
5eab6ed648 fix: patch image typing in new SDK (#36) 2025-10-29 18:00:41 -07:00
github-actions[bot]
ab609b682b chore: bump version to 0.1.13 [skip ci] 2025-10-29 23:51:12 +00:00
Charles Packer
4d294f9d3b fix: add buffer to 200k window 2025-10-29 16:51:01 -07:00
github-actions[bot]
e9c66cd517 chore: bump version to 0.1.12 [skip ci] 2025-10-29 23:25:52 +00:00
Cameron
430053bd5a Add origin:letta-code tag to CLI-created agents (#33)
Co-authored-by: Letta <noreply@letta.com>
2025-10-29 16:25:38 -07:00
github-actions[bot]
23197e0ede chore: bump version to 0.1.11 [skip ci] 2025-10-29 20:40:20 +00:00
Shubham Naik
b93af01a07 chore: setup auto deploy (#31)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-29 13:40:09 -07:00
Shubham Naik
022ce95717 fix: allow passing embedding model (#30)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-29 13:27:56 -07:00
Devansh Jain
8a6702d76b fix: Model update api (#28) 2025-10-29 11:27:53 -07:00
cpacker
7949f853d6 fix: typo on tool 2025-10-29 10:59:42 -07:00
cpacker
ec0c2701e5 fix: patch SDK issue causing no streams 2025-10-29 10:56:43 -07:00
Cameron
8ada8917e5 Add fetch_web to default tool list (#25)
Co-authored-by: Letta <noreply@letta.com>
2025-10-29 10:39:01 -07:00
Charles Packer
4ca01d199d feat: migrate to Letta TS SDK v1 (alpha) (#11) 2025-10-28 23:50:57 -07:00
Charles Packer
275fca942d feat: improve tool denial error message display (#22)
Co-authored-by: Letta <noreply@letta.com>
2025-10-28 17:39:27 -07:00
cpacker
a27947384d fix: update copy on denial reasons 2025-10-28 17:28:02 -07:00
cpacker
5c85d6fe4f docs: update README to reflect project-level persistence
Updated README to explain new auto-resume behavior:
- API key can be stored in settings.json (no need to export every time)
- Letta auto-resumes the last agent used in each directory
- No need for --continue flag in most cases
- Added --new flag documentation
- Clarified .letta/settings.local.json is gitignored and personal
- Marked --continue as deprecated

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

Co-Authored-By: Letta <noreply@letta.com>
2025-10-28 16:18:18 -07:00
Cameron
53fd09a217 feat: add Claude Haiku 4.5 to model selector (#20)
Co-authored-by: Letta <noreply@letta.com>
2025-10-28 15:39:21 -07:00
cpacker
12a04567c2 chore: bump version 2025-10-28 15:21:12 -07:00
Charles Packer
af2597ac86 feat: add project-level agent persistence with auto-resume (#17)
Co-authored-by: Letta <noreply@letta.com>
2025-10-28 14:38:42 -07:00
Shubham Naik
200243bd4f chore: up down for history (#19)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-28 14:36:32 -07:00
Shubham Naik
948684dfac Feat add autocomplete (#18)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-10-28 14:24:56 -07:00
Shubham Naik
4ac4412fcc Update README.md
fix discord link
2025-10-28 12:48:27 -07:00
Charles Packer
6b7b3b35ba Update README.md 2025-10-28 10:11:18 -07:00
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