* security: exclude litellm 1.82.8 (supply chain compromise) litellm 1.82.8 on PyPI contains a malicious .pth file that automatically steals credentials on Python startup (no import needed). See: https://github.com/BerriAI/litellm/issues/24512 Our Docker images ship 1.82.6 and are unaffected, but the open version constraints (>=1.0.0, >=1.40.0) would allow resolving to 1.82.8 on fresh installs or lockfile refreshes. * security: cap litellm at <=1.82.6 (1.82.7 also compromised) * chore: regenerate uv.lock and openapi spec * fix: update test to match claude-haiku-4-5 default model name and regenerate docs skill * chore: fix ruff formatting in generate_changelog.py
623 B
623 B
| hide_table_of_contents |
|---|
| true |
Strands Integration Changelog
Changelog for hindsight-strands.
For the source code, see hindsight-integrations/strands.
0.1.1
Features
- Added Strands Agents SDK integration, enabling Hindsight memory tools to be used with Strands agents. (
7fe773c0)