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

lsm / neokai / 25469598267 / 26
81%
dev: 81%

Build:
DEFAULT BRANCH: dev
Ran 07 May 2026 12:53AM UTC
Files 276
Run time 11s
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

07 May 2026 12:51AM UTC coverage: 22.001%. Remained the same
25469598267.26

push

github

web-flow
fix(daemon): explicitly disable thinking when level is 'off' for thinking-capable providers (#1812)

`thinkingLevelToThinkingConfig()` was returning `undefined` when the thinking
level was 'off', which caused the SDK to omit the `thinking` property entirely.
The SDK then fell back to its default behavior of enabling thinking
automatically for supported models. This meant providers like Kimi still
emitted thinking blocks even when the user had set the level to Off.

Now the method returns `{ type: 'disabled' }` for all providers that support
thinking (`thinkingModes !== 'off'`), ensuring the SDK receives an explicit
disable signal. Providers without thinking support continue to get `undefined`
so no `thinking` property is sent to the API.

Updated unit tests to verify the explicit-disable behavior for both
`thinkingModes='on'` (Kimi) and `thinkingModes='granular'` (Anthropic)
providers, and that `thinkingModes='off'` (MiniMax) still omits the property.

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

15958 of 72532 relevant lines covered (22.0%)

11.44 hits per line

Source Files on job daemon-online-convo - 25469598267.26
  • Tree
  • List 276
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25469598267
  • 9db4f8be on github
  • Prev Job for on dev (#25468115749.12)
  • Next Job for on dev (#25470268682.11)
  • 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