Commit History

fix(amp): rewrite model name in response.model for Responses API SSE events
edfde0b

Muhammad Zahid Masruri commited on

refactor: improve thinking logic
c44624a

hkfires commited on

refactor(amp): remove duplicate comments in response rewriter
c264df4
unverified

luispater commited on

Merge pull request #605 from soilSpoon/feature/amp-compat
e989d65
unverified

luispater commited on

feat(amp): add per-client upstream API key mapping support
1dd625a

hkfires commited on

refactor(sdk/auth): rename manager.go to conductor.go
72f05ad

hkfires commited on

Robust change detection: replaced string concat with struct-based compare in hasModelMappingsChanged; removed boolTo01.
1af09ac

altamash commited on

feat: regex support for model-mappings
28f2df3

altamash commited on

fix(amp): add /settings routes to proxy
02c87bc

hkfires commited on

feat(amp): enhance model mapping and Gemini thinking configuration
f65f1d4
unverified

luispater commited on

fix(amp): add /docs routes to proxy
3722d71

hkfires commited on

fix(amp): add management auth skipper
2d710d0

hkfires commited on

feature: Improves Amp client compatibility
6d8dca1

이대희 commited on

Merge branch 'dev' into watcher
b82a42b
unverified

luispater commited on

fix(api): update route patterns to support wildcards for Gemini actions
7d7be57
unverified

luispater commited on

feat(amp): require API key authentication for management routes
746e714

hkfires commited on

refactor: only flush stream response on successful write
7904a2b

teeverc commited on

fix: streaming for amp cli
af19b52

teeverc commited on

feat(util): implement dynamic thinking suffix normalization and refactor budget resolution logic
996d35a
unverified

luispater commited on

feat(amp): add /news.rss proxy route
d8e153e

hkfires commited on

refactor(config): rename prioritize-model-mappings to force-model-mappings
5ddc44c

hkfires commited on

feat: add prioritize-model-mappings config option
38b1262

kilerkidbo commited on

refactor: remove duplicate provider check in gemini v1beta1 route
61e9016

hazeruno commited on

refactor: improve gemini bridge testability and code quality
573bd91

hazeruno commited on

refactor: simplify provider check logic in amp routes
7534a61

hazeruno commited on

fix(amp): pass mapped model to gemini bridge via context
38e599d

hazeruno commited on

fix(amp): restore request body before fallback handler execution
22bfa2b

hkfires commited on

refactor(amp): consolidate and simplify model mapping debug logs
2a531b0

hkfires commited on

feat(amp): add response rewriter for model name substitution in responses
8933ac3

hkfires commited on

fix(amp): suppress ErrAbortHandler panics in reverse proxy handler
6978689

hkfires commited on

fix(amp): improve proxy state management and request logging behavior
d717602

hkfires commited on

feat(amp): add root-level /threads routes for CLI compatibility
b4e8858

hkfires commited on

fix(amp): update log message wording for disabled proxy state
74c3cca

hkfires commited on

feat(amp): add hot-reload support for upstream URL and localhost restriction
f218123

hkfires commited on

feat(amp): add partial reload support with config change detection
4997084

hkfires commited on

fix(amp): update explicit API key on config change
47a3c10

hkfires commited on

test(amp): add tests for /auth/* and /api/tab/* routes
2f37d1b
unverified

Thurston Sandberg commited on

fix(amp): add missing /auth/* and /api/tab/* proxy routes
a886c18
unverified

Thurston Sandberg commited on

style(amp): standardize log message capitalization
e588d30

hkfires commited on

refactor(config): consolidate Amp settings into AmpCode struct
560bdf7

hkfires commited on

fix: enable hot reload for amp-model-mappings config
eeb1b0a

trungns95 commited on

Merge branch 'router-for-me:main' into main
7afbb31
unverified

trungns95 commited on

fix(amp): add /threads.rss root-level route for AMP CLI
2395899

Ben Vargas commited on

feat(amp): add model mapping support for routing unavailable models to alternatives
56a3dde

Trung Nguyen commited on

style(amp): tidy whitespace in proxy module and tests
3d22b7b

hkfires commited on

security: fix localhost middleware header spoofing vulnerability
f635aee

Ben Vargas commited on

Fix amp v1beta1 routing and gemini retry config
dc381df

Ben Vargas commited on

fix(amp): enable OAuth fallback for Gemini v1beta1 routes
4a4ad16

Ben Vargas commited on

fix(amp): filter context-1m beta header for local OAuth providers
a414c43

Ben Vargas commited on

Add AMP fallback proxy and shared Gemini normalization
7baafdf

Ben Vargas commited on