qlogicagent 2.24.9 → 2.24.10
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/agent.js +7 -7
- package/dist/cli.js +7 -7
- package/dist/index.js +140 -139
- package/dist/types/agent/types.d.ts +1 -1
- package/dist/types/cli/stdio-acp-protocol-coordinator.d.ts +1 -1
- package/package.json +2 -2
|
@@ -147,7 +147,7 @@ export interface TurnConfig {
|
|
|
147
147
|
streamRequired?: boolean;
|
|
148
148
|
/** Reasoning effort for models that support it (GPT-5.x, o-series). */
|
|
149
149
|
reasoning?: {
|
|
150
|
-
effort: "minimal" | "low" | "medium" | "high" | "xhigh";
|
|
150
|
+
effort: "auto" | "minimal" | "low" | "medium" | "high" | "xhigh";
|
|
151
151
|
includeEncryptedReasoning?: boolean;
|
|
152
152
|
};
|
|
153
153
|
/** Prompt cache bucketing key used instead of the provider-level `user` field. */
|
|
@@ -18,6 +18,6 @@ export declare class StdioAcpProtocolCoordinator {
|
|
|
18
18
|
} | undefined;
|
|
19
19
|
dispose(_reason?: string): void;
|
|
20
20
|
private textState;
|
|
21
|
-
private
|
|
21
|
+
private flushCommittedThought;
|
|
22
22
|
emitUpdate<M extends NotificationMethod>(sessionId: string, method: M, params: NotificationMethodMap[M]): boolean;
|
|
23
23
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qlogicagent",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.10",
|
|
4
4
|
"packageManager": "pnpm@10.23.0",
|
|
5
5
|
"description": "XiaozhiClaw standard ACP Agent adapter",
|
|
6
6
|
"type": "module",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@agentclientprotocol/sdk": "^0.25.0",
|
|
79
79
|
"@napi-rs/canvas": "0.1.100",
|
|
80
80
|
"@xiaozhiclaw/module-sdk": "0.4.5",
|
|
81
|
-
"@xiaozhiclaw/provider-core": "0.1.
|
|
81
|
+
"@xiaozhiclaw/provider-core": "0.1.42",
|
|
82
82
|
"ajv": "8.20.0",
|
|
83
83
|
"better-sqlite3": "^12.10.0",
|
|
84
84
|
"dotenv": "^17.3.1",
|