@opencode-ai/sdk 0.0.0-snapshot-thinking-toggle-202512290044 → 0.0.0-snapshot-thinking-toggle-202512290357
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/v2/gen/sdk.gen.d.ts
CHANGED
|
@@ -448,6 +448,9 @@ export declare class Session extends HeyApiClient {
|
|
|
448
448
|
model?: string;
|
|
449
449
|
arguments?: string;
|
|
450
450
|
command?: string;
|
|
451
|
+
thinking?: {
|
|
452
|
+
effort: "default" | "medium" | "high";
|
|
453
|
+
};
|
|
451
454
|
}, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionCommandResponses, SessionCommandErrors, ThrowOnError, "fields">;
|
|
452
455
|
/**
|
|
453
456
|
* Run shell command
|
package/dist/v2/gen/sdk.gen.js
CHANGED
|
@@ -828,6 +828,10 @@ export type KeybindsConfig = {
|
|
|
828
828
|
* Previous agent
|
|
829
829
|
*/
|
|
830
830
|
agent_cycle_reverse?: string;
|
|
831
|
+
/**
|
|
832
|
+
* Cycle thinking effort level
|
|
833
|
+
*/
|
|
834
|
+
effort_cycle?: string;
|
|
831
835
|
/**
|
|
832
836
|
* Clear input field
|
|
833
837
|
*/
|
|
@@ -2767,6 +2771,9 @@ export type SessionCommandData = {
|
|
|
2767
2771
|
model?: string;
|
|
2768
2772
|
arguments: string;
|
|
2769
2773
|
command: string;
|
|
2774
|
+
thinking?: {
|
|
2775
|
+
effort: "default" | "medium" | "high";
|
|
2776
|
+
};
|
|
2770
2777
|
};
|
|
2771
2778
|
path: {
|
|
2772
2779
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode-ai/sdk",
|
|
4
|
-
"version": "0.0.0-snapshot-thinking-toggle-
|
|
4
|
+
"version": "0.0.0-snapshot-thinking-toggle-202512290357",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsgo --noEmit",
|