Releases: strands-compose/chat
Releases · strands-compose/chat
Release list
v0.2.1
v0.2.0
v0.2.0 (2026-07-12)
Feat
- ui: mobile UX improvement and gh pages demo
Fix
- streaming: keep SSE stream alive when the agent is slow (#9)
v0.1.6
v0.1.6 (2026-07-08)
Fix
- gunicorn process manager and container hardening
v0.1.5
v0.1.5 (2026-07-04)
Fix
- add uvicorn max-requests limit and drop IdP logout
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.1 (2026-06-30)
Fix
- pyproject: add readme and license metadata for PyPI
v0.1.0
v0.1.0 (2026-06-30)
Feat
-
initial release of strands-compose-chat
Complete web chat application for agents built with strands-compose and
deployed via strands-compose-agentcore on AWS Bedrock AgentCore Runtime.- FastAPI async backend with SQLAlchemy 2.0, Alembic migrations, SQLite and PostgreSQL support
- React/TypeScript frontend bundled into the wheel, served by the backend
- Streaming agent responses over SSE; multi-agent tool-use visible in real time
- User accounts with Argon2id password hashing; OIDC/SSO via any OAuth 2.0 provider
- Role-based access control — agents organised into groups, access closed by default
- File attachments (images and documents) with configurable size limits
- Per-user token usage and cost tracking with admin dashboard
- sqladmin management panel for users, agents, and groups
- CLI entry point (
scc) forserveandmigratecommands