Skip to content
Merged
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "tau-ai"
version = "0.3.2"
version = "0.3.3"
description = "A Python implementation of a minimalist Pi-style coding-agent harness."
readme = "README.md"
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions src/tau_coding/data/release-notes/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"version": "0.3.3",
"date": "2026-07-25",
"sections": {
"New": [
"Add direct Anthropic support for Claude Opus 5, including its 1M-token context window and adaptive-thinking effort mappings."
],
"Changed": [
"Highlight terminal-command prompt input, border, and prefix with the active theme's running-tool color."
]
}
},
{
"version": "0.3.2",
"date": "2026-07-24",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tui_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def test_session_sidebar_brand_includes_current_version() -> None:

console.print(_sidebar_brand(theme=TAU_DARK_THEME))

assert "τ = 2π 0.3.2" in console.export_text()
assert "τ = 2π 0.3.3" in console.export_text()


def test_session_sidebar_uses_prominent_title_and_accented_section_headers() -> None:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.