@nodaro/cli@1.3.0
Minor Changes
-
774aa2d: Add reasoning-effort control and 6 new KIE LLM models (gpt-5.6-luna/terra/sol, gpt-5.5, claude-sonnet-5, claude-opus-4.8) end-to-end.
@nodaro/shared: newLLM_REASONING_EFFORTS(none/low/medium/high/xhigh/max) +LlmReasoningEfforttype,EFFORT_TIER_BUMPset, andeffectiveReasoningEffort()helper (clamps a requested effort down to the highest level the target model actually supports).LLM_MODELSgains 6 new entries plus per-modelreasoningEfforts,supportsTemperature, andpreferKiecapability fields.buildLlmCreditIdentifier()/resolveLlmCreditId()take an optionalreasoningEffortthird argument —xhigh/max(after clamping) bill one credit tier up (economy→standard, standard→premium, premium stays premium);highis the Claude-family server default and never bumps.@nodaro/sdk: prompt-helper wizard resources'CommonInputgains an optionalreasoningEffortfield, forwarded automatically by the existing request-builder spread.@nodaro/cli:nodaro promptwizard subcommands gain a--reasoning-effort <level>flag (model-dependent; acceptsnone|low|medium|high|xhigh|max).
grok-4.5was evaluated but deferred — its KIE chat endpoint is not yet live, so no registry entry, rate row, or docs were added for it in this release.
Patch Changes
- Updated dependencies [774aa2d]
- @nodaro/shared@1.9.0
- @nodaro/sdk@1.3.0