What's new
Highlights
- Added a full Automation system across backend and frontend, including task management, scheduling, execution runtime, web-server handlers, and dedicated UI views.
- Added model provider support for OpenAI and Ollama, including provider-specific configuration and config-state migration.
- Improved editor and workspace usability with Ace autocompletion tools, a file tree visibility toggle, and tighter Git diff panel integration with global file selection.
- Enabled
persistExtendedHistoryin Codex service calls for improved history continuity.
Improvements
- Update flow is now conditionally enabled only when running inside Tauri.
- Main header actions were adjusted: Diff action visibility/placement improved, and Web Preview button order updated.
- Tauri invoke import path was refactored for static top-level usage.
- Default feature configuration was updated so
guiincludes bothtauriandweb.
Fixes
- Fixed transient PowerShell window flashes on Windows builds. #47
- Configured
reqwestto userustls-tls-native-roots.
New Contributors
- @jelenkaya made her first contribution in #47