Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.22.0](https://github.com/praxagent/teamwork/compare/v0.21.0...v0.22.0) (2026-07-30)


### Features

* **graphs:** cost badge on trace detail β€” tokens tooltip, hidden when cost unknown (never $0.00) ([#61](https://github.com/praxagent/teamwork/issues/61)) ([c7ee522](https://github.com/praxagent/teamwork/commit/c7ee52221208fb557bb3449a7da883e5d28a9c1b))

## [0.21.0](https://github.com/praxagent/teamwork/compare/v0.20.0...v0.21.0) (2026-07-26)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "teamwork"
version = "0.21.0"
version = "0.22.0"
description = "Agent-agnostic collaboration shell β€” Slack-like web UI for AI agent teams"
readme = "README.md"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/teamwork/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""TeamWork β€” agent-agnostic collaboration shell for AI teams."""
__version__ = "0.21.0"
__version__ = "0.22.0"

def create_app():
"""Create and return the configured FastAPI application."""
Expand Down