Changelog

  • Added a fuller project scaffold with docs, tests, coverage, and workflows.

  • Added a typed ModelString root model reusable beyond chat-model configuration.

  • Added provider defaults, semantic aliases, and local cache bootstrap helpers.

v0.6.0 (2026-05-26)

Feat

  • dspy: add optional lm adapter

v0.5.2 (2026-05-25)

Feat

  • catalog: expose raw litellm registry exploration

v0.5.1 (2026-05-25)

Fix

  • ci: install optional extras for coverage

v0.5.0 (2026-05-25)

Feat

  • tui: support scoped model loading

  • tui: improve interactive model explorer

Fix

  • tui: add reliable themes and rich usage guidance

  • tui: add reliable view navigation

Refactor

  • cli: modularize terminal interfaces

v0.4.0 (2026-05-25)

Feat

  • cli: add guided model explorer workflows

  • add optional LiveCodeBench Pro explorer

  • add detailed catalog capability filters

  • polish rich model tables

  • add catalog cost intelligence

  • add parallel tool call suite controls

  • add configurable model suites

  • add runtime logging and identity controls

  • add LLM profiles and model catalog tooling

v0.3.1 (2026-04-28)

Feat

  • add automatic model default refresh

  • tests: Add unit tests for command-line interface and model defaults, enhance caching backend tests, and improve integration tests for updated model settings.

  • examples: Add example script for refreshing model defaults from catalogs

  • cli, model_defaults, cache: Introduce command-line interface for model defaults management, enhance caching options with memory, Redis, and Upstash Redis support, and add model default refresh functionality.

  • dependencies: Add Redis and Upstash Redis packages to project with updated requirements

v0.3.0 (2026-04-22)

Feat

  • tests: Add comprehensive test suite for ooai_llm covering unit, integration, and end-to-end tests

  • api: Introduce core package structure for ooai_llm with public API, model discovery, caching, and callback helpers

  • examples: Add multiple usage examples for ooai_llm including basic usage, model discovery, and reasoning

  • docs: Add API reference documentation generated by AutoAPI

  • docs: Add custom CSS for improved documentation styling

  • ci: Add CI workflow for testing, building, and documentation generation

  • docs: Add comprehensive documentation including configuration, usage, and getting started guides

  • project: Add pyproject.toml for project configuration, dependencies, and build system

  • env: Add example environment configuration file with API keys and settings