-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: ENTERPILOT/GoModel
base: v0.1.9
head repository: ENTERPILOT/GoModel
compare: v0.1.10
- 13 commits
- 146 files changed
- 4 contributors
Commits on Mar 12, 2026
-
docs: add benchmark reproduction tooling (#138)
* docs: add benchmark reproduction tooling and update benchmarks page Add the benchmark comparison scripts (compare.sh, bench CLI source, chart generator) to docs/about/benchmark-tools/ so anyone can reproduce the GoModel vs LiteLLM benchmark. Update the benchmarks.mdx Mintlify page with a "Reproduce it yourself" section including prerequisites, quick start, and tuning instructions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: update Go version prerequisite to 1.25+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 16dfece - Browse repository at this point
Copy the full SHA 16dfeceView commit details -
fix: use absolute GitHub URLs in benchmarks docs (#139)
* docs: add benchmark reproduction tooling and update benchmarks page Add the benchmark comparison scripts (compare.sh, bench CLI source, chart generator) to docs/about/benchmark-tools/ so anyone can reproduce the GoModel vs LiteLLM benchmark. Update the benchmarks.mdx Mintlify page with a "Reproduce it yourself" section including prerequisites, quick start, and tuning instructions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: update Go version prerequisite to 1.25+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: use absolute GitHub URLs for benchmark-tools links in docs Relative links (./benchmark-tools/) resolve within Mintlify instead of pointing to the actual source files on GitHub. Replace with absolute GitHub URLs and fix repository URL casing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6a3b490 - Browse repository at this point
Copy the full SHA 6a3b490View commit details -
docs: improve README SEO for AI gateway discoverability (#140)
* docs: improve README SEO with keyword-rich headers and badges Add Docker Pulls and Go Version badges, rename section headers to include target keywords (AI Gateway, OpenAI-Compatible, LLM Providers, Gateway Configuration), and add a Community section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: replace em dashes with hyphens in README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: fix Go Version badge link to use absolute GitHub URL Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 722d186 - Browse repository at this point
Copy the full SHA 722d186View commit details -
docs: add observability flags to Quick Start docker command (#142)
* docs: add observability flags to Quick Start docker command Enable logging, body/header capture, and text log format by default in the primary Quick Start example so new users get full observability out of the box. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add observability flags to quickstart.mdx docker command Add the same LOGGING_ENABLED, LOGGING_LOG_BODIES, LOG_FORMAT, and LOGGING_LOG_HEADERS flags to the docs quickstart page, matching the README update. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add LOG_FORMAT to .env.template Document the LOG_FORMAT environment variable in the server configuration section of .env.template. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 4ab6a04 - Browse repository at this point
Copy the full SHA 4ab6a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4d0d5 - Browse repository at this point
Copy the full SHA 8f4d0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a9e75 - Browse repository at this point
Copy the full SHA f5a9e75View commit details
Commits on Mar 13, 2026
-
feat: GitHub-style contribution calendar heatmap (#144)
* feat: add GitHub-style contribution calendar heatmap to dashboard Add a year-long activity heatmap to the Overview page showing daily token consumption or cost data. Includes switchable Tokens/Costs modes, hover tooltips, dark/light theme support, and responsive layout. Backend: add cost fields (InputCost, OutputCost, TotalCost) to the DailyUsage struct and update SQLite, PostgreSQL, and MongoDB readers to aggregate and return cost data alongside token counts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix dashboard calendar refresh and cost aggregate nullability --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for eb4cb1b - Browse repository at this point
Copy the full SHA eb4cb1bView commit details -
fix: surface Claude thinking blocks as reasoning_content and fix Gemi…
…ni reasoning param (#145) * fix: surface Claude thinking blocks as reasoning_content and translate Gemini reasoning param Claude's extended thinking content was silently dropped during Anthropic→OpenAI normalization. Thinking blocks now flow through as `reasoning_content` in both non-streaming and streaming responses, matching the format OpenAI SDKs expect. Gemini's OpenAI-compatible endpoint requires `reasoning_effort` as a top-level string rather than the nested `reasoning.effort` object — requests now translate the parameter automatically, fixing 400 errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: update extended-thinking golden file to include reasoning_content The contract replay test golden file was stale — now includes the reasoning_content field that the gateway correctly surfaces from Anthropic thinking blocks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 302f594 - Browse repository at this point
Copy the full SHA 302f594View commit details -
refactor: use different naming (#137)
* refactor: use different naming * refactor: adjust naming * chore: clean up #137 (review) * Update CLAUDE.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: clean up * Update CLAUDE.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 414ccab - Browse repository at this point
Copy the full SHA 414ccabView commit details
Commits on Mar 15, 2026
-
chore(release): rebuild automatic release notes pipeline (#146)
* chore(release): rebuild automatic release notes pipeline * docs: fix MD041 lint — promote PR template heading to H1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 9e1b407 - Browse repository at this point
Copy the full SHA 9e1b407View commit details -
feat: add model aliases feature (#147)
* feat: add model aliases feature * fix: use typed mongo alias id filters * fix: return consistent aliases unavailable errors * fix: classify alias validation and storage errors * Fix registry lookup metadata race * fix: preserve provider routing for aliases * refactor: require file provider inventory * Add inline alias management and early alias resolution * Log alias usage in audit entries * Fix alias resolution regressions * Rewrite file-backed batch sources before submission * Harden batch rewrite helpers * Fix rewritten batch input file lifecycle * Refine alias controls in models dashboard * Fix disabled alias validation gaps * Preserve sparse batch refresh state
Configuration menu - View commit details
-
Copy full SHA for da2a16c - Browse repository at this point
Copy the full SHA da2a16cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c81dd2a - Browse repository at this point
Copy the full SHA c81dd2aView commit details
Commits on Mar 16, 2026
-
refactor: introduced execution plan and decoupling (#148)
* refactor: introduced execution plan and decoupling * refactor gateway execution planning and policy seams * refactor server execution services and passthrough semantics * fix batch and passthrough review findings * fix: removed unused helper * add release e2e curl scenarios * improve audit coverage for passthrough and failures * docs: snapshot current architecture * fix file pagination and batch preparation regressions * remove dead file pagination helpers * tighten lint config and remove dead planning paths * fix dashboard contribution calendar month alignment
Configuration menu - View commit details
-
Copy full SHA for 06ed504 - Browse repository at this point
Copy the full SHA 06ed504View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.9...v0.1.10