@warble/claude-agent-sdk 0.6.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -373,7 +373,7 @@ declare class ModelConfig {
|
|
|
373
373
|
* steps, an OpenAI-compat call for local steps) lives in run.ts. Keeping the decision pure is what
|
|
374
374
|
* lets the whole hybrid contract be unit-tested offline, with no ollama and no Claude subscription.
|
|
375
375
|
*
|
|
376
|
-
* Invariant
|
|
376
|
+
* Invariant: none of this is in the IR, the components, or the profile — hybrid is entirely
|
|
377
377
|
* a layer-3 binding + back-end realization concern. The same compiled IR runs all-cloud or hybrid; only
|
|
378
378
|
* the injected `--models-config` differs.
|
|
379
379
|
*/
|
package/dist/index.js
CHANGED