Features
- Improve
/goalcriteria UX (#4694) (06f46ff) - Add interactive goal management (#4693) (64205e2)
- Conditionally drop
TodoListMiddleware(#4685) (d3a3077) - Add
memory.auto_saveconfig flag (#4700) (55b60ca) - Trace experimental mode in metadata (#4705) (22d5045)
Bug Fixes
- Align context diff rows with changed rows (#4714) (f9915db)
- Hydrate virtualized transcript on scroll offset changes (#4646) (f77eeb0)
- Keep TODO and edit tools expanded (#4704) (1d549d3)
- Make
/goalcompletion and grading reliable (#4691) (9da63c6) - Preflight Ollama host reachability before discovery probe (#4702) (96fe71a)
- Quiet expected non-repo
git ls-fileslogging (#4701) (3d499db) - Rename
ls_agent_kindtols_agent_purpose(#4708) (2678b16) - Run MCP login during a run, queue the restart (#4643) (65e1ee8)
- Show "Took <duration>" when
tasktool completes (#4638) (19538e0) - Support unambiguous
read_filegutters (#4711) (2089b54)
Internal maintainers: @johannes117, @jacoblee93, @mdrxy
Released by: @mdrxy
This commit history includes changes to this package. Commits are listed newest first.
Git log since deepagents-code==0.1.37
4338671 hotfix(code): stabilize scroll hydration test (#4720)
98eb512 hotfix(code): trim startup tips (#4719)
73bd973 release(deepagents-code): 0.1.38 (#4703)
06f46ff feat(code): improve /goal criteria UX (#4694)
64205e2 feat(code): add interactive goal management (#4693)
267d7fd style(code): inline confirmation after MCP /mcp login (#4597)
9da63c6 fix(code): make /goal completion and grading reliable (#4691)
65e1ee8 fix(code): run MCP login during a run, queue the restart (#4643)
f9915db fix(code): align context diff rows with changed rows (#4714)
19538e0 fix(code): show "Took <duration>" when task tool completes (#4638)
2089b54 fix(code): support unambiguous read_file gutters (#4711)
cf057b4 fix(sdk)!: disambiguate read_file line gutters (#4561)
718c652 chore(code): remove Debug Console startup tip (#4712)
2678b16 fix(code): rename ls_agent_kind to ls_agent_purpose (#4708)
2f7d267 style(code): simplify /clear resume hint to /threads -r (#4709)
1d549d3 fix(code): keep TODO and edit tools expanded (#4704)
55b60ca feat(code): add memory.auto_save config flag (#4700)
22d5045 feat(code): trace experimental mode in metadata (#4705)
f77eeb0 fix(code): hydrate virtualized transcript on scroll offset changes (#4646)
d3a3077 feat(code): drop TodoListMiddleware (#4685)
96fe71a fix(code): preflight Ollama host reachability before discovery probe (#4702)
3d499db fix(code): quiet expected non-repo git ls-files logging (#4701)