shinnmen / internal /runtime /executor

Commit History

feat: Add support for VertexAI compatible service (#375)
649ddcc
unverified

aeroxy commited on

refactor(executor): dedupe thinking metadata helpers across Gemini executors
82379d5

auroraflux commited on

Merge pull request #376 from auroraflux/feat/reasoning-suffix-support
8a39bb0
unverified

luispater commited on

**feat(util): add -reasoning suffix support for Gemini models**
37c5b62

auroraflux commited on

**fix(executor, auth): ensure index assignment consistency for auth objects**
02df066
unverified

luispater commited on

fix(claude): ensure max_tokens exceeds thinking budget for thinking models
38b64f1

nestharus Claude commited on

Fixed: #339
6b81560
unverified

luispater commited on

Fixed: #337
b3114b9
unverified

luispater commited on

Merge branch 'dev' into feat/claude-thinking-and-beta-headers
70bcc0a
unverified

luispater commited on

**fix(executor): comment out redundant code for setting Claude system instructions**
4329739
unverified

luispater commited on

feat(claude): add thinking model variants and beta headers support
73a42c4

nestharus commited on

**fix(executor): update antigravity executor to enhance model metadata handling**
663311c
unverified

luispater commited on

**fix(translator): reintroduce `thoughtSignature` bypass logic for model parts**
223b25c
unverified

luispater commited on

fix(aistudio): strip Gemini generation config overrides
8f128c6

hkfires commited on

**chore(executor): update default agent version and simplify const formatting**
607ab34
unverified

luispater commited on

**feat(executor, translator): enhance token handling and payload processing**
532f2ed
unverified

luispater commited on

**feat(executor): add model alias mapping and improve Antigravity payload handling**
e6421a5
unverified

luispater commited on

fix(gemini): parse stream usage from JSON, skip thoughtSignature
b683a9d

hkfires commited on

fix(gemini): filter SSE usage metadata in streams
7679dfd

hkfires commited on

fix(runtime): treat non-empty finishReason as terminal
7b09682

hkfires commited on

fix(executor): expire stop chunks without usage metadata
e0736ba

hkfires commited on

feat(runtime): track antigravity usage and token counts
cf68668

hkfires commited on

fix: handle empty and non-JSON SSE chunks safely
70e2d11

hkfires commited on

fix: preserve SSE usage metadata-only trailing chunks
c2fa567

hkfires commited on

fix(sse): preserve usage metadata for stop chunks
3571c57

hkfires commited on

Fixed: #302
edb9a12
unverified

luispater commited on

**feat(translator): add Antigravity translation logic**
a073771
unverified

luispater commited on

feat(executor): share SSE usage filtering across streams
7dbb8b8

hkfires commited on

**feat(auth, executor, cmd): add Antigravity provider integration**
a51a8e6
unverified

luispater commited on

Fixed: #291
028d53f
unverified

luispater commited on

**refactor(executor): simplify Gemini CLI execution and remove internal retry logic**
4ae9540
unverified

luispater commited on

fix(executor): prevent streaming on failed response when no fallback
8da283a

Ben Vargas commited on

fix(executor): prevent streaming from 429 response when fallback available
f7a456b

Ben Vargas commited on

feat(executor): add intelligent retry logic for 429 rate limits
8160cb0

Ben Vargas commited on

**feat(registry): add GPT-5.1 Codex Max model definitions and support**
4c64e93
unverified

luispater commited on

**feat(auth): add AuthIndex for diagnostics and ensure usage recording**
dd0bddb
unverified

luispater commited on

fix: detect HTML error bodies without text/html content type
db86399

hkfires commited on

feat(auth): add iFlow cookie-based authentication support
95bc2af

hkfires commited on

**fix(runtime): simplify scanner buffer allocation in executor implementations**
09adea3
unverified

luispater commited on

**refactor(runtime): centralize reasoning effort logic for GPT models**
f021ecc
unverified

luispater commited on

fix(runtime): remove gpt-5.1 minimal effort variant
9f16349

Ben Vargas commited on

**feat(runtime): extend executor support for GPT-5.1 Codex and variants**
6f72c62
unverified

luispater commited on

**feat(runtime): add payload configuration support for executors**
a917f9b
unverified

luispater commited on

Fixed: #246
e9f75c8
unverified

luispater commited on

feat(gemini-cli): add multi-project support and enhance credential handling
aae5103
unverified

luispater commited on

feat(vertex): add usage source resolution for Vertex projects
cbe7554
unverified

luispater commited on

feat(vertex, management): enhance token handling and OAuth2 integration
2636d60
unverified

luispater commited on

feat(vertex): add support for Vertex AI Gemini authentication and execution
584926e
unverified

luispater commited on

fix(executor): ensure usage reporting for upstream responses lacking usage data
e99a11a
unverified

luispater commited on

feat(config): support HTTP headers across providers
e6bdaef

hkfires commited on