Shinwayy / internal /runtime /executor /codex_executor.go

Commit History

track binary files with git-lfs
db492de

Shinway Deploy commited on

refactor(executor): centralize Codex client version and user agent constants
564ee15
unverified

luispater 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

refactor(codex): remove codex instructions injection support
f1597d6

hkfires commited on

fix(codex): avoid empty prompt_cache_key
b2f5f03
unverified

Shady Khalifa commited on

fix(openai): drop stream for responses/compact
9df2a02
unverified

Shady Khalifa 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

feat(codex): enhance input transformation and remove unused `safety_identifier` field
8f87944
unverified

luispater commited on

fix(codex): ensure instructions field exists
0407c8c

hkfires commited on

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

hkfires commited on

refactor: improve thinking logic
c44624a

hkfires commited on

Fixed: #897
33ff663
unverified

luispater commited on

fix(codex): only override instructions in responses for OpenCode UA
30ffb33

hkfires commited on

feat(codex): add OpenCode instructions based on user agent
f71503e

hkfires commited on

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

luispater commited on

fix(server): resolve memory leaks causing OOM in k8s deployment
cfb8175

hemanta212 Amp commited on

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

luispater 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(cliproxy): implement model aliasing and hashing for Codex configurations, enhance request routing logic, and normalize Codex model entries
2a1617f
unverified

luispater 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

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

luispater commited on

fix(runtime): unify reasoning effort metadata overrides
f0c137d

hkfires commited on

fix(runtime): validate reasoning effort levels
6d8d007

hkfires commited on

feat(runtime): add thinking config normalization
86550e9

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(registry): add GPT-5.1 Codex Max model definitions and support**
4052a2c
unverified

luispater commited on

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

luispater commited on

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

luispater commited on

fix(runtime): remove gpt-5.1 minimal effort variant
6a4c4b2

Ben Vargas commited on

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

luispater commited on

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

luispater commited on

Fixed: #246
7bcf0a0
unverified

luispater commited on

feat(config): support HTTP headers across providers
2881a1b

hkfires commited on

fix(executor): remove default reasoning effort for `gpt-5-codex-mini`
59168ec
unverified

luispater commited on

fix(executor): update model name from `codex-mini-latest` to `gpt-5-codex-mini`
33524b3
unverified

luispater commited on

add default medium reasoning case for gpt-5-codex-mini
78749fe
unverified

jeffnash Copilot commited on

add default medium reasoning case for gpt-5-codex-mini
c60d50a
unverified

jeffnash Copilot commited on

feat(registry): add GPT-5 Codex Mini model variants
a4aba82

Jeff Nash commited on

fix(executor): add logging and prompt cache key handling for OpenAI responses
5b6be1d
unverified

luispater commited on

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

hkfires commited on

feat(runtime): add User-Agent headers to codex and claude executors
ea3a8ca
unverified

luispater commited on

Fixed: #140 #133 #80
fd1efd5
unverified

luispater commited on