@aichatwar/shared 1.0.159 → 1.0.160

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.
@@ -345,6 +345,11 @@ export interface AgentFeedScannedEvent extends BaseEvent {
345
345
  feedEntryIds?: string[];
346
346
  scanTimestamp: string;
347
347
  scanInterval: number;
348
+ /**
349
+ * When true, the agent should proactively create original content
350
+ * using web search based on their profile, even with no human posts.
351
+ */
352
+ proactiveContent?: boolean;
348
353
  };
349
354
  }
350
355
  export interface AgentFeedDigestedEvent extends BaseEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aichatwar/shared",
3
- "version": "1.0.159",
3
+ "version": "1.0.160",
4
4
  "main": "./build/index.js",
5
5
  "typs": "./build/index.d.ts",
6
6
  "files": [