Commit graph

  • 17f7beb88c fix(router,client): token estimation always enabled; Ollama native eval fallback develop Evan Rice 2026-06-10 02:07:24 +00:00
  • 87ff832ea3 fix(updater): stash + hard-reset instead of merge-pull; release 0.5.1 main v0.5.1 Evan Rice 2026-06-10 01:38:02 +00:00
  • a80746454c fix(updater): stash + hard-reset instead of merge-pull; release 0.5.1 Evan Rice 2026-06-10 01:38:02 +00:00
  • 63327c7cb3 hotfix(v0.5.0): sync version strings + fix importlib metadata fallback Evan Rice 2026-06-10 01:25:06 +00:00
  • c0ec3546bd fix(version): use correct package name guanaco-llm-proxy and only override if metadata >= hardcoded Evan Rice 2026-06-10 01:24:20 +00:00
  • aadb45d026 hotfix(v0.5.0): correct version strings to 0.5.0 Evan Rice 2026-06-10 01:16:50 +00:00
  • 4686af1a4f
    release: v0.5.0 — usage tracking, ROI dashboard, multi-account, live usage-level scraping evangit2 2026-06-09 21:06:39 -04:00
  • b4ed4faebd chore: bump version to 0.5.0 and add comprehensive changelog v0.5.0 Evan Rice 2026-06-10 01:01:21 +00:00
  • 25a0b1b653 feat(usage-levels): scrape real per-tag usage tiers from ollama.com library pages Evan Rice 2026-06-10 00:57:12 +00:00
  • 00d7509d32 feat(v0.4.3): token estimation fallback, ROI dashboard, per-model usage breakdown Evan Rice 2026-06-10 00:16:40 +00:00
  • 9793ce2c44 fix(config): v0.4.3 backward compat and install robustness evangit2 2026-05-23 22:32:45 +00:00
  • 07fe4fd587 feat: experimental Subscription Value Calculator (ROI) vs OpenRouter evangit2 2026-05-23 21:32:54 +00:00
  • 5242f662da feat: auto-infer capabilities and multiplier for unknown models evangit2 2026-05-23 21:18:02 +00:00
  • 9a2d0d76cd feat: cost-weighted analytics (usage_multiplier) + add deepseek-v4 models evangit2 2026-05-23 19:56:44 +00:00
  • 7180b27a8a v0.4.3 — add kimi-k2.6 vision model, default all roles to nemotron-3-nano:30b evangit2 2026-05-22 20:48:24 +00:00
  • 6a9f1e6397 Merge develop: v0.4.2 multi-account rotation v0.4.2 evangit2 2026-04-21 02:13:36 +00:00
  • c6741f92f3 v0.4.2: Multi-account Ollama rotation with quota-aware load balancing evangit2 2026-04-21 02:05:56 +00:00
  • 95da493c54 feat: wire AccountPool into app.py, router.py, and dashboard.py signatures evangit2 2026-04-21 00:09:06 +00:00
  • c7f71f9414 feat: OllamaClient supports per-request api_key override for multi-account evangit2 2026-04-20 23:58:40 +00:00
  • cb163c0a99 feat: add AccountPool with quota-aware selection and round-robin fallback evangit2 2026-04-20 23:50:44 +00:00
  • c9f30161e2 feat: add OllamaAccount model and ollama_accounts list to AppConfig evangit2 2026-04-20 23:49:57 +00:00
  • 89f3121b17 Merge branch 'develop' v0.4.1 evangit2 2026-04-20 22:08:56 +00:00
  • 44f132b4a7 v0.4.1: fix update banner after applying, fix history toggle reverting, fix version reporting evangit2 2026-04-20 22:07:53 +00:00
  • 1e9dd10c9d
    Merge pull request #2 from evangit2/develop v0.4.0 evangit2 2026-04-20 17:34:07 -04:00
  • ff99d56e9b release: v0.4.0 evangit2 2026-04-20 21:32:54 +00:00
  • 20eee78eff fix: prerelease update check discovers newer pre-releases over stable evangit2 2026-04-20 21:30:05 +00:00
  • 3bc114204d Bump version to 0.4.0-rc.1 v0.4.0-rc.1 evangit2 2026-04-20 21:01:43 +00:00
  • 586df5dda8 v0.4.0-rc1: Ollama concurrency limiter + 429 retry + smart defaults evangit2 2026-04-20 20:58:49 +00:00
  • c619747543 docs: add multi-account manager implementation plan evangit2 2026-04-20 00:01:57 +00:00
  • eac061f512 Add fallback_reason column with explanation for why fallback triggered evangit2 2026-04-19 23:56:34 +00:00
  • 44e8fea950 History: replace blocking alert with modal warning for no-content entries evangit2 2026-04-19 23:28:54 +00:00
  • 980d01c444 history: skip detail modal for entries with no content or error evangit2 2026-04-19 22:54:09 +00:00
  • 1c3d80962e analytics: add info tooltip on Per-Model Stats explaining token estimation evangit2 2026-04-19 22:48:42 +00:00
  • 1f06a45382 history: show failed requests with error details, add filter evangit2 2026-04-19 22:32:17 +00:00
  • 47a01aee3b fix: modal close button needs double-click — use class selector instead of traversing DOM evangit2 2026-04-19 22:28:47 +00:00
  • 391af6630e v0.4.0: History logging fixes and improvements evangit2 2026-04-19 22:18:18 +00:00
  • 030bcdb1f2 Merge remote-tracking branch 'origin/main' into develop evangit2 2026-04-13 20:34:06 +00:00
  • b7c6245f39 Add fallback rate metric to analytics dashboard evan 2026-04-13 18:27:29 +00:00
  • d7501c84b6 fix: update flow uses stop+start instead of restart v0.3.9 evangit2 2026-04-10 21:05:42 +00:00
  • 88a97a1770 v0.3.9: fallback stream fix, summarize toggle fix, version single-source evangit2 2026-04-10 20:49:00 +00:00
  • 0bbc3298e6 hotfix: JS fallback for empty endpoints — KNOWN_ENDPOINTS hardcodes all 8 providers as client-side safety net v0.3.8 evangit2 2026-04-10 20:03:18 +00:00
  • 5c1e226bac Merge develop: v0.3.8 evangit2 2026-04-10 19:53:33 +00:00
  • 2f133097dd v0.3.8: Endpoints hotfix, search settings with summarize toggle, remove playground evangit2 2026-04-10 19:53:22 +00:00
  • 3cc9b62e4a v0.3.8-dev: Fix endpoints hotfix (immutable tuples, union merge, tuple-to-dict serialization), fix broken JS from playground removal, add search config with summarize toggle evangit2 2026-04-10 19:51:17 +00:00
  • 331117c4dd v0.3.8-dev: Fix mutable endpoints bug, replace search playground with search settings + summarize toggle evangit2 2026-04-10 19:37:53 +00:00
  • b33fe92e17 Merge develop: v0.3.7 v0.3.7 evangit2 2026-04-10 18:56:03 +00:00
  • 1b6eb603c2 v0.3.7 - Search tab, summarize feature, enhanced endpoints evangit2 2026-04-10 18:55:50 +00:00
  • 252b59eb9b v0.3.7-dev: Dynamic provider endpoint display feature/dynamic-endpoints evangit2 2026-04-10 18:13:33 +00:00
  • 05a17b904e Merge develop: v0.3.6 - Fix auto-update system v0.3.6 evangit2 2026-04-10 17:29:45 +00:00
  • 982a4f8270 v0.3.6 - Fix auto-update system evangit2 2026-04-10 17:27:46 +00:00
  • 787a1b10f5 v0.3.5 - Thinking model support, dynamic versioning, prerelease updates evangit2 2026-04-10 16:57:48 +00:00
  • 449df52da1 Remove stale hardcoded version fallbacks in dashboard evangit2 2026-04-10 16:53:23 +00:00
  • a68b8bb709 Make prerelease updates opt-in via allow_prerelease config evangit2 2026-04-10 16:47:58 +00:00
  • b8fd5621fd Clean up version management: single source of truth from importlib evangit2 2026-04-10 16:43:44 +00:00
  • 469d2ae92b Fix update check: include prereleases, auto-detect current branch evangit2 2026-04-10 16:35:24 +00:00
  • 5497ee9868 Bump version to 0.3.5 for develop prerelease evangit2 2026-04-10 16:14:21 +00:00
  • fd800dd661 Fix streaming metrics, reasoning token handling, and version display evangit2 2026-04-10 16:03:00 +00:00
  • 57c9265912 Fix streaming metrics capture, analytics windowing, and fallback timeouts evangit2 2026-04-10 15:23:01 +00:00
  • 1edd2b7ef1 ci: add develop branch workflow — Docker test harness, CI, and release automation evangit2 2026-04-10 14:50:54 +00:00
  • e06e38c7b8 Add guanaco uninstall to CLI commands table v0.3.5 evangit2 2026-04-10 04:35:07 +00:00
  • d8a304c367 Remove emojis from features, mention fallback on quota exhaustion evangit2 2026-04-10 04:32:56 +00:00
  • e7b3295567 Add WSL and macOS installation sections, move endpoint table to fallback section evangit2 2026-04-10 04:30:50 +00:00
  • a461b3b915 fix: dashboard update uses correct venv path for install.sh users v0.3.3 evangit2 2026-04-10 03:22:48 +00:00
  • b4a5ab936f readme: add shell reload as step 2, remove redundant step 3 evangit2 2026-04-10 03:00:19 +00:00
  • 299aa04947 bump version to 0.3.2 evangit2 2026-04-10 02:41:00 +00:00
  • a3feda9c66 update dashboard screenshot in readme v0.3.2 evangit2 2026-04-10 02:39:04 +00:00
  • 9516d7832d logo: bump dashboard icon from 36px to 44px evangit2 2026-04-10 02:36:10 +00:00
  • 518b582598 logo: properly transparent rounded corners evangit2 2026-04-10 02:30:48 +00:00
  • 69e73eb8fa logo: keep original black-on-white, just add rounded border evangit2 2026-04-10 02:02:59 +00:00
  • 73c7d275af logo: white-on-dark with rounded corners, visible on GitHub evangit2 2026-04-10 01:58:08 +00:00
  • a3267ce9ba logo: round the corners evangit2 2026-04-10 01:54:20 +00:00
  • fe88647b66 add logo — kawaii guanaco mascot evangit2 2026-04-10 01:52:50 +00:00
  • edd5941d56 fix: version now reads from pyproject.toml via importlib.metadata evangit2 2026-04-10 00:59:43 +00:00
  • fb69202dea fix: don't send Authorization header with empty/placeholder API keys evangit2 2026-04-10 00:39:43 +00:00
  • dd3cb050e3 fix: wrapper scripts use resolved paths, fix API key env write evangit2 2026-04-10 00:38:00 +00:00
  • 83e499123e fix: install.sh escape codes and walkthrough improvements v0.3.1 evangit2 2026-04-10 00:32:47 +00:00
  • 286adcd99c fix: strip :cloud/:local routing suffixes in _resolve_model evangit2 2026-04-10 00:25:54 +00:00
  • 33097b668b readme: remove backward compat section evangit2 2026-04-10 00:04:01 +00:00
  • 17ad365b4f readme: replace ASCII dashboard with real screenshot, remove oct compat mention evangit2 2026-04-10 00:02:37 +00:00
  • 3256f080f0 clean: remove oct compat symlink from installer, fix duplicate success message evangit2 2026-04-10 00:00:24 +00:00
  • 9009b02d0a feat: add update system in dashboard - check GitHub for releases, apply updates with confirmation, auto-update toggle (off by default) evangit2 2026-04-09 22:21:23 +00:00
  • 7f96a6d282 install.sh: write systemd service directly during install, default to Y evangit2 2026-04-09 21:57:57 +00:00
  • b5d7a97ac2 Add 'guanaco install' command for systemd service setup evangit2 2026-04-09 21:56:46 +00:00
  • b3daf437e3 Installer UX: offer to start after install, show full path for guanaco command evangit2 2026-04-09 21:50:38 +00:00
  • 617e8c2755 Add supports_vision fallback config — vision requests only bypass fallback when provider doesn't support them evangit2 2026-04-09 21:49:34 +00:00
  • ba2922ab74 Vision support: convert image URLs to base64, skip fallback for multimodal requests evangit2 2026-04-09 21:47:23 +00:00
  • 9435190fcd Fix installer: TS detection via ip/100.x range, fix Y/n default for TS bind prompt evangit2 2026-04-09 21:39:58 +00:00
  • f0fa2aea58 Fix installer: Tailscale auto-default to 0.0.0.0, show TS URL post-install evangit2 2026-04-09 21:35:56 +00:00
  • d18f325fc1 Fix installer: auto-detect Tailscale, default to 0.0.0.0 binding when TS present evangit2 2026-04-09 21:28:26 +00:00
  • 0c94057fe6 Fix install.sh: read prompts from /dev/tty so curl|bash works interactively evangit2 2026-04-09 21:09:03 +00:00
  • c31f79fd7d Fix install.sh: handle non-TTY (curl|bash), test venv creation not just import, strip colors when piped evangit2 2026-04-09 21:07:25 +00:00
  • e05f693b78 Replace pip install with curl installer in README evangit2 2026-04-09 21:01:11 +00:00
  • da567c07ad 🦙 Polish install.sh: auto-install prereqs, interactive config, security warnings, branding fixes evangit2 2026-04-09 20:59:31 +00:00
  • bbb2cc4903 🦙 Guanaco v0.3.0 — initial OSS release v0.3.0 evangit2 2026-04-09 20:49:59 +00:00