@caupulican/pi-adaptative 0.75.5 → 0.75.6
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.
|
@@ -220,6 +220,8 @@ export declare class AgentSession {
|
|
|
220
220
|
* registered tool execution to the extension context. Tool call and tool result interception now
|
|
221
221
|
* happens here instead of in wrappers.
|
|
222
222
|
*/
|
|
223
|
+
private _installAgentContextTransform;
|
|
224
|
+
private _estimateCurrentContextTokens;
|
|
223
225
|
private _installAgentToolHooks;
|
|
224
226
|
/** Emit an event to all listeners */
|
|
225
227
|
private _emit;
|