Shinwayy / internal /runtime /executor /iflow_executor.go

Commit History

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

hkfires commited on

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

luispater commited on

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

luispater commited on

feat(openai): add responses/compact support
642da09
unverified

Shady Khalifa commited on

feat(executor): add request_id to error logs
c122a46

hkfires commited on

feat(executor): apply payload rules using requested model
ba27e38

hkfires commited on

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

hkfires commited on

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

hkfires commited on

fix(executor): properly handle thinking application errors
6e62482

hkfires commited on

refactor: improve thinking logic
c44624a

hkfires commited on

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

luispater commited on

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

luispater commited on

fix(iflow): remove thinking field from request body in thinking config handler
278786e

hkfires commited on

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

hkfires commited on

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

hkfires commited on

fix(executor): use upstream model for thinking config and payload translation
3d1d6fa

hkfires commited on

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

leaph commited on

feat(iflow): add thinking support for iFlow models
79d4349

hkfires commited on

refactor(thinking): export thinking helpers
784d33c

hkfires commited on

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

luispater commited on

fix(codex): raise default reasoning effort to medium
e4ede2b

hkfires commited on

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

luispater commited on

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

hkfires commited on

fix(runtime): unify reasoning effort metadata overrides
f0c137d

hkfires commited on

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

luispater commited on

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

sususu commited on

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

luispater commited on

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

hkfires commited on

**fix(runtime): simplify scanner buffer allocation in executor implementations**
211886e
unverified

luispater commited on

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

luispater commited on

refactor(executor): summarize API error bodies of html in debug logs
4db8974

hkfires commited on

Fixed: #140 #133 #80
fd1efd5
unverified

luispater commited on

Refactor executor error handling and usage reporting
1d017d0
unverified

luispater commited on

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

hkfires commited on

Enhance logging for API requests and responses across executors
676719c
unverified

luispater commited on

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

luispater commited on

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

hkfires commited on

feat: Add support for iFlow provider
5a86751

hkfires commited on