Releases: strmax195-hue/7-24-IDE
7/24 IDE v1.5.1
7/24 IDE v1.5.1
A small maintenance update focused on polish and data management.
Improved
- "Clear all data" now does a complete reset — projects, chats, settings, the saved provider API key, learned skills and recent folders are all wiped in one step, returning the app to a clean first-run state.
- Model favorites polish — favoriting a model highlights its star instantly, and unpinning clears it just as quickly, with no list flicker.
Install: download 7-24-IDE-Setup-1.5.1.exe below and run it. Existing installs update automatically.
7/24 IDE v1.5.0
7/24 IDE v1.5.0
A major release: a new native engine, a redesigned chat & planning experience, a smart model picker, and broad stability & security improvements.
⚡ Native Rust Engine
Real Tree-sitter AST parsing (Rust, TS/JS, Python, HTML, CSS, JSON) and BM25-ranked code search across your workspace, with a transparent TypeScript fallback when the native binary isn't present.
🎨 Redesigned Interface
- Modern model picker with search, All / Free / ★ Favorites tabs, FREE/context/price badges and one-click favoriting.
- Clean, centered chat column with refined typography.
- Live activity bar (current action, files changed, token usage) and a sticky plan-progress tracker.
- Elegant micro-agent cards and inline command cards.
🚀 Agent Improvements
Faster planning, more reliable plan execution in an isolated shadow workspace, sharper self-healing, and visible change/token counters.
🌍 Localization
Greatly expanded English and Chinese translations across the UI.
🔒 Reliability & Security
Hardened workspace handling, more robust MCP/long-command/large-repo behaviour, and clean shutdown of background processes.
Install: download 7-24-IDE-Setup-1.5.0.exe below and run it.
v1.4.1
v1.4.1 - Major Audit & Chat Improvements
Critical Fixes
- branchFromMessage() ReferenceError fixed
- setAppMode() ReferenceError fixed
- BASE64 image paste now decodes binary data
- getMsgIndexInHistory() fuzzy match for AI messages
Security Fixes
- Path traversal sandbox bypass fixed (path.relative)
High Fixes
- Duplicate event listeners removed
- CSS orphaned syntax error fixed
- Branch hover override fixed
- runCodeSnippet temp file cleanup
UI/UX
- AI message left border for visual distinction
- Responsive vertical stacking at narrow screens
- Smooth scroll removed for streaming lag fix
- ARIA accessibility improvements
- Streaming tool indicator
1.4.0
v1.4.0 release: v1.4.0 - chat UI/UX and marked parsing improvements
1.3.9
v1.3.9 Release v1.3.9: Ultra-minimalist UI redesign and UX improvements
1.3.8
v1.3.8 release: v1.3.8 - redesign chat UI/UX and fix token usage metrics
7/24 IDE v1.3.7
[1.3.7] - 2026-06-11
This chat quality release improves the agent loop for modern reasoning models and prevents raw tool XML from leaking into conversations.
Fixed
- Tool Parsing: The chat and execution loop now accept XML tool attributes wrapped in either single or double quotes, fixing cases like
<read_file path='index.html' full='true'/>from reasoning models. - Chat Rendering: Orphan closing tool tags are hidden instead of appearing as stray text, and tool cards render consistently for recovered tool calls.
- Agent Prompting: The built-in system prompt now explicitly asks models to use double-quoted tool attributes while keeping the runtime parser tolerant.
Changed
- Website & Docs: Updated v1.3.7 release messaging around the improved 2026-ready reasoning chat.
7/24 IDE v1.3.6
[1.3.6] - 2026-06-11
This QA release stabilizes packaging, tightens TypeScript coverage, and refreshes the chat, localization, website, and release metadata.
Fixed
- Release Build: Pinned the Electron build script to the desktop GUI
tsconfig.jsonso frontend builds no longer crawl parent folders and fail with Windows access errors. - TypeScript Health: Brought the desktop renderer and updater types back in sync with current features including Ollama context size, Git commit verification, reasoning content, and MCP server IDs.
- Chat UI: Localized reasoning/copy/token labels, improved copy button states, and made reasoning block collapse affordances clearer.
Changed
- Website & Docs: Updated the website, README, and release notes for v1.3.6 with current Monaco diff, xterm stdin, reasoning, fallback model, MCP/Ollama, auto-commit, and updater capabilities.
- Release Metadata: Updated app, package, lockfile, backend, About screen, and download link versions to 1.3.6.
1.3.5
v1.3.5 chore: release hotfix 1.3.4 (DeepSeek reasoning blocks and streaming …
1.3.4
v1.3.4 chore: release hotfix 1.3.4 (DeepSeek reasoning blocks and streaming …