Commit Graph

5 Commits

Author SHA1 Message Date
newideas99
fe59a725e2 docs(quotio): improve descriptions based on official repo
Updated hints and notes to accurately describe Quotio:
- Native macOS menu bar app for unified AI accounts
- Supports Claude, Gemini, OpenAI, Qwen, Antigravity
- Real-time quota tracking with smart auto-failover
- Link to https://www.quotio.dev for download

Also fixed: Clawdbot -> Moltbot renames
2026-01-28 11:41:50 -05:00
newideas99
892203bdb3 feat(quotio): read config from Quotio's config.yaml file
Auto-detect base URL and API key from Quotio's config file:
- macOS: ~/Library/Application Support/Quotio/config.yaml
- Linux: ~/.config/quotio/config.yaml
- Fallback: ~/.quotio/config.yaml

Priority: env vars > config file > defaults

This enables zero-config setup when Quotio is installed.
2026-01-28 11:40:32 -05:00
newideas99
12525eb4b8 feat(quotio): add auto-detection of base URL and API key
- Check QUOTIO_BASE_URL/QUOTIO_API_KEY environment variables
- Probe default endpoint (127.0.0.1:18317) automatically
- Skip prompts if Quotio is detected and user confirms
- Fall back to manual configuration if auto-detection fails
- Add helpful tip about environment variables for future runs
2026-01-28 11:40:32 -05:00
newideas99
92c771e107 feat(quotio): add model discovery and selection
- Fetch available models from Quotio /models endpoint
- Let user select their preferred default model from discovered list
- Remove hardcoded model definitions in favor of dynamic discovery
- Handle connection errors gracefully with user feedback
2026-01-28 11:40:32 -05:00
newideas99
dd49d122fe feat: add Quotio as provider option in onboarding wizard
Quotio is a local OpenAI-compatible proxy that routes to various AI models
(Claude via Gemini credits, etc.). This adds it as a first-class provider
option in the onboarding wizard, eliminating the need for manual config edits.

- Add 'quotio' to AuthChoice type
- Add Quotio group to provider options
- Create dedicated handler with URL/API key prompts
- Configure provider with Claude Opus 4.5, Sonnet 4, Gemini 3 Flash models
- Use openai-completions API for compatibility
2026-01-28 11:40:32 -05:00