Improvements
- AI Usage History Redesign: Completely redesigned usage tracking with server-side pagination, quick time filters (Today, Yesterday, This Week, etc.), spending summaries, and model names for each request.
- Updated Code Editor: Upgraded Monaco Editor (VSCode engine) to the latest version with improved TypeScript support and better performance.
- Faster Bundler: Updated esbuild to version 0.27.1 for faster builds and improved module resolution.
Fixes
- AI Chat Revert: Fixed an issue where AI-generated code changes didn't always revert properly when clicking "Reject".
- Chat Input Overflow: Fixed the chat input field growing excessively large when pasting long content.