chore: update dependencies (#100027)

This commit is contained in:
Peter Steinberger
2026-07-04 14:56:50 -04:00
committed by GitHub
parent 77f0f40bb1
commit 614e87cce1
116 changed files with 3838 additions and 5255 deletions
+8 -17
View File
@@ -441,24 +441,15 @@ If discovery fails or times out, OpenClaw uses a bundled fallback catalog for:
- GPT-5.5
- GPT-5.4 mini
The current bundled harness is `@openai/codex` `0.142.4`. A `model/list` probe
against that bundled app-server in a GPT-5.6-enabled workspace returned these
public picker rows:
The current bundled harness is `@openai/codex` `0.142.5`. A `model/list` probe
against that bundled app-server returned these public picker rows:
| Model id | Input modalities | Reasoning efforts |
| --------------------- | ---------------- | ------------------------------------ |
| `gpt-5.6-sol` | text, image | low, medium, high, xhigh, max, ultra |
| `gpt-5.6-terra` | text, image | low, medium, high, xhigh, max, ultra |
| `gpt-5.6-luna` | text, image | low, medium, high, xhigh, max |
| `gpt-5.5` | text, image | low, medium, high, xhigh |
| `gpt-5.4` | text, image | low, medium, high, xhigh |
| `gpt-5.4-mini` | text, image | low, medium, high, xhigh |
| `gpt-5.4-pro` | text, image | medium, high, xhigh |
| `gpt-5.3-codex-spark` | text | low, medium, high, xhigh |
GPT-5.6 access is account-scoped during the limited preview. `max` is a model
reasoning effort. `ultra` is separate Codex multi-agent orchestration metadata,
not a standard OpenAI reasoning effort.
| Model id | Input modalities | Reasoning efforts |
| --------------------- | ---------------- | ------------------------ |
| `gpt-5.5` | text, image | low, medium, high, xhigh |
| `gpt-5.4` | text, image | low, medium, high, xhigh |
| `gpt-5.4-mini` | text, image | low, medium, high, xhigh |
| `gpt-5.3-codex-spark` | text | low, medium, high, xhigh |
Hidden models can be returned by the app-server catalog for internal or
specialized flows, but they are not normal model-picker choices.