You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native web access tools: Added web search, content fetching, and cached retrieval with provider fallbacks, webpage and document extraction, and fully localized settings.
Enhanced goal interactions: The status bar now represents active, paused, completed, blocked, and budget-limited states with pause, resume, and clear actions. Completed goals also produce concise summary cards.
Unified model settings: Model and thinking controls are now combined into a compact cascading menu with smoother hover-based navigation.
Agent steer feedback: The status bar now reports pending, accepted, and failed delivery states so users immediately know whether an instruction reached the agent.
Accessibility element queries: Added bounded macOS accessibility and Windows user interface automation queries for more reliable cross-platform graphical interface operations.
Artifact change statistics: Artifact cards now show added and removed line counts, including accurate handling of repeated edits, line endings, and blank content.
Anonymous telemetry controls: Added anonymous usage telemetry with an explicit opt-out setting.
Configurable request protection: Server-side request forgery protection can now be configured for trusted environments that require access to internal resources.
Improved Windows shell support: Shell detection now prioritizes Git Bash, MSYS2 Bash, and Command Prompt, with the required MSYS2 runtime bundled with the application.
Unified interface motion: Standardized animation policies across the application for more consistent transitions and interaction feedback.
🐛 Bug Fixes
Browser script results: Fixed a crash caused by undefined script evaluation results producing invalid text blocks.
Input settings panel: Fixed the panel closing after model or thinking selection, along with menu width overflow and vertical positioning issues.
Message action bar: Messages without displayable content no longer show unnecessary timestamps or copy controls.
Project group ordering: Project groups now retain stable ordering and can be collapsed while a session is running.
Goal tool cards: Aligned icon columns and inline objectives while removing duplicate status and summary content.
Bottom bar controls: Standardized chip corner rounding to match the other bottom bar buttons.
🎨 Style
Message navigation rail: Reduced idle tick width and opacity to make the navigation rail less visually prominent.
Scrollable artifact cards: Added a maximum height and internal scrolling for artifacts with lengthy content.
♻️ Refactoring
Simplified artifact panel: Removed workspace scanning, count badges, and redundant state so artifacts are now driven entirely by actual execution traces.
Model menu architecture: Reworked model settings around a reusable hover-cascade pattern and simplified the input bar structure.
🔧 Engineering
Version update: Bumped the application version to 1.0.19.
Shell diagnostics: The native executor now records the detected shell during initialization for easier cross-platform troubleshooting.
Expanded test coverage: Added automated coverage for web access, accessibility queries, goal states, model menus, artifact statistics, motion policies, and image interactions.