Skip to content

EricBuild v1.4.0

Choose a tag to compare

@bQvle bQvle released this 18 Feb 21:07
5aebef2

πŸš€ 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.