Add react-router-dom with HashRouter, persistent Layout with sidebar
navigation (Dashboard + Agents), and Agents Console page with agent
tree view, model selector, and workspace file browser with edit/save.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Rename postcss.config.js/tailwind.config.js to .cjs to fix ESM warning
- Replace Stats Summary placeholder with real OCM /api/stats data
- Handle loading, error, and offline states gracefully
- Bump version to 0.10.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Vite + React + TypeScript + Tailwind CSS to Electron app
- Create Dashboard page with gateway control (start/stop/restart/status)
- Expand preload.js IPC bridge with gateway and OCM API channels
- Add IPC handlers in main.js for openclaw CLI and OCM proxy
- Dev mode loads Vite dev server, production loads built dist/
- Bump version to 0.10.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
package-lock.json still referenced version 0.9.4 while package.json
was already at 0.9.6; align them to avoid npm install warnings and
electron-builder version mismatches.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Regenerated icon.png (512x512 RGBA) and tray-icon.png (16x16 RGBA)
with lobster orange #FF6B35 circle and white "O" ring
- Rebuilt icon.icns via sips + iconutil with full iconset (10 sizes)
- Added icon.ico for Windows (6 sizes, PNG-embedded ICO)
- Added icon.iconset/ source files for future icon regeneration
- Tray hide-to-tray already enabled; package.json build config already
targets mac (DMG+icns), linux (AppImage+png), win (NSIS+ico)
- Build verified: ODO-0.9.6-arm64.dmg produced successfully
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Generate placeholder icons: icon.png (512x512), tray-icon.png (16x16), icon.icns (macOS)
- Fix window close behavior: hide to tray instead of quitting
- Add tray left-click and double-click handlers to restore window
- Add app.dock.hide/show on macOS for proper dock visibility
- Bump version to 0.9.6 in package.json, preload.js, openclaw-manager.js
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
No system tray is shown, so hiding the window on close left the app
running with no way to quit except Ctrl+C. Now closing the window
sets isQuitting=true and lets the normal close flow proceed, which
triggers before-quit → stopServer().
Bumps version 0.9.4 → 0.9.5.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Electron main process with tray icon and IPC setup
- openclaw-manager.js server bridge
- Architecture design document (ODO_ARCHITECTURE.md)
- preload.js for renderer context bridge