Fixed default model setting. Added ctrl+y to copy latest reply in markdown++

This commit is contained in:
2026-02-04 15:16:26 +01:00
parent 1191fa6d19
commit ecc2489eef
9 changed files with 96 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "oai"
version = "3.0.0"
version = "3.0.0-b2" # MUST match oai/__init__.py __version__
description = "OpenRouter AI Chat Client - A feature-rich terminal-based chat application"
readme = "README.md"
license = {text = "MIT"}