agent-orchestrator/src-tauri
Hibryda 6459877c89 fix: change dev port from 9700 to 9710 (avoid BridgeCoach conflict)
Port 9700 was occupied by BridgeCoach Docker container, causing the
Tauri debug binary to load the wrong frontend. Changed to 9710:
- vite.config.ts: server.port 9700 → 9710
- tauri.conf.json: devUrl localhost:9700 → localhost:9710
- wdio.conf.js: DEV_URL_PORT check updated
- Binary rebuilt with new port baked in
2026-03-18 04:20:49 +01:00
..
capabilities feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
icons feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
src feat(remote): persist SPKI pins and machine configs to SQLite 2026-03-18 02:18:17 +01:00
.gitignore feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
build.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
Cargo.toml refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
tauri.conf.commercial.json feat: add agor-pro commercial plugin crate and dual-repo infrastructure 2026-03-17 01:12:25 +01:00
tauri.conf.json fix: change dev port from 9700 to 9710 (avoid BridgeCoach conflict) 2026-03-18 04:20:49 +01:00