@dyyz1993/pi-coding-agent 0.74.40 → 0.74.41
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.
|
@@ -337,7 +337,7 @@ export declare class AgentSession {
|
|
|
337
337
|
*/
|
|
338
338
|
setActiveToolsByName(toolNames: string[]): void;
|
|
339
339
|
applyAgentConfig(agent: import("./agent-types.js").AgentConfig): Promise<void>;
|
|
340
|
-
getCurrentAgent(): string
|
|
340
|
+
getCurrentAgent(): string;
|
|
341
341
|
/** Whether compaction or branch summarization is currently running */
|
|
342
342
|
get isCompacting(): boolean;
|
|
343
343
|
/** All messages including custom types like BashExecutionMessage */
|