Releases: 7df-lab/devo
v0.1.2
v0.1.1
v0.1.1 Release
🚀 We’re excited to announce the first public release of Devo v0.1.1 — a modern coding agent built for developers.
This release introduces Devo’s core architecture, interactive terminal UI, model-provider-agnostic support, and a more polished developer experience.
We’re also adding support for DeepSeek V4 Flash and DeepSeek V4 Pro, so you can start using Devo with your own API keys today.
✨ Highlights
- Interactive Terminal UI (TUI)
- Provider-agnostic model support
- Improved onboarding experience
- Better configuration and developer workflow
- DeepSeek V4 Flash / Pro support
- Cross-platform binaries
📦 Install
Option 1: Prebuilt Binary (Recommended)
Download the archive for your platform from the Assets section below, extract it, and place the devo binary (or devo.exe on Windows) somewhere in your PATH.
Supported Platforms
- Linux x86_64 (
x86_64-unknown-linux-gnu) - Linux ARM64 (
aarch64-unknown-linux-gnu) - macOS Intel (
x86_64-apple-darwin) - macOS Apple Silicon (
aarch64-apple-darwin) - Windows x86_64 (
x86_64-pc-windows-msvc)
Option 2: Build from Source
git clone https://github.com/7df-lab/devo.git
cd devo
git checkout v0.1.0
cargo build --release
# Linux / macOS
./target/release/devo onboard
# Windows
.\target\release\devo onboard🙌 Thanks
Thanks to everyone who contributed to this first public release.
Full changelog at commits.
What's Changed
- move readme to docs by @wangtsiao in #1
- Dev/0401model by @wangtsiao in #3
- fix: preserve API key when setting custom ANTHROPIC_BASE_URL by @D2758695161 in #4
- change config file path from '~/.claude/ to ~/.claw-code-rust' by @wangtsiao in #5
- (in progress) add development spec by @wangtsiao in #7
- Refactor ClawCR into a stdio server/client architecture with TUI protocol rendering by @wangtsiao in #14
- feat(tui): add interactive TUI CLI and fix critical UI/UX bugs by @wangtsiao in #15
- feat: add mainstream model support, base & env instructions, improve TUI by @wangtsiao in #18
- Dev/rock by @wangtsiao in #19
- feature: add thinking model support, now can toggle between enable / disable thining by @wangtsiao in #20
- Dev/review0411 by @wangtsiao in #22
- Dev/0411config by @wangtsiao in #23
- Dev/tools0412 by @wangtsiao in #24
- rename model provider to model provider sdk; delete complete and stream; by @wangtsiao in #25
- add documentation to openai and anthropic API; by @wangtsiao in #31
- Dev/refactor 0414 by @wangtsiao in #32
- Dev/fix thinking by @wangtsiao in #33
- feat: implement skills by @Distortedlogic in #27
- fix config BUG; add markdown support for TUI by @wangtsiao in #34
- feat: add prompt subcommand, --model flag, doctor command, and reques… by @bigmanBass666 in #37
- fix: handle null arrays in OpenAI-compatible API responses by @bigmanBass666 in #40
- fix: make --log-level work in prompt mode by @bigmanBass666 in #41
- upgrade tui to v2 by @wangtsiao in #45
- Dev/brand by @wangtsiao in #46
- compress gif by @wangtsiao in #47
- fix demo gif naming by @wangtsiao in #48
- add doc to cli crate; remove ProviderFamily; by @wangtsiao in #49
- Dev/doc by @wangtsiao in #50
- Dev/review0422 by @wangtsiao in #51
- Dev/review0422 by @wangtsiao in #52
New Contributors
- @wangtsiao made their first contribution in #1
- @D2758695161 made their first contribution in #4
- @Distortedlogic made their first contribution in #27
- @bigmanBass666 made their first contribution in #37
Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.0
What's Changed
- move readme to docs by @wangtsiao in #1
- Dev/0401model by @wangtsiao in #3
- fix: preserve API key when setting custom ANTHROPIC_BASE_URL by @D2758695161 in #4
- change config file path from '~/.claude/ to ~/.claw-code-rust' by @wangtsiao in #5
- (in progress) add development spec by @wangtsiao in #7
- Refactor ClawCR into a stdio server/client architecture with TUI protocol rendering by @wangtsiao in #14
- feat(tui): add interactive TUI CLI and fix critical UI/UX bugs by @wangtsiao in #15
- feat: add mainstream model support, base & env instructions, improve TUI by @wangtsiao in #18
- Dev/rock by @wangtsiao in #19
- feature: add thinking model support, now can toggle between enable / disable thining by @wangtsiao in #20
- Dev/review0411 by @wangtsiao in #22
- Dev/0411config by @wangtsiao in #23
- Dev/tools0412 by @wangtsiao in #24
- rename model provider to model provider sdk; delete complete and stream; by @wangtsiao in #25
- add documentation to openai and anthropic API; by @wangtsiao in #31
- Dev/refactor 0414 by @wangtsiao in #32
- Dev/fix thinking by @wangtsiao in #33
- feat: implement skills by @Distortedlogic in #27
- fix config BUG; add markdown support for TUI by @wangtsiao in #34
- feat: add prompt subcommand, --model flag, doctor command, and reques… by @bigmanBass666 in #37
- fix: handle null arrays in OpenAI-compatible API responses by @bigmanBass666 in #40
- fix: make --log-level work in prompt mode by @bigmanBass666 in #41
- upgrade tui to v2 by @wangtsiao in #45
- Dev/brand by @wangtsiao in #46
- compress gif by @wangtsiao in #47
- fix demo gif naming by @wangtsiao in #48
- add doc to cli crate; remove ProviderFamily; by @wangtsiao in #49
- Dev/doc by @wangtsiao in #50
- Dev/review0422 by @wangtsiao in #51
- Dev/review0422 by @wangtsiao in #52
New Contributors
- @wangtsiao made their first contribution in #1
- @D2758695161 made their first contribution in #4
- @Distortedlogic made their first contribution in #27
- @bigmanBass666 made their first contribution in #37
Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.1
v0.1.0-alpha
v0.1.0 Release
🚀 We’re excited to announce the first public release of Devo v0.1.0 — a modern coding agent built for developers.
This release introduces Devo’s core architecture, interactive terminal UI, model-provider-agnostic support, and a more polished developer experience.
We’re also adding support for DeepSeek V4 Flash and DeepSeek V4 Pro, so you can start using Devo with your own API keys today.
✨ Highlights
- Interactive Terminal UI (TUI)
- Provider-agnostic model support
- Improved onboarding experience
- Better configuration and developer workflow
- DeepSeek V4 Flash / Pro support
- Cross-platform binaries
📦 Install
Option 1: Prebuilt Binary (Recommended)
Download the archive for your platform from the Assets section below, extract it, and place the devo binary (or devo.exe on Windows) somewhere in your PATH.
Supported Platforms
- Linux x86_64 (
x86_64-unknown-linux-gnu) - Linux ARM64 (
aarch64-unknown-linux-gnu) - macOS Intel (
x86_64-apple-darwin) - macOS Apple Silicon (
aarch64-apple-darwin) - Windows x86_64 (
x86_64-pc-windows-msvc)
Option 2: Build from Source
git clone https://github.com/7df-lab/devo.git
cd devo
git checkout v0.1.0
cargo build --release
# Linux / macOS
./target/release/devo onboard
# Windows
.\target\release\devo onboard🙌 Thanks
Thanks to everyone who contributed to this first public release.
Full changelog at commits.
What's Changed
- move readme to docs by @wangtsiao in #1
- Dev/0401model by @wangtsiao in #3
- fix: preserve API key when setting custom ANTHROPIC_BASE_URL by @D2758695161 in #4
- change config file path from '~/.claude/ to ~/.claw-code-rust' by @wangtsiao in #5
- (in progress) add development spec by @wangtsiao in #7
- Refactor ClawCR into a stdio server/client architecture with TUI protocol rendering by @wangtsiao in #14
- feat(tui): add interactive TUI CLI and fix critical UI/UX bugs by @wangtsiao in #15
- feat: add mainstream model support, base & env instructions, improve TUI by @wangtsiao in #18
- Dev/rock by @wangtsiao in #19
- feature: add thinking model support, now can toggle between enable / disable thining by @wangtsiao in #20
- Dev/review0411 by @wangtsiao in #22
- Dev/0411config by @wangtsiao in #23
- Dev/tools0412 by @wangtsiao in #24
- rename model provider to model provider sdk; delete complete and stream; by @wangtsiao in #25
- add documentation to openai and anthropic API; by @wangtsiao in #31
- Dev/refactor 0414 by @wangtsiao in #32
- Dev/fix thinking by @wangtsiao in #33
- feat: implement skills by @Distortedlogic in #27
- fix config BUG; add markdown support for TUI by @wangtsiao in #34
- feat: add prompt subcommand, --model flag, doctor command, and reques… by @bigmanBass666 in #37
- fix: handle null arrays in OpenAI-compatible API responses by @bigmanBass666 in #40
- fix: make --log-level work in prompt mode by @bigmanBass666 in #41
- upgrade tui to v2 by @wangtsiao in #45
- Dev/brand by @wangtsiao in #46
- compress gif by @wangtsiao in #47
- fix demo gif naming by @wangtsiao in #48
- add doc to cli crate; remove ProviderFamily; by @wangtsiao in #49
- Dev/doc by @wangtsiao in #50
- Dev/review0422 by @wangtsiao in #51
- Dev/review0422 by @wangtsiao in #52
New Contributors
- @wangtsiao made their first contribution in #1
- @D2758695161 made their first contribution in #4
- @Distortedlogic made their first contribution in #27
- @bigmanBass666 made their first contribution in #37
Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.0
What's Changed
- move readme to docs by @wangtsiao in #1
- Dev/0401model by @wangtsiao in #3
- fix: preserve API key when setting custom ANTHROPIC_BASE_URL by @D2758695161 in #4
- change config file path from '~/.claude/ to ~/.claw-code-rust' by @wangtsiao in #5
- (in progress) add development spec by @wangtsiao in #7
- Refactor ClawCR into a stdio server/client architecture with TUI protocol rendering by @wangtsiao in #14
- feat(tui): add interactive TUI CLI and fix critical UI/UX bugs by @wangtsiao in #15
- feat: add mainstream model support, base & env instructions, improve TUI by @wangtsiao in #18
- Dev/rock by @wangtsiao in #19
- feature: add thinking model support, now can toggle between enable / disable thining by @wangtsiao in #20
- Dev/review0411 by @wangtsiao in #22
- Dev/0411config by @wangtsiao in #23
- Dev/tools0412 by @wangtsiao in #24
- rename model provider to model provider sdk; delete complete and stream; by @wangtsiao in #25
- add documentation to openai and anthropic API; by @wangtsiao in #31
- Dev/refactor 0414 by @wangtsiao in #32
- Dev/fix thinking by @wangtsiao in #33
- feat: implement skills by @Distortedlogic in #27
- fix config BUG; add markdown support for TUI by @wangtsiao in #34
- feat: add prompt subcommand, --model flag, doctor command, and reques… by @bigmanBass666 in #37
- fix: handle null arrays in OpenAI-compatible API responses by @bigmanBass666 in #40
- fix: make --log-level work in prompt mode by @bigmanBass666 in #41
- upgrade tui to v2 by @wangtsiao in #45
- Dev/brand by @wangtsiao in #46
- compress gif by @wangtsiao in #47
- fix demo gif naming by @wangtsiao in #48
- add doc to cli crate; remove ProviderFamily; by @wangtsiao in #49
- Dev/doc by @wangtsiao in #50
- Dev/review0422 by @wangtsiao in #51
- Dev/review0422 by @wangtsiao in #52
New Contributors
- @wangtsiao made their first contribution in #1
- @D2758695161 made their first contribution in #4
- @Distortedlogic made their first contribution in #27
- @bigmanBass666 made their first contribution in #37
Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.0