Bug fixes. Added missing functionality. ++

This commit is contained in:
2026-02-09 11:11:50 +01:00
parent b95568d1ba
commit fd99d5c778
13 changed files with 321 additions and 86 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "oai"
version = "3.0.0-b3" # MUST match oai/__init__.py __version__
version = "3.0.0-b4" # MUST match oai/__init__.py __version__
description = "Open AI Chat Client - Multi-provider terminal chat with MCP support"
readme = "README.md"
license = {text = "MIT"}