Commit Graph

188 Commits

Author SHA1 Message Date
cpacker
598f988708 fix: patch permissions matching 2025-11-30 19:14:47 -08:00
Charles Packer
f50e608718 feat: init memory command (#138) 2025-11-30 18:31:01 -08:00
Charles Packer
6089ce1cdd feat: misc tool alignment (#137) 2025-11-30 15:38:04 -08:00
Charles Packer
b0291597f3 feat: change default naming to pascal (#136) 2025-11-29 18:30:17 -08:00
cpacker
7ee5634021 fix: patch model selector 2025-11-27 02:24:56 -08:00
Charles Packer
06ec8b9d3c feat: new flag to filter blocks on creation (#132) 2025-11-27 02:12:41 -08:00
Charles Packer
135c19c7d7 feat: system prompt swapping (#131) 2025-11-27 01:30:11 -08:00
Kevin Lin
8330534f00 feat: Suppress toolset change message (#130) 2025-11-27 00:57:49 -08:00
cpacker
3525606e02 fix: lint 2025-11-26 23:03:04 -08:00
cpacker
240f46869d fix: patch tool resolution 2025-11-26 23:02:22 -08:00
github-actions[bot]
b53f3fb60c chore: bump version to 0.4.2 [skip ci] 2025-11-27 03:28:55 +00:00
cpacker
6daf8efd8e fix: patch public flow 2025-11-26 19:28:26 -08:00
github-actions[bot]
b674ff3623 chore: bump version to 0.4.1 [skip ci] 2025-11-27 03:22:00 +00:00
Charles Packer
dc38a4f82d ci: set up publishing (#129) 2025-11-26 19:18:41 -08:00
Charles Packer
36c571f38f fix: align the schemas, params, and descriptions (#128) 2025-11-26 19:12:31 -08:00
Shubham Naik
3543276709 Fix debounce mechanism (#95)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-11-26 11:39:55 -08:00
Devansh Jain
8b3523c1a3 feat: Skills omni-tool (#102) 2025-11-26 11:16:57 -08:00
Charles Packer
e88738b1c1 fix: use model_settings instead of deprecated llm_config for agent updates (#125)
Co-authored-by: Letta <noreply@letta.com>
2025-11-26 10:47:54 -08:00
Charles Packer
61cb85bd83 feat: add /download command to export agent file locally (#124)
Co-authored-by: Letta <noreply@letta.com>
2025-11-25 20:32:21 -08:00
github-actions[bot]
40d2055708 chore: bump version to 0.4.0 [skip ci] 2025-11-26 04:05:30 +00:00
Kevin Lin
63d8f2bdfc fix: Tool name mismatch (#123) 2025-11-25 16:16:20 -08:00
Kevin Lin
724c695180 feat: add Claude Opus 4.5 (#121)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-11-25 10:43:31 -08:00
cpacker
c4a1ceb4e8 fix: dedupe 2025-11-24 11:05:18 -08:00
Charles Packer
f2ed25bfeb feat: add gemini tools (#120) 2025-11-24 10:50:31 -08:00
Charles Packer
43813383ac feat: show only featured models by default in model selector (#106) (#119)
Co-authored-by: Letta <noreply@letta.com>
2025-11-24 00:10:48 -08:00
cpacker
61ed93c6c6 fix: add patch to auto-allow for acceptedits mode 2025-11-23 22:42:36 -08:00
Charles Packer
4862a87fb1 fix: don't clobber tools on resume (#118) 2025-11-23 22:30:13 -08:00
Charles Packer
8cab132513 fix: display the codex toolset better (#117) 2025-11-23 22:21:21 -08:00
Charles Packer
d002c75f9c feat: add toolset flag (#116) 2025-11-23 20:13:02 -08:00
Charles Packer
592ed66e1b feat: add toolset switching UI (#115) 2025-11-23 20:02:04 -08:00
Charles Packer
836a488263 docs: Update README.md 2025-11-23 19:56:16 -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
9ceae2af58 feat: cancel client-side tools (#113) 2025-11-23 09:53:27 -08:00
Charles Packer
9e6a1d4300 feat: eager cancel (#114) 2025-11-23 09:53:07 -08:00
Charles Packer
6111410bf6 fix: patch OOM issue (#112) 2025-11-21 18:58:19 -08:00
Charles Packer
10d8a2a97c Update README.md 2025-11-21 14:46:02 -08:00
Cameron Pfiffer
dc58439c84 fix: Update system prompt to point to GitHub repo instead of non-existent docs page
Changed reference from https://docs.letta.com/letta-code (404) to
https://github.com/letta-ai/letta-code (actual documentation location).

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

Co-Authored-By: Letta <noreply@letta.com>
2025-11-21 12:18:57 -08:00
github-actions[bot]
e573dd8640 chore: bump version to 0.3.0 [skip ci] 2025-11-21 08:13:06 +00:00
Charles Packer
1a30c153c6 fix: patch HITL bug (#107) 2025-11-19 20:49:24 -08:00
Charles Packer
fa883d66db feat: update models.json to add gemini-3 (#104) 2025-11-19 14:54:53 -08:00
Cameron
0b44de5f5d fix: Update sleeptime agent's persona block, not primary agent (#100)
Co-authored-by: Letta <noreply@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2025-11-17 18:43:48 -08:00
Charles Packer
6b40e86401 fix: parallel tool calling support in approval flow (#101) 2025-11-17 18:27:20 -08:00
Cameron
3d4f4dfd3c feat: Make --new safe by default, add --fresh-blocks for isolation (#91)
Co-authored-by: Letta <noreply@letta.com>
2025-11-17 16:17:36 -08:00
Kevin Lin
06872761bd feat: Add gpt-5.1 models (#97) 2025-11-17 15:31:16 -08:00
Shubham Naik
d3b9eb7245 Swap command (#84)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-11-17 11:26:48 -08:00
Charles Packer
9212dfb52b feat: add --sleeptime CLI flag (#94)
Co-authored-by: Letta <noreply@letta.com>
2025-11-16 23:44:06 -08:00
Charles Packer
1dcc25fcc9 refactor: rename model id from 'default' to 'sonnet-4.5' (#93)
Co-authored-by: Letta <noreply@letta.com>
2025-11-16 22:30:42 -08:00
Charles Packer
cedbff11a2 fix: fix permissions paths (#92) 2025-11-16 21:12:01 -08:00
Kevin Lin
754db3b273 fix: Patch headless mode GPT-5 (#88)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-11-16 20:48:50 -08:00
Cameron
8df4c08510 feat: Add sleep-time memory management persona prompt (#90)
Co-authored-by: Letta <noreply@letta.com>
2025-11-14 16:44:11 -08:00