Skip to content

Tau 0.1.1

Choose a tag to compare

@alejandro-ao alejandro-ao released this 03 Jul 12:17
6212bef

Changes since 0.1.0

Agent/provider behavior

  • Route OpenAI gpt-5.5, gpt-5.4, and Codex models to the /v1/responses API (#183)
  • Add local system prompt command (#198)
  • Validate conflicting session flags in the CLI
  • Check PyPI for Tau updates on startup (#200)

TUI fixes and improvements

  • Render transcript messages as full-height role blocks (#214)
  • Guard Markdown selection until blocks are mounted (#213)
  • Disable TUI text selection while streaming (#212)
  • Disable active-line highlighting in prompt (#208)
  • Fix autocomplete suggestion viewport sizing
  • Implement prompt history recall with the Up key (#178)
  • Fix code block horizontal scrolling (#190)
  • Restore streaming transcript scrollback (#177)
  • Add /exit alias for /quit

Packaging, release, and CI

  • Lower Python requirement to 3.12 (#220)
  • Stabilize CI checks (#224)
  • Add CI workflow
  • Add CODEOWNERS
  • Publish package only on GitHub Release
  • Gate PyPI publish on intentional version changes
  • Add license-files metadata
  • Add MIT license
  • Ignore .mypy_cache

Documentation and website

  • Add contributing guidelines
  • Refresh provider and shortcut docs
  • Update quickstart provider login docs
  • Update docs to install tau-ai from PyPI
  • Refresh README and restore header image
  • Link landing logos to home
  • Uniformize landing nav links
  • Adjust Tau roll animation label spacing