Commit Graph

1065 Commits

Author SHA1 Message Date
Charles Packer
4e1827ebc1 refactor: tighten codex toolset parity without freeform (#1014) 2026-02-18 12:55:09 -08:00
cpacker
a1637b313a chore: align codex prompts to codex-cli baseline 2026-02-18 11:15:25 -08:00
Kevin Lin
c3bcbcb39b fix: remove sonnet 4.5 from featured models (#1013)
Co-authored-by: Letta <noreply@letta.com>
2026-02-18 11:03:33 -08:00
Kevin Lin
92a2c406e3 feat: sonnet 1M (#1012)
Co-authored-by: Letta <noreply@letta.com>
2026-02-18 10:52:41 -08:00
Kevin Lin
ab9a814e39 feat: add memory application guidance to system prompts (#1011)
Co-authored-by: Letta <noreply@letta.com>
2026-02-18 10:37:34 -08:00
Charles Packer
f74dbd6080 fix: align codex plus-pro routing and gpt-5.3-codex defaults (#1009) 2026-02-17 23:19:28 -08:00
Charles Packer
b505ea6117 fix: improve model/reasoning display in footer and slash preview (#1008) 2026-02-17 22:23:47 -08:00
Charles Packer
245390adb0 feat: add reasoning settings step to /model (#1007) 2026-02-17 21:27:13 -08:00
paulbettner
9b438bdd91 fix(cli): let lowercase d type in /agents search (#1006) 2026-02-17 21:18:38 -08:00
Charles Packer
61139bfd4f fix(cli): keep model selector chrome visible during refresh (#1005)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 18:29:04 -08:00
Charles Packer
d71ce07c25 fix(cli): use white text on active tab highlight across all selectors (#1004)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 18:28:41 -08:00
Charles Packer
c5f94aa732 fix(cli): truncate static history during resize redraw (#1002)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 18:05:41 -08:00
Charles Packer
5d9f2b68ff fix(cli): reinject bootstrap reminders on conversation switches (#1000)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 16:45:28 -08:00
Kian Jones
cda9f3d71d fix: ADE links for default conversation (#998) 2026-02-17 15:43:57 -08:00
jnjpng
66f333a5ca fix: correctly display no arguments tip on commands that don't accept them instead of opening state (#996)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 15:14:17 -08:00
Charles Packer
3728d1ec0c refactor: extract shared turn queue runtime (#991) 2026-02-17 12:58:33 -08:00
Christina Tong
44d4cc87c1 feat: pass Edit code diff start line in tool return (#994) 2026-02-17 12:01:03 -08:00
Charles Packer
7cc8729e57 feat: align headless bidirectional queueing with TUI runtime (#990) 2026-02-17 11:38:29 -08:00
github-actions[bot]
dda410943f chore: bump version to 0.15.6 [skip ci] 2026-02-17 19:32:12 +00:00
Kevin Lin
be47e51e2e feat: add 'sonnet' shortcut for Sonnet 4.6 model (#993)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 11:10:36 -08:00
github-actions[bot]
187547cd46 chore: bump version to 0.15.5 [skip ci] 2026-02-17 18:59:51 +00:00
Kevin Lin
91f49e1e30 feat: add Sonnet 4.6 default model (#992)
Co-authored-by: Letta <noreply@letta.com>
2026-02-17 10:17:38 -08:00
github-actions[bot]
522f2c3415 chore: bump version to 0.15.4 [skip ci] 2026-02-17 07:24:53 +00:00
Charles Packer
6a2b2f6346 feat: add skill source controls and headless reminder settings (#989) 2026-02-16 23:01:03 -08:00
github-actions[bot]
4125c12dc1 chore: bump version to 0.15.3 [skip ci] 2026-02-17 03:27:22 +00:00
Charles Packer
e074d0bfb7 fix: gate skills reminders in headless sessions (#987) 2026-02-16 19:08:55 -08:00
Charles Packer
4cd1c5e22e fix: clean up AGENT_ID and MEMORY_DIR prompt placement (#988) 2026-02-16 19:01:20 -08:00
Charles Packer
66ced52c81 feat: expose MEMORY_DIR and AGENT_ID in runtime context (#986) 2026-02-16 18:24:59 -08:00
Charles Packer
72c8a0ab23 fix: reconcile memfs/standard prompt sections safely (#985) 2026-02-16 17:29:52 -08:00
Charles Packer
2ac0b8b262 fix(cli): reset interrupt timer on eager cancel (#984)
Co-authored-by: Letta <noreply@letta.com>
2026-02-16 16:05:17 -08:00
Charles Packer
408bb8e81e fix: block slash command queueing while agent is running (#983) 2026-02-16 15:58:59 -08:00
Charles Packer
cd7ae1edea fix: drop option for max turns from task (#982) 2026-02-16 14:55:34 -08:00
Charles Packer
5435f44c45 fix: expand chatgpt oauth retry classification (#980) 2026-02-16 14:36:15 -08:00
jnjpng
f2f59e4591 fix(retry): broaden ChatGPT error pattern to catch all ChatGPT API errors (#978) 2026-02-16 13:40:16 -08:00
jnjpng
48a448dd59 fix(retry): add ChatGPT connection error patterns to retriable error detection (#977) 2026-02-16 13:29:24 -08:00
Charles Packer
ba71ad2696 fix(updater): harden auto-update execution and release gating (#976)
Co-authored-by: Letta <noreply@letta.com>
2026-02-16 13:20:33 -08:00
github-actions[bot]
0e652712f5 chore: bump version to 0.15.2 [skip ci] 2026-02-16 19:36:35 +00:00
Charles Packer
702e888300 fix(subagents): run bundled JS launcher via runtime on Windows (#975)
Co-authored-by: Letta <noreply@letta.com>
2026-02-16 01:11:41 -08:00
paulbettner
1b8dab2040 fix(create): apply tier updateArgs when model ID selected (#960) 2026-02-15 23:51:27 -08:00
Charles Packer
27ebcee51f fix(permissions): canonicalize Windows absolute rules in analyzer (#974)
Co-authored-by: Letta <noreply@letta.com>
2026-02-15 23:37:03 -08:00
Charles Packer
d038882efe fix(permissions): normalize Windows absolute file-rule matching (#973)
Co-authored-by: Letta <noreply@letta.com>
2026-02-15 22:46:23 -08:00
Charles Packer
72d43c8a43 fix(permissions): harden shell auto-approval path checks (#972)
Co-authored-by: RinZ27 <222222878+RinZ27@users.noreply.github.com>
Co-authored-by: Letta <noreply@letta.com>
2026-02-15 21:48:08 -08:00
Salman Chishti
d252afd15c Upgrade GitHub Actions for Node 24 compatibility (#967)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-15 20:57:57 -08:00
Salman Chishti
64580b1f4f Upgrade GitHub Actions to latest versions (#968)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-15 20:56:02 -08:00
Sarah Wooders
3a055c067a fix(memfs): harden git pull auth and credential URL normalization (#971)
Co-authored-by: Letta <noreply@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2026-02-15 20:54:02 -08:00
Charles Packer
784b0eb52b fix(cli): handle over-escaped strings in Edit tool (#962)
Co-authored-by: Letta <noreply@letta.com>
2026-02-14 11:56:35 -08:00
Charles Packer
8ded47e945 feat(cli): add /skills overlay to browse available skills (#961)
Co-authored-by: Letta <noreply@letta.com>
2026-02-14 11:45:33 -08:00
Cameron
70f34a3bab feat: surface memfs_enabled in headless init message (#955) 2026-02-13 23:03:09 -08:00
Charles Packer
e337330dbe fix(cli): resolve global LRU agent on directory switch instead of cre… (#951)
Co-authored-by: Letta <noreply@letta.com>
2026-02-13 23:02:38 -08:00
github-actions[bot]
652628083d chore: bump version to 0.15.1 [skip ci] 2026-02-14 07:02:07 +00:00