Commit Graph

9 Commits

Author SHA1 Message Date
Pedram Amini
181a7f436b ## 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 📱
2026-01-15 23:32:09 -06:00
Pedram Amini
2f3ce11382 ## CHANGES
- Browse Claude sessions from SSH remotes, not just local storage! 🚀
- Agent sessions IPC now accepts `sshRemoteId` across list/read/search calls 🧩
- Session storage interface upgraded with optional SSH config everywhere 🔐
- Claude session storage reads directories/files/stats remotely via SSH 🛰️
- Session paths now resolve correctly for remote projects using POSIX rules 🧭
- Marketplace playbook imports can write directly to SSH remote Auto Run 📦
- Remote playbook imports gracefully fall back to local when missing/disabled 🪂
- Marketplace modal adds rich keyboard navigation: Cmd+F, paging, home/end ⌨️
- Main panel resize logic ignores bad measurements to prevent UI thrash 🧱
- Production builds now drop all `console.*` (plus debugger) for cleanliness 🧼
2026-01-01 07:16:23 -06:00
Pedram Amini
ec9db781f2 ## CHANGES
- Forced SSH TTY allocation (`-tt` + `RequestTTY=force`) to stop Claude hangs 🧠
- Added dedicated tests guarding critical SSH TTY behavior forever 🛡️
- Deferred remote Git-repo detection until SSH connects, then fetch refs 🔌
- Introduced hourly stats aggregation (`byHour`) for richer analytics 📈
- Shipped new Peak Hours dashboard chart with count/duration toggle 
- Reworked Usage Dashboard layout, adding Peak Hours section navigation 🧭
- Updated Execution Queue UI to “Current Agent / All Agents” wording 🤖
- Clarified queue messaging and processing semantics “per agent” for safety 🔒
- Added “Create New Group” action inside Session context menu submenu 📁
- Enabled dev-only why-did-you-render via Vite alias, excluded from prod 🚀
2025-12-31 19:28:51 -06:00
Pedram Amini
74f6c08f01 OAuth enabled but no valid token found. Starting authentication...
Found expired OAuth token, attempting refresh...
Token refresh successful
## CHANGES

- Revamped README with power features, screenshots, and crisp quick-start flow 🚀
- Added prominent User Docs badge linking to full documentation hub 📚
- Documented Auto Run playbooks for batch checklist execution and history tracking 
- Highlighted Git worktrees for parallel agents on isolated branches instantly 🌿
- Showcased Group Chat with moderator AI for coordinated multi-agent discussions 🗣️
- Introduced Remote Access docs for phone control via QR and tunnels 📱
- Documented `maestro-cli` for headless automation with JSONL scripting support 🧰
- Polished Achievement Card visuals: real GitHub logo and brighter trophies 🏆
- Improved Auto Run summaries by avoiding filename-extension sentence splitting ✍️
- Build and dev tweaks: disable npm rebuild and stop watching without HMR 🛠️
2025-12-28 04:04:27 -06:00
Pedram Amini
cebaf5019c wip 2025-12-20 04:34:54 -06:00
Pedram Amini
3f1788d196 perf: Optimize AI input responsiveness and production builds
- Fix AI input lag by using local state for typing, syncing to session
  state only on blur/submit instead of every keystroke
- Add esbuild.drop to strip console.* and debugger in production builds
- Memoize handleInputFocus and handleSessionClick callbacks in MainPanel
- Simplify textarea auto-grow by removing unnecessary RAF scheduling
- Fix AgentSessionsBrowser by changing button to div (nested button issue)
- Restore legacy history filter fallback for entries without sessionId

Claude ID: 33f0f964-5b7f-4240-9e40-8eddcecafe8e
Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
2025-12-01 09:38:28 -06:00
Pedram Amini
9aa9982feb build fix 2025-11-27 00:57:26 -06:00
Pedram Amini
0a09e19b0c sync version number to tag/release 2025-11-26 23:31:07 -06:00
Pedram Amini
ca85ff7c48 UX prototype complete 2025-11-23 19:00:08 -06:00