mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## CHANGES
- Installed React DevTools automatically for Electron development debugging bliss 🧩 - Fixed token aggregation: MAX across models to stop double-counting 🎯 - Corrected Claude context math by excluding cumulative cache-read tokens 📉 - Context usage now reflects latest value, not high-water mark history 🧠 - Preserved lifetime stats by archiving deleted sessions instead of purging 🗄️ - Filtered SSH shell-integration junk from stdout for cleaner logs 🧼 - Hardened terminal/ANSI stripping for iTerm2, VSCode, and OSC sequences 🧹 - Prevented UI freezes: truncate huge syntax-highlight previews and warn users ⚠️ - Skipped expensive token counting for >1MB files to keep previews snappy 🚀 - Mobile web now renders AI responses as rich Markdown with copyable code blocks 📱
This commit is contained in:
@@ -16,6 +16,8 @@ export default defineConfig(({ mode }) => ({
|
||||
base: './',
|
||||
define: {
|
||||
__APP_VERSION__: JSON.stringify(appVersion),
|
||||
// Explicitly define NODE_ENV for React and related packages
|
||||
'process.env.NODE_ENV': JSON.stringify(mode),
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user