• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 27735749761
82%

Build:
DEFAULT BRANCH: dev
Ran 18 Jun 2026 04:00AM UTC
Jobs 28
Files 606
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jun 2026 03:59AM UTC coverage: 81.733% (+0.05%) from 81.684%
27735749761

push

github

web-flow
refactor: remove Codex SDK aliasing, use real model IDs (#2130)

* refactor: remove Codex SDK aliasing, use real model IDs

Following the GLM/Kimi pattern from task #606, Codex models now use real
model IDs directly instead of aliasing to Anthropic SDK IDs.

Changes:
- Removed CODEX_TO_SDK_ANTHROPIC_MODEL mapping (replaced with CODEX_TO_SDK_MODEL identity mapping)
- Removed SDK_ANTHROPIC_TO_CODEX_MODEL reverse mapping (no longer needed)
- translateModelIdForSdk() now returns 'default' (matches GLM/Kimi pattern)
- ANTHROPIC_DEFAULT_*_MODEL env vars now use real Codex IDs (e.g., 'gpt-5.5' instead of 'claude-opus-4-7')
- Removed Anthropic alias models from bridge /v1/models response
- Updated all tests to expect real Codex IDs

Benefits:
- Removes alias indirection complexity
- Ensures SDK uses correct 272k context window from /v1/models metadata
- Avoids token counting mismatch from wrong model ID
- Matches proven GLM/Kimi pattern

Context window is read from /v1/models metadata (preferContextWindowMetadata: true)
instead of SDK's hardcoded database, eliminating the need for Anthropic aliases.

* docs: clean up orphaned comments referencing removed Codex aliasing

Remove stale documentation and test fixtures that still reference the removed
`claude-opus-4-7` / `claude-sonnet-4-20250514` aliasing pattern, as requested
in PR review.

Changes:
- openai-responses-bridge/server.ts: Updated interface docs for setSessionModelConfig
  to reflect that Codex now uses identity mapping
- model-service.ts: Updated step-5 comment about sdkModelIds
- query-options-builder.ts: Updated NATIVE_CONTEXT_WINDOW_PROVIDER_IDS doc for Codex
- context-fetcher.ts: Updated capacity-mismatch comment (no longer relevant)
- Test fixtures: Updated 5 test files to use real Codex IDs instead of Anthropic aliases

All tests pass (61 openai-responses-bridge + 75 context-fetcher/model-service).

10722 of 15627 branches covered (68.61%)

Branch coverage included in aggregate %.

19 of 19 new or added lines in 2 files covered. (100.0%)

1 existing line in 1 file now uncovered.

91394 of 109312 relevant lines covered (83.61%)

297.12 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
76.1
-0.52% packages/web/src/components/MessageInput.tsx
Jobs
ID Job ID Ran Files Coverage
1 daemon-5-space-runtime-a - 27735749761.1 18 Jun 2026 04:00AM UTC 123
39.94
GitHub Action Run
2 daemon-4-space-migrations-b - 27735749761.2 18 Jun 2026 04:00AM UTC 48
55.92
GitHub Action Run
3 daemon-online-rpc-3 - 27735749761.3 18 Jun 2026 04:00AM UTC 352
19.29
GitHub Action Run
4 daemon-4-space-migrations-a - 27735749761.4 18 Jun 2026 04:00AM UTC 73
37.78
GitHub Action Run
5 daemon-online-convo - 27735749761.5 18 Jun 2026 04:00AM UTC 352
21.74
GitHub Action Run
6 daemon-online-space-2 - 27735749761.6 18 Jun 2026 04:02AM UTC 352
31.52
GitHub Action Run
7 daemon-online-git - 27735749761.7 18 Jun 2026 04:00AM UTC 352
18.66
GitHub Action Run
8 daemon-online-features-2 - 27735749761.8 18 Jun 2026 04:00AM UTC 352
22.17
GitHub Action Run
9 daemon-online-space-1 - 27735749761.9 18 Jun 2026 04:01AM UTC 352
31.72
GitHub Action Run
10 daemon-online-rpc-2 - 27735749761.10 18 Jun 2026 04:01AM UTC 352
22.91
GitHub Action Run
11 daemon-1-core - 27735749761.11 18 Jun 2026 04:00AM UTC 358
35.47
GitHub Action Run
12 daemon-online-lifecycle - 27735749761.12 18 Jun 2026 04:00AM UTC 352
22.21
GitHub Action Run
13 daemon-online-rpc-4 - 27735749761.13 18 Jun 2026 04:01AM UTC 352
22.58
GitHub Action Run
14 daemon-online-agent-sdk - 27735749761.14 18 Jun 2026 04:00AM UTC 352
21.83
GitHub Action Run
15 daemon-online-coordinator - 27735749761.15 18 Jun 2026 04:00AM UTC 341
7.88
GitHub Action Run
16 web - 27735749761.16 18 Jun 2026 04:01AM UTC 244
73.88
GitHub Action Run
17 daemon-online-websocket - 27735749761.17 18 Jun 2026 04:00AM UTC 352
17.88
GitHub Action Run
18 daemon-online-components - 27735749761.18 18 Jun 2026 04:00AM UTC 352
17.78
GitHub Action Run
19 daemon-online-rpc-1 - 27735749761.19 18 Jun 2026 04:01AM UTC 352
18.93
GitHub Action Run
20 daemon-online-sdk - 27735749761.20 18 Jun 2026 04:00AM UTC 352
21.84
GitHub Action Run
21 daemon-online-rewind-1 - 27735749761.21 18 Jun 2026 04:01AM UTC 352
21.97
GitHub Action Run
22 daemon-5-space-runtime-b - 27735749761.22 18 Jun 2026 04:00AM UTC 176
46.32
GitHub Action Run
23 daemon-4-space-storage - 27735749761.23 18 Jun 2026 04:00AM UTC 157
54.49
GitHub Action Run
24 daemon-5-space-agent-other - 27735749761.24 18 Jun 2026 04:00AM UTC 277
26.13
GitHub Action Run
25 daemon-0-shared-handlers-workflow - 27735749761.25 18 Jun 2026 04:00AM UTC 325
34.88
GitHub Action Run
26 daemon-online-mcp - 27735749761.26 18 Jun 2026 04:00AM UTC 352
18.11
GitHub Action Run
27 daemon-online-features-1 - 27735749761.27 18 Jun 2026 04:00AM UTC 352
22.55
GitHub Action Run
28 daemon-online-rewind-2 - 27735749761.28 18 Jun 2026 04:01AM UTC 352
22.37
GitHub Action Run
Source Files on build 27735749761
  • Tree
  • List 606
  • Changed 298
  • Source Changed 6
  • Coverage Changed 298
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27735749761
  • b2f66beb on github
  • Prev Build on dev (#27729989034)
  • Next Build on dev (#27738456336)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc