Releases: GoDiao/dreamcoder
Releases · GoDiao/dreamcoder
DreamCoder v0.3.0 - Phase 2 Release
🚀 DreamCoder v0.3.0 - Phase 2 Complete
This release marks a major milestone with the introduction of Computer Use 2.0 and a complete UI overhaul.
✨ New Features
-
Computer Use 2.0 (UIA Tree Mode)
- 🚀 Text-Only Accessibility: New UIA Tree mode allows AI to control your computer using text-based accessibility elements instead of vision. This is faster, cheaper, and doesn't require a vision model.
- 💾 Session Persistence: Computer Use state is now saved. Reconnecting to a session restores the environment.
- 🐛 Stability Fixes: Fixed race conditions and improved reliability.
-
UI/UX Overhaul (Cold Slate Theme)
- 🎨 New Dark Mode: Implemented a 'Physical Floating & Cold Slate Space' design system.
- Base: #030407 (Deep Space Black)
- Sidebar: #0A0C12 (Cold Slate)
- Accent: #818CF8 (Indigo)
- 🖼️ Glass Panel Effects: Input boxes and dropdowns now use a modern frosted glass aesthetic.
- 📏 Resizable Sidebar: You can now drag to resize the sidebar width.
- 🎨 New Dark Mode: Implemented a 'Physical Floating & Cold Slate Space' design system.
-
Advanced Provider System
- 🛡️ Smart Model Filtering: The model selector now only shows models for the currently active provider.
- 🔧 Compatibility Fixes: Fixed issues with [1m] context suffixes in model IDs.
🏗️ Refactoring
- 🗑️ Code Deduplication: Merged sidecar/src logic into the main codebase, removing duplicate code.
- 🧩 Component Extraction: Settings page components (Provider, General, Agents) are now fully modular.
🔗 Resources
- Download Installer: Check the Assets below.
- Documentation: README.md
Full Changelog: v0.2.0...v0.3.0
DreamCoder v0.2.0
DreamCoder v0.2.0
新增
- UIA Tree 模式 — 纯文本模型也能控制电脑,无需多模态能力
- 基于 Windows UI Automation 无障碍树
- 支持 DeepSeek、GPT-4o-mini 等纯文本模型
- Settings 中可切换 Vision / UIA Tree 感知模式
- Sidecar 后端架构,支持 CLI 模式
- 可拖拽调整侧边栏宽度
安装
下载 DreamCoder_0.2.0_x64-setup.exe 双击安装即可。
系统要求: Windows 10/11,Python 3.9+(Computer Use 功能需要,安装后在 Settings 中引导安装)