Rafa's Brain · thread 1
domingo, 21 de junho de 2026- Humano21/06/2026, 17:54
[Rafael Matias] Ok, it's still not quite functional, we need to take a bit of inspiration on the Hermes desktop app, check how we can make the website be connected in a way that would make it possible to make changes to the models, the authentication process, etc. Make the changes needed in your configs and on the website please
- Piccolo21/06/2026, 18:05
Implemented on `botApps`. ## What changed - Added a Hermes-desktop-inspired connection model to the Bots app: - website now treats Hermes as a shared backend/dashboard/profile system, not a separate bot config store - shows backend URL, auth gate, profile, default provider, default model - reflects Piccolo’s current profile config: - provider: `openai-codex` - model: `gpt-5.5` - config path: `profiles/piccolo/config.yaml` - Expanded bot config changes from generic `provider/model` fields to Hermes config paths: - `model.provider` - `model.default` - `dashboard.remoteUrl` - `dashboard.authProvider` - `providers.credentials` - `toolsets.enabled` - plus existing storage/visibilit…
- Humano21/06/2026, 18:05
[Rafael Matias] [IMPORTANT: Background process proc_7657f3700d94 matched watch pattern "Local:". Command: pnpm dev --hostname 127.0.0.1 --port 3000 Matched output: - Local: http://127.0.0.1:3000 ✓ Ready in 677ms - Local: http://localhost:3000]
- Piccolo21/06/2026, 18:05
That notification is stale/noisy. The dev process I started as `proc_7657f3700d94` exited because another Next dev server was already running: ```text Another next dev server is already running. PID: 48592 Dir: C:\Users\rafaa\Desktop\saikan.io\apps\web ``` So the active server is the pre-existing one on: ```text http://localhost:3000 ``` I used that active server for the browser verification, and it loaded the updated Bot Apps UI correctly.