mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-21 03:39:54 +00:00
167eb824cb
On fresh installs, the multi-level curses menu flow (platform menu → checklist → loop back → Done) was unreliable — users could end up skipping API key configuration entirely. Now the setup wizard passes first_install=True to tools_command(), which: - Skips the platform selection menu entirely - Goes straight to the tool checklist - Prompts for API keys on ALL selected tools that need them - Linear flow, no loop — impossible to accidentally skip Returning users (hermes tools / hermes setup tools) get the existing platform menu loop as before.