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

lsm / neokai / 25005540613 / 12
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 27 Apr 2026 04:00PM UTC
Files 288
Run time 25s
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

27 Apr 2026 03:57PM UTC coverage: 18.698% (+0.03%) from 18.673%
25005540613.12

push

github

web-flow
fix(codex-bridge): add stub endpoints to prevent SDK "model not found" error (#1666)

The Claude Agent SDK maps any HTTP 404 to a misleading "model not found"
error. The bridge server returned 404 for GET /v1/models and POST
/v1/messages/count_tokens — auxiliary endpoints the SDK calls during
operation. This caused sessions to crash mid-conversation.

- Add GET /v1/models returning Anthropic-compatible model listing
- Add POST /v1/messages/count_tokens returning dummy token count
- Change catch-all from 404 to 501 (SDK does not map 501 to model errors)
- Add not_implemented_error to AnthropicErrorType union
- Update and add tests for new endpoints and 501 catch-all

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

14714 of 78692 relevant lines covered (18.7%)

9.44 hits per line

Source Files on job daemon-online-rpc-2 - 25005540613.12
  • Tree
  • List 288
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25005540613
  • e8f6b3cf on github
  • Prev Job for on dev (#25004392509.20)
  • Next Job for on dev (#25006517222.9)
  • 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