fleet-memory/hindsight-embed/hindsight_embed
Nicolò Boschi 6c7f057e9d
feat(embed): add hindisght-embed profiles (#277)
* feat(embed): add hindisght-embed profiles

* ci: run pytest tests for hindsight-embed in CI

- Add pytest test run step to test-embed job
- This ensures profile tests (37 tests) are run in CI
- Smoke test still runs after pytest tests

* feat(embed): use 'default' profile name consistently

- Configure command now shows "Profile 'default' configured successfully!"
- Profile list shows "default" instead of empty string
- Profile show displays "default" consistently
- All output now uses "default" label for backward-compatible config
- Added port display for default profile in all commands

* fix(embed): replace requests with httpx in profile_manager

- Use httpx.Client() instead of requests.get() for daemon health check
- Update test mock to use httpx.Client instead of requests.get
- Fixes ModuleNotFoundError in CI (requests not in dependencies)
2026-02-02 14:38:06 +01:00
..
__init__.py Release v0.4.7 2026-01-31 18:40:32 +01:00
cli.py feat(embed): add hindisght-embed profiles (#277) 2026-02-02 14:38:06 +01:00
daemon_client.py feat(embed): add hindisght-embed profiles (#277) 2026-02-02 14:38:06 +01:00
profile_manager.py feat(embed): add hindisght-embed profiles (#277) 2026-02-02 14:38:06 +01:00