shinnmen / internal /api /modules

Commit History

Merge pull request #1522 from soilSpoon/feature/canceled
47f49b2
unverified

luispater commited on

refactor(all): replace manual pointer assignments with `new` to enhance code readability and maintainability
2359a6f
unverified

luispater commited on

Improves error handling for canceled requests
84678e8

이대희 commited on

Update internal/api/modules/amp/proxy.go
2e2d9dd
unverified

soilSpoon gemini-code-assist[bot] commited on

Update internal/api/modules/amp/proxy.go
e2ec03d
unverified

soilSpoon Copilot commited on

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

luispater commited on

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

luispater commited on

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

luispater commited on

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

luispater commited on

fix(api): update route patterns to support wildcards for Gemini actions
5623cc3
unverified

luispater commited on

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

luispater commited on

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

kilerkidbo commited on

refactor: remove duplicate provider check in gemini v1beta1 route
e89b9e4

hazeruno commited on

refactor: improve gemini bridge testability and code quality
b69f37d

hazeruno commited on

refactor: simplify provider check logic in amp routes
fd714e9

hazeruno commited on

fix(amp): pass mapped model to gemini bridge via context
7900f9d

hazeruno commited on

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

trungns95 commited on

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

trungns95 commited on

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