Releases: Eric-Build/Releases
Releases · Eric-Build/Releases
Release list
EricBuild v2.0.2
EricBuild v2.0.1
EricBuild v2.0.0
v2.0.0 — March 13, 2026
EricBuild is now a full IDE. This major release transforms the AI-powered terminal into a complete development environment with code editing, language intelligence, debugging, git integration, voice input, and much more. Many features are still work-in-progress — expect rapid iteration.
🚀 New Features
- Built-in Code Editor — Full editor with tabs, split panes, dirty indicators, breadcrumb navigation, and persistent state across tab switches.
- C# Language Intelligence — IntelliSense with completions, hover docs, go-to-definition, find references, rename, semantic coloring, and cross-file navigation. Auto-installs and auto-recovers on crash.
- Multi-Language Support — Language intelligence for 7+ languages beyond C#, including CSS, with inline completions and reference counts.
- AI-Powered Code Navigation — The AI assistant can now navigate your codebase using 18 language-aware tools: hover, go-to-definition, find references, rename, diagnostics, code actions, symbols, formatting, and more.
- Razor File Support — IntelliSense, hover, completions, semantic coloring, and rename support for Razor files.
- Full Git Integration — Source control panel, commit composer, inline diffs, blame annotations, hunk staging, stash management, branch operations, force push, pull options, and 3-way merge conflict resolution.
- Async Shell Execution — Run long-running commands in background shells with live output, keyboard forwarding, and interactive input.
- Voice Input — Hold Ctrl+Space to dictate. Speech-to-text transcription with visual recording indicator.
- Text-to-Speech — AI responses read aloud with a mini player, karaoke-style highlighting, auto-read mode, and audio caching.
- Debugging (WIP) — Early debugging infrastructure with breakpoints, execution tracking, and debug console.
- Unified Startup Window — Login, email verification, onboarding, org selection, and project browser all in one streamlined window.
- Orchestration Improvements — Approval callouts directly on agent nodes, sorted by activity, with hover tooltips.
- Workflow System — Create reusable workflows with scheduling, pinning, agent selection, webhook triggers, and GitHub event integration.
- Queued Prompts — Queue messages while the AI is busy, with a tray to manage and send them.
- Gemini Model Support — New adapter for Google Gemini models.
- Per-Agent Model Settings — Configure model parameters per agent with a settings popover.
- Resource Bundles — Package and share agents, skills, and icons as portable bundles.
- Review Agents — Dedicated agents for code review tasks.
- Manual Memory Compaction — Button to manually trigger conversation memory compaction.
- Cloud Session Sharing — Share sessions with team members or your entire organization.
⚡ Improvements
- Smoother Scrolling — Completely rebuilt scroll system with smooth animations, keyboard navigation (Home/End/PageUp/PageDown), and lower-latency input handling.
- Flexible Editor Layouts — Split panels and window groups with drag-and-drop rearrangement.
- Improved File Explorer — Consolidated file browser with grouping, scroll persistence, and quick filtering.
- Sticky Tool Headers — Tool output headers stay visible while scrolling through long results.
- Smart Auto-Scroll — Scrolling up during AI streaming now properly pauses auto-scroll.
- Redesigned Approval Panel — Modern UI with decision history and unified navigation.
- Automatic Retry — Empty or failed AI responses automatically retry with backoff, plus a manual retry button on all errors.
- Cleaner AI Context — Reduced noise in AI conversations by filtering out low-priority diagnostics.
- Faster Startup — Eliminated redundant network calls and reduced background noise on launch.
- Better File Watching — More reliable file change detection with larger buffers and automatic recovery.
- Context Menus — Global right-click menus with submenus, clipboard support, and drag-to-editor.
- Tab Drag & Drop — Fixed numerous edge cases with tab dragging across groups.
🐛 Bug Fixes
- Fixed streaming output corruption when certain colored text was present.
- Fixed a crash when reusing cached terminal panes.
- Fixed image attachments not working with OpenAI models.
- Fixed rename input being invisible on dark themes.
- Fixed login page not updating after sending a magic link.
- Fixed user cleanup incorrectly flagging active users.
- Fixed a crash caused by concurrent state updates in the orchestration panel.
- Fixed scroll flickering when restoring scroll position.
- Fixed duplicate event handler registration on drag-and-drop.
- Fixed git panel issues with stash parsing, branch switching, and toast notifications showing raw command output.
- Fixed terminal commands incorrectly appearing in the approval panel.
⚠️ Breaking Changes
- Layout system rebuilt — Window and tab management has been completely rewritten. Existing layout state will be reset on upgrade.
- Settings storage changed — Agent profiles, skills, workflows, and server configurations now use local storage. Cloud-synced settings will be re-downloaded automatically.
- Login flow replaced — The separate login window has been replaced by the unified startup window.
EricBuild v1.7.1
🚀 New Features
- File Explorer — Browse your project files in a dedicated side panel with filtering, toolbar actions (new file/folder, collapse all, refresh), and tree navigation.
- Conversation History — View, search, pin, archive, and delete past conversations from a dedicated history panel. Conversations are grouped by time (Today, Yesterday, Last 7 Days, etc.) with a context menu for quick actions.
- Editor Integration — Opening a file that's already in an editor tab focuses it instead of opening a duplicate.
⚡ Improvements
- Orchestration Panel — Panel width is now remembered between sessions, including collapsed state.
- File Rename Sync — Renaming a file updates the editor tab title automatically.
🐛 Bug Fixes
- Fixed the About page GitHub link, logo, and copyright year.
EricBuild v1.7.0
EricBuild v1.6.1
🚀 New Features
- Agent Profiles — Create and manage reusable agent profiles with roles (Solo, Orchestrator, Team, Runner), default skills, MCP server allowlists, and capability restrictions.
- MCP Server Allowlists — Restrict which MCP servers each agent can access, giving you fine-grained control over agent capabilities.
- Agent Catalog — Browse and manage agents, skills, and MCP servers from a unified catalog in Settings.
- Agent Management Tool — AI can now create, update, delete, and configure agent profiles on your behalf.
- Context Size per Agent — Set how much of the context window each agent uses (25%–100%).
⚡ Improvements
- Settings UI — Agents are now grouped by role for easier navigation. Shared catalog items can be removed from your library without permanent deletion.
EricBuild v1.6.0
🚀 New Features
- OpenAI Reasoning Context — Reasoning/thinking blocks from OpenAI o-series models are now captured and passed back in multi-turn conversations, so the AI maintains its chain of thought across messages.
- Model Modes — Set reasoning effort per model (Auto / Low / Medium / High) directly from the input bar or agent profile.
- Pane Settings Persistence — Your selected model, mode, auto-approve setting, and working directory are now saved and restored when you reopen a pane or restart the app.
- Split Pane Inherits Settings — Splitting a pane copies all settings (model, agent, mode, reasoning, auto-approve) to the new pane.
⚡ Improvements
- Anthropic Extended Thinking — Thinking blocks are now correctly passed back in multi-turn Anthropic conversations.
1.5.0
🚀 New Features
- OpenAI Adapter — Full support for OpenAI's Responses API including web search, reasoning, file management, and code interpreter tools.
- Interactive Terminal Input — Terminal commands that prompt for input (passwords, confirmations,
readprompts) now work correctly — the AI's end-of-command marker no longer interferes.
⚡ Improvements
- Terminal Rendering — Progress indicators that update in-place (like
dotnet publish) now render correctly instead of stacking new lines. - Temperature Disabled Option — Set temperature to
-1to skip sending it to the model entirely. Fixes errors with models like Codex that don't support the parameter. - "Search Complete" State — Web search tool now shows a clear completed state in the UI.
🐛 Bug Fixes
- Fixed non-zero exit codes from terminal commands being incorrectly treated as success.
- Fixed a stray newline being consumed by the next interactive prompt after running a command.
EricBuild v1.4.1
⚡ Improvements
- Skill Rejection Feedback — When you decline a skill activation, a clear message is shown in the conversation so the AI knows the skill wasn't applied.
- Token Estimation — Improved accuracy of token counting during context compaction, reducing unnecessary memory pressure.
🐛 Bug Fixes
- Fixed tool result expand/collapse buttons not working correctly in some conversations.
- Fixed a CSS styling issue where login page styles were leaking into other parts of the UI.
EricBuild v1.4.0
🚀 New Features
- Default Model from Admin — Set a default model in the Admin panel. All panes and agents use it automatically unless overridden. The input bar shows the admin default in the "Auto" label.
- Auto-Retry on Overload — When the AI provider returns a rate limit or server error, EricBuild automatically retries up to 5 times with exponential backoff (2s → 32s). A status indicator shows when a retry is in progress.
⚡ Improvements
- Monaco Editor Stability — Rewrote the editor pool to fix DOM errors and incorrect sizing when editors are reused across panes.
- Tool Result Size Cap — Tool results are now capped at 100KB to prevent oversized responses from bloating the AI context.
🐛 Bug Fixes
- Fixed tool approval panels collapsing when you click the header while a tool is running or waiting for approval.