Skip to content

v0.1.25

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 00:43

Install

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/7df-lab/devo/main/install.sh | sh

Windows

irm 'https://raw.githubusercontent.com/7df-lab/devo/main/install.ps1' | iex

What's Changed

  • feat: improve TUI tool rendering, add protocol reasoning model_variant, and fix devo_home resolution by @wangtsiao in #125
  • refactor: extract active turn lifecycle handling into dedicated modules by @wangtsiao in #148
  • fix: avoid auto git diff for write tool results by @wangtsiao in #149
  • feat(desktop): add process timeline, thought row, navigation by @wangtsiao in #150

Full Changelog: v0.1.24...v0.1.25