@hoilab/ada-cli 0.84.4 → 0.84.5
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.
|
@@ -260,7 +260,11 @@ export declare class AgentSession {
|
|
|
260
260
|
private _getIdleWaitPromise;
|
|
261
261
|
private _resolveIdleWaitIfIdle;
|
|
262
262
|
private _emitAgentSettled;
|
|
263
|
+
private static readonly AUTO_MEMORIZE_MIN_INTERVAL_MS;
|
|
264
|
+
private static readonly AUTO_MEMORIZE_SYSTEM_PROMPT;
|
|
265
|
+
private _maybeAutoMemorize;
|
|
263
266
|
private _lastAssistantMessage;
|
|
267
|
+
private _lastAutoMemorizeAt;
|
|
264
268
|
/** Internal handler for agent events - shared by subscribe and reconnect */
|
|
265
269
|
private _handleAgentEvent;
|
|
266
270
|
private _willRetryAfterAgentEnd;
|