feat: add navigation sidebar + Agents Console (v0.11.0)

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>
This commit is contained in:
2026-03-20 21:37:27 +10:00
co-authored by Claude Opus 4.6
parent 7c107471cf
commit 8cb243266c
6 changed files with 615 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const { contextBridge, ipcRenderer } = require('electron');
contextBridge.exposeInMainWorld('odo', {
platform: process.platform,
version: '0.10.1',
version: '0.11.0',
isElectron: true,
gateway: {