d68f003000
CI / Change detection (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Workflow RLM cache (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Workflow lint (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Web Frontend / Lint & Type Check (push) Failing after 1s
Auto-close harvested PRs / close (push) Failing after 1s
cargo-deny / cargo-deny (bans licenses sources) (push) Failing after 1s
Security audit / cargo-audit (push) Failing after 1s
Sync to CNB / sync (push) Failing after 1s
cargo-deny / cargo-deny (advisories) (push) Failing after 3s
Web Frontend / Deploy to Cloudflare (push) Has been cancelled
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"client_version": "test-client",
|
|
"etag": "test-etag",
|
|
"fetched_at": "2030-01-02T03:04:05Z",
|
|
"models": [
|
|
{
|
|
"slug": "gpt-test-secondary",
|
|
"display_name": "GPT Test Secondary",
|
|
"priority": 20,
|
|
"context_window": 128000,
|
|
"supports_parallel_tool_calls": false,
|
|
"supported_reasoning_levels": [{"effort": "medium"}],
|
|
"visibility": "list",
|
|
"supported_in_api": true,
|
|
"base_instructions": "ignored by CodeWhale"
|
|
},
|
|
{
|
|
"slug": "gpt-test-primary",
|
|
"display_name": "GPT Test Primary",
|
|
"priority": 10,
|
|
"context_window": 372000,
|
|
"supports_parallel_tool_calls": true,
|
|
"supported_reasoning_levels": [{"effort": "high"}],
|
|
"visibility": "list",
|
|
"supported_in_api": true,
|
|
"base_instructions": "ignored by CodeWhale"
|
|
},
|
|
{
|
|
"slug": "codex-test-review",
|
|
"display_name": "Codex Test Review",
|
|
"priority": 30,
|
|
"context_window": 272000,
|
|
"supports_parallel_tool_calls": true,
|
|
"supported_reasoning_levels": [{"effort": "medium"}],
|
|
"visibility": "hide",
|
|
"supported_in_api": true,
|
|
"base_instructions": "ignored by CodeWhale"
|
|
}
|
|
]
|
|
}
|