Add OCI Generative AI provider support
andrewyng/aisuite · issue #398 · opened Jul 2026 · no PRs referenced when indexed
Add support for Oracle Cloud Infrastructure (OCI) Generative AI to aisuite through OCI's OpenAI-compatible Chat Completions endpoint. OCI users should be able…
Groq + Ollama tool calling (max_turns) broken: reasoning_content, is_mcp_config, and empty tools bugs
andrewyng/aisuite · issue #369 · opened Jul 2026 · no PRs referenced when indexed
Using client.chat.completions.create(..., tools=[...], max_turns=N) for automatic tool execution fails for both the Groq and Ollama providers, in three…
Requesting New PyPI Release: Pydantic Not Listed as Dependency on PyPI
andrewyng/aisuite · issue #342 · opened Jun 2026 · no PRs referenced when indexed
Currently Pydantic is not listed as a dependency on the PyPI release of aisuite. If you look at the Surfactant PyPI Dependency Analyzer for aisuite and go to…
Composer model picker lists models for providers with no configured key
andrewyng/aisuite · issue #338 · opened Jun 2026 · no PRs referenced when indexed
The composer's model dropdown lists models for providers the user has not configured. Configure only Gemini (no OpenAI key), add a Gemini model, and the picker…
Proposal: make provider/API-key setup approachable for non-technical users (in-app key guidance + validation)
andrewyng/aisuite · issue #337 · opened Jun 2026 · no PRs referenced when indexed
The current onboarding "Connect a model" step shows a password field for an API key with no in-app path to actually get one, and the key is never validated — a…
Empty per-conversation scratch directories accumulate in the scratch base and are never cleaned up
andrewyng/aisuite · issue #334 · opened Jun 2026 · no PRs referenced when indexed
OpenCoworker creates a per-conversation scratch directory under the configured scratch base (default ~/OpenCoworker) for every cowork session, but never…
Make the configuration of providers and models more generic
andrewyng/aisuite · issue #328 · opened Jun 2026 · no PRs referenced when indexed
The current configuration screens and files forces you to choose between a single ollama url with multiple model strings, or one of three frontier providers,…
Feature Request: Add Chinese Language Support (i18n / Localization)
andrewyng/aisuite · issue #322 · opened Jun 2026 · no PRs referenced when indexed
First of all, aisuite is an amazing project! The unified interface for switching between different AI providers is exactly what developers need. Incredible…