mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Adds /help, /model, /tools, /context, /reset, /compact, /version to the ACP adapter (VS Code, Zed, JetBrains). Commands are handled directly in the server without instantiating the TUI — each command queries agent/session state and returns plain text. Unrecognized /commands fall through to the LLM as normal messages. /model uses detect_provider_for_model() for auto-detection when switching models, matching the CLI and gateway behavior. Fixes #1402 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth.py | ||
| test_events.py | ||
| test_permissions.py | ||
| test_server.py | ||
| test_session.py | ||
| test_tools.py | ||