shinnmen / internal /runtime /executor /iflow_executor.go

Commit History

refactor(executor): split providers and preserve legacy entrypoints
3e5ab39

shinmentakezo07 Claude Opus 4.6 commited on

feat: passthrough upstream response headers to clients
409fbf7

Kirill Turanskiy commited on

feat(executor): add session ID and HMAC-SHA256 signature generation for iFlow API requests
7763242

hkfires commited on

refactor(translator, executor): remove redundant `bytes.Clone` calls for improved performance
1b0fbba
unverified

luispater commited on

refactor(executor): optimize payload cloning and streamline SDK translator usage
c702df8
unverified

luispater commited on

feat(openai): add responses/compact support
8f7449a
unverified

Shady Khalifa commited on

feat(executor): add request_id to error logs
2511652

hkfires commited on

feat(executor): apply payload rules using requested model
69a5340

hkfires commited on

feat(registry): support provider-specific model info lookup
4771da8

hkfires commited on

refactor(thinking): pass source and target formats to ApplyThinking for cross-format validation
4072514

hkfires commited on

fix(executor): properly handle thinking application errors
e934726

hkfires commited on

refactor: improve thinking logic
ee9e572

hkfires commited on

feat(executor): add HttpRequest support across executors for better http request handling
a64baa3
unverified

luispater commited on

feat(executor): enhance payload translation with original request context
ae057e3
unverified

luispater commited on

fix(iflow): remove thinking field from request body in thinking config handler
0fe2ad3

hkfires commited on

refactor(iflow): simplify thinking config handling for GLM and MiniMax models
e1b952f

hkfires commited on

refactor(executor): resolve upstream model at conductor level before execution
c37b7ba

hkfires commited on

fix(executor): use upstream model for thinking config and payload translation
7559da4

hkfires commited on

feat(iflow): add model-specific thinking configs for GLM-4.7 and MiniMax-M2.1
9abfbc9

leaph commited on

feat(iflow): add thinking support for iFlow models
fcd2649

hkfires commited on

refactor(thinking): export thinking helpers
ca524b4

hkfires commited on

fix(executor): add `allowCompat` support for reasoning effort normalization
fcacb47
unverified

luispater commited on

fix(codex): raise default reasoning effort to medium
9a37efa

hkfires commited on

Merge pull request #481 from sususu98/fix/increase-buffer-size
a2d15c3
unverified

luispater commited on

fix(runtime): validate thinking config in iflow and qwen
c562607

hkfires commited on

fix(runtime): unify reasoning effort metadata overrides
da8b2ff

hkfires commited on

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

luispater commited on

fix(executor): increase buffer size for stream scanners to 50MB across multiple executors
864db07

sususu commited on

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

luispater 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

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

luispater commited on

refactor(executor): summarize API error bodies of html in debug logs
62f6af9

hkfires commited on

Fixed: #140 #133 #80
9a36c01
unverified

luispater commited on

Refactor executor error handling and usage reporting
b9ad503
unverified

luispater commited on

feat(iflow): add masked token logs; increase refresh lead to 24h
b5f0288

hkfires commited on

Enhance logging for API requests and responses across executors
5b50851
unverified

luispater commited on

feat(registry/runtime): add Gemini 2.5 model and increase buffer sizes
40079ee
unverified

luispater commited on

feat(iflow): Add User-Agent header to API requests
b62efaa

hkfires commited on

feat: Add support for iFlow provider
1089302

hkfires commited on