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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
π 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.