hermes-agent/honcho_integration
Teknium 3d47af01c3
fix(honcho): write config to instance-local path for profile isolation (#4037)
Multiple agents/profiles running 'hermes honcho setup' all wrote to
the shared global ~/.honcho/config.json, overwriting each other's
configuration.

Root cause: _write_config() defaulted to resolve_config_path() which
returns the global path when no instance-local file exists yet (i.e.
on first setup).

Fix: _write_config() now defaults to _local_config_path() which always
returns $HERMES_HOME/honcho.json. Each profile gets its own config file.
Reading still falls back to global for cross-app interop and seeding.

Also updates cmd_setup and cmd_status messaging to show the actual
write path.

Includes 10 new tests verifying profile isolation, global fallback
reads, and multi-profile independence.
2026-03-30 16:41:19 -07:00
..
__init__.py feat: add Honcho AI-native memory integration 2026-02-26 18:07:17 -05:00
cli.py fix(honcho): write config to instance-local path for profile isolation (#4037) 2026-03-30 16:41:19 -07:00
client.py fix(honcho): allow self-hosted local instances without API key (#3644) 2026-03-28 17:49:56 -07:00
session.py fix(honcho): correct seed_ai_identity to use session.add_messages() (#1475) 2026-03-15 19:07:57 -07:00