fleet-memory/hindsight-embed/hindsight_embed
Nicolò Boschi 06b0f74a48
fix: register embedded profiles in CLI metadata on daemon start (#546)
When HindsightEmbedded(profile="myapp") starts a daemon, the profile
was never written to metadata.json or given a .env file, making it
invisible to `hindsight-embed profile list` and other CLI commands.

Add _register_profile() to DaemonEmbedManager which saves HINDSIGHT_API_*
config to ~/.hindsight/profiles/{name}.env and registers the port in
metadata.json. Called after a successful new daemon start and when the
daemon is already running, so orphaned profiles also get registered on
next use.
2026-03-12 09:39:47 +01:00
..
__init__.py Release v0.4.17 2026-03-10 17:18:35 +01:00
cli.py misc: fix vertex/gemini errors and use it for ci tests (#414) 2026-02-20 22:35:38 +01:00
daemon_client.py feat: HindsightEmbedded python SDK (#293) 2026-02-04 14:41:19 +01:00
daemon_embed_manager.py fix: register embedded profiles in CLI metadata on daemon start (#546) 2026-03-12 09:39:47 +01:00
embed_manager.py feat: HindsightEmbedded python SDK (#293) 2026-02-04 14:41:19 +01:00
profile_manager.py fix: hindsight-embed profiles are not loaded correctly (#316) 2026-02-06 17:13:54 +01:00