Skip to content

deepagents-code==0.1.62

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:09
dc27a2f

Features

  • Added /context-doctor for inspecting and troubleshooting context issues (#5830).
  • Added warning when switching models mid-session (#5829).
  • Added support for DEEPAGENTS_HOME (#5773).
  • (Re-)Enabled secret redaction by default (#5816).
  • Improved update visibility by showing cached updates in version output (#5817).
  • Improved prompts and pickers: the stale editable-deps prompt now defaults to Refresh environment now, and the model picker shows an Escape hint (#5810, #5775).
  • Added CLI config provider support (#5774).

Bug Fixes

  • Fixed refreshed local context handling after compaction to reduce cache busts (#5828).
  • Preserved goal notice history for prompt caching (#5823).
  • Improved rubric coverage checks (#5369).
  • Protected the TUI from native stderr writes (#5813).
  • Fixed Git origin resolution from worktree common Git directories (#5818).
  • Fixed prompt clipboard behavior so Tab inserts instead of pages (#5820).

Performance Improvements

  • Reduced tracing overhead by omitting middleware trace inputs (#5815).

Special thanks to everyone who reported the issues addressed in this release: yona (@yonasuriv) (#5757)

Internal maintainers: Shrikar Seshadri (@davibinboi), Mason Daugherty (@mdrxy), Sydney Runkle (@sydney-runkle)

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.61

This commit history includes changes to this package. Commits are listed newest first.

  • dc27a2f release(deepagents-code): 0.1.62 (#5778)
  • acc3d33 feat(code): confirm model switches with large context (#5829)
  • feb5736 feat(code): support DEEPAGENTS_HOME (#5773)
  • 80719ce feat(code): /context-doctor (#5830)
  • 3a78de7 fix(code): append refreshed local context after compaction (#5828)
  • 4ef1ae6 chore(code): remove low-value unit tests (#5827)
  • fd7d268 feat(code): enable secret redaction by default (#5816)
  • aa8ae71 fix(code): preserve goal notice history for prompt caching (#5823)
  • 951a1cf feat(code): CLI config provider (#5774)
  • 8e03e9c fix(code): make prompt clipboard Tab insert (#5820)
  • 2271312 chore(deps): bump deepagents pin in deepagents-code to 0.7.9 (#5819)
  • 2ab22a1 chore(code): prune redundant unit tests (#5825)
  • a8ae714 fix(code): resolve origin from worktree common Git dir (#5818)
  • a201b74 chore(code): prune redundant unit tests (#5822)
  • b6a7792 feat(code): show cached updates in version output (#5817)
  • 7155253 release(deepagents): 0.7.9 (#5754)
  • 39b760f perf(code): omit middleware trace inputs (#5815)
  • 299ee32 hotfix(code): keep Textual output visible with stderr guard (#5814)
  • 442933d fix(code): ensure rubric coverage (#5369)
  • a4d9b8a fix(code): protect TUI from native stderr writes (#5813)
  • de60958 feat(code): default the stale editable-deps prompt to Refresh environment now (#5810)
  • 3706960 refactor(code): remove redundant HITL rejection framing (#5658)
  • 8809226 chore(deps): raise dependency minimums for deepagents-code (#5807)
  • 29cd02a chore(deps): raise dependency minimums for deepagents (#5805)
  • da67c86 chore(repo): remove deprecated libs/cli package (#5791)
  • a103a88 feat(code): show Escape hint in model picker (#5775)