Skip to content

Releases: strands-compose/chat

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:58

v0.2.1 (2026-07-12)

Fix

  • ui: build demo on windows and font style fix

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:08
f75415c

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

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:01
7521c5d

v0.1.6 (2026-07-08)

Fix

  • gunicorn process manager and container hardening

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:23
2fd9f00

v0.1.5 (2026-07-04)

Fix

  • add uvicorn max-requests limit and drop IdP logout

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Jul 19:39

v0.1.4 (2026-07-02)

Fix

  • middleware: exempt health probes from trusted-host check (#3)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Jul 01:08
96d094a

v0.1.3 (2026-07-02)

Fix

  • admin: render boolean fields under wtforms 3.2 (#2)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 00:28
d22bd79

v0.1.2 (2026-07-02)

Fix

  • build wheel from source so frontend static assets ship (#1)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:43
c5f9f01

v0.1.1 (2026-06-30)

Fix

  • pyproject: add readme and license metadata for PyPI

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:31
b17c2d0

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) for serve and migrate commands