feat(config): add get and unset commands

This commit is contained in:
nima20002000
2026-06-01 00:03:31 +03:30
committed by Teknium
parent 5604d1852e
commit 53adb3fd97
9 changed files with 373 additions and 15 deletions

View File

@@ -109,6 +109,7 @@ hermes # Interactive CLI — start a conversation
hermes model # Choose your LLM provider and model
hermes tools # Configure which tools are enabled
hermes config set # Set individual config values
hermes config get # Print individual config values
hermes gateway # Start the messaging gateway (Telegram, Discord, etc.)
hermes setup # Run the full setup wizard (configures everything at once)
hermes claw migrate # Migrate from OpenClaw (if coming from OpenClaw)