oAI version 3.0 beta 1

This commit is contained in:
2026-02-04 11:22:53 +01:00
parent b0cf88704e
commit 6298158d3c
32 changed files with 3578 additions and 1852 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "oai"
version = "2.1.0"
version = "3.0.0"
description = "OpenRouter AI Chat Client - A feature-rich terminal-based chat application"
readme = "README.md"
license = {text = "MIT"}
@@ -44,10 +44,10 @@ dependencies = [
"markdown-it-py>=3.0.0",
"openrouter>=0.0.19",
"packaging>=21.0",
"prompt-toolkit>=3.0.0",
"pyperclip>=1.8.0",
"requests>=2.28.0",
"rich>=13.0.0",
"textual>=0.50.0",
"typer>=0.9.0",
"mcp>=1.0.0",
]
@@ -73,7 +73,7 @@ Documentation = "https://iurl.no/oai"
oai = "oai.cli:main"
[tool.setuptools]
packages = ["oai", "oai.commands", "oai.config", "oai.core", "oai.mcp", "oai.providers", "oai.ui", "oai.utils"]
packages = ["oai", "oai.commands", "oai.config", "oai.core", "oai.mcp", "oai.providers", "oai.tui", "oai.tui.widgets", "oai.tui.screens", "oai.utils"]
[tool.setuptools.package-data]
oai = ["py.typed"]