@roll-agent/browser-use-agent 0.16.0 → 0.16.1

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.
@@ -6,6 +6,7 @@ export type PreparedReplyRecord = {
6
6
  readonly confidence: number;
7
7
  readonly expiresAt: number;
8
8
  readonly requestId?: string;
9
+ readonly unreadCountBeforeReply?: number;
9
10
  };
10
11
  export type PreparedReplyConsumeResult = {
11
12
  readonly ok: true;
@@ -29,6 +29,7 @@ export declare function sendSignedZhipinReply(input: {
29
29
  readonly signedEnvelope: string;
30
30
  readonly candidateName?: string | undefined;
31
31
  readonly index?: number | undefined;
32
+ readonly unreadCountBeforeReply?: number | undefined;
32
33
  }, ctx: AgentContext): Promise<ZhipinSendReplyResult>;
33
34
  export declare const zhipinSendReply: import("@roll-agent/sdk").ToolDefinition<{
34
35
  signedEnvelope: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roll-agent/browser-use-agent",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",