Features
- Add Meta model provider (#4650) (70829c5)
- Set
prompt_cache_keyfor OpenAI models (#4632) (8cf57ac) - Support Fireworks
/routersmodel ids (#4591) (1c08d27) /modelCtrl+N toggle for names vs raw specs (#4592) (518c322)/toolsslash command (#4649) (b1600a8)- Add
-salias for--skill(#4620) (c9b7ac2) - Configurable chat cursor style (#4687) (a22484b)
- Expand environment variables in MCP config (#4681) (4f5d7be)
- Hide diff widget for credential files (#4593) (4c49a24)
- In-app Debug Console (#4564) (4f94a30)
- Offer abort in
/threadscwd-switch prompt (#4583) (aaeac99) - Resume threads in-TUI with
/threads -r [ID](#4609) (d442673) - Show
(debug enabled)on splash whenDEEPAGENTS_CODE_DEBUGis set (#4584) (f10b877)
Bug Fixes
- Avoid repeated startup auto-update stalls (#4648) (12a9c9d)
- Infer Fireworks provider from qualified model IDs (#4594) (4d2aa8a)
- Capture input typed before TUI startup (#4684) (ef9a4a8)
- Detach owned
langgraph devserver from terminal (#4642) (d1f3afe) - Infer additional model providers (#4675) (4ceed24)
- Preserve
Ctrl+Ddeletion in non-empty input (#4626) (306bd89) - Quit with
Ctrl+Dat end of prompt (#4678) (2f8c111) - Reap langgraph dev server when startup is cancelled (#4629) (904ff05)
- Reject
--auto-approvein headless mode (#4617) (997be16) - Route explicit
--stdin+--skillto headless path (#4611) (724e24a) - Skip Esc prompt-restore once output generation begins (#4582) (14f384f)
- Remove misleading agent names from help (#4671) (ac15732)
- Support plain
exitquit command (#4543) (e6f10a1) - Sync
ask_useractive-question highlight with focus (#4599) (e4c29b5) - Wrap MCP viewer navigation (#4677) (cffc732)
Performance Improvements
Internal maintainers: @johannes117, @wbbradley, @agola11, @ccurme, @mdrxy
Released by: @mdrxy
This commit history includes changes to this package. Commits are listed newest first.
Git log since deepagents-code==0.1.36
def6369 release(deepagents-code): 0.1.37 (#4619)
4f5d7be feat(code): expand environment variables in MCP config (#4681)
a22484b feat(code): add configurable chat cursor style (#4687)
ef9a4a8 fix(code): capture input typed before TUI startup (#4684)
e4c29b5 fix(code): sync ask_user active-question highlight with focus (#4599)
724e24a fix(code): route explicit --stdin + --skill to headless path (#4611)
cffc732 fix(code): wrap MCP viewer navigation (#4677)
b2d62ce hotfix(code): restore Shift+Tab in debug console (#4680)
4ceed24 fix(code): infer additional model providers (#4675)
2f8c111 fix(code): quit with Ctrl+D at end of prompt (#4678)
b1600a8 feat(code): /tools slash command (#4649)
4f94a30 feat(code): in-app Debug Console (#4564)
12a9c9d fix(code): avoid repeated startup auto-update stalls (#4648)
306bd89 fix(code): preserve Ctrl+D deletion in non-empty input (#4626)
e6f10a1 fix(code): support plain exit quit command (#4543)
8cf57ac feat(code): set prompt_cache_key for OpenAI models (#4632)
70829c5 feat(code): add Meta model provider (#4650)
aaeac99 feat(code): offer abort in /threads cwd-switch prompt (#4583)
4d2aa8a fix(code): infer Fireworks provider from qualified model IDs (#4594)
4c49a24 feat(code): hide diff widget for credential files (#4593)
d1f3afec fix(code): detach owned langgraph dev server from terminal (#4642)
f10b877 feat(code): show (debug enabled) on splash when DEEPAGENTS_CODE_DEBUG is set (#4584)
d442673 feat(code): resume threads in-TUI with /threads -r [ID] (#4609)
ac15732 fix(code): remove misleading agent names from help (#4671)
14f384f fix(code): skip Esc prompt-restore once output generation begins (#4582)
c5345cc perf(code): load MCP servers concurrently during graph build (#4659)
1c08d27 feat(code): support Fireworks /routers model ids (#4591)
518c322 feat(code): /model Ctrl+N toggle for names vs raw specs (#4592)
c9b7ac2 feat(code): add -s alias for --skill (#4620)
e9c6130 chore(code,evals,talon): bump langgraph-runtime-inmem to 0.31.0 (#4647)
c87e8fe docs(code): warn that system_prompt override bypasses generated prompt (#4644)
904ff05 fix(code): reap langgraph dev server when startup is cancelled (#4629)
ddce7c3 chore(code): reframe dcode pyproject description as coding agent (#4610)
997be16 fix(code): reject --auto-approve in headless mode (#4617)