Commit History
refactor(all): replace manual pointer assignments with `new` to enhance code readability and maintainability 2359a6f unverified
Improves error handling for canceled requests 84678e8
이대희 commited on
Update internal/api/modules/amp/proxy.go 2e2d9dd unverified
Update internal/api/modules/amp/proxy.go e2ec03d unverified
feature(proxy): Adds special handling for client cancellations in proxy error handler 9d6ad1d
이대희 commited on
fix(amp): rewrite model name in response.model for Responses API SSE events f9435f5
Muhammad Zahid Masruri commited on
refactor: improve thinking logic ee9e572
hkfires commited on
refactor(amp): remove duplicate comments in response rewriter da7fa68 unverified
Merge pull request #605 from soilSpoon/feature/amp-compat 21603e4 unverified
feat(amp): add per-client upstream API key mapping support 261120f
hkfires commited on
refactor(sdk/auth): rename manager.go to conductor.go ccfbdcd
hkfires commited on
Robust change detection: replaced string concat with struct-based compare in hasModelMappingsChanged; removed boolTo01. dcd8574
altamash commited on
feat: regex support for model-mappings 58460f6
altamash commited on
fix(amp): add /settings routes to proxy d1f96e6
hkfires commited on
feat(amp): enhance model mapping and Gemini thinking configuration a639857 unverified
fix(amp): add /docs routes to proxy 6ccaddb
hkfires commited on
fix(amp): add management auth skipper 5094d15
hkfires commited on
feature: Improves Amp client compatibility d7e139d
이대희 commited on
Merge branch 'dev' into watcher cf528f3 unverified
fix(api): update route patterns to support wildcards for Gemini actions 5623cc3 unverified
feat(amp): require API key authentication for management routes ba26106
hkfires commited on
refactor: only flush stream response on successful write 0f61a24
teeverc commited on
fix: streaming for amp cli 4eebc99
teeverc commited on
feat(util): implement dynamic thinking suffix normalization and refactor budget resolution logic db58889 unverified
feat(amp): add /news.rss proxy route 3cbfd7f
hkfires commited on
refactor(config): rename prioritize-model-mappings to force-model-mappings 13e820c
hkfires commited on
feat: add prioritize-model-mappings config option 47a00cb
refactor: remove duplicate provider check in gemini v1beta1 route e89b9e4
refactor: improve gemini bridge testability and code quality b69f37d
refactor: simplify provider check logic in amp routes fd714e9
fix(amp): pass mapped model to gemini bridge via context 7900f9d
fix(amp): restore request body before fallback handler execution 404239f
hkfires commited on
refactor(amp): consolidate and simplify model mapping debug logs a4bf203
hkfires commited on
feat(amp): add response rewriter for model name substitution in responses 5d95afa
hkfires commited on
fix(amp): suppress ErrAbortHandler panics in reverse proxy handler 64a7b84
hkfires commited on
fix(amp): improve proxy state management and request logging behavior 0f80f82
hkfires commited on
feat(amp): add root-level /threads routes for CLI compatibility ae3eaf5
hkfires commited on
fix(amp): update log message wording for disabled proxy state 511f8ec
hkfires commited on
feat(amp): add hot-reload support for upstream URL and localhost restriction 54be132
hkfires commited on
feat(amp): add partial reload support with config change detection 074103b
hkfires commited on
fix(amp): update explicit API key on config change 9d9869e
hkfires commited on
test(amp): add tests for /auth/* and /api/tab/* routes a295ee7 unverified
Thurston Sandberg commited on
fix(amp): add missing /auth/* and /api/tab/* proxy routes aed9321 unverified
Thurston Sandberg commited on
style(amp): standardize log message capitalization fec0340
hkfires commited on
refactor(config): consolidate Amp settings into AmpCode struct 4651cf5
hkfires commited on
fix: enable hot reload for amp-model-mappings config 26b8f26
Merge branch 'router-for-me:main' into main 7c500df unverified
fix(amp): add /threads.rss root-level route for AMP CLI 7a638c0
Ben Vargas commited on
feat(amp): add model mapping support for routing unavailable models to alternatives d37cb2e
Trung Nguyen commited on