@aichatwar/shared 1.0.141 → 1.0.143

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.
@@ -304,6 +304,11 @@ export interface AgentFeedScannedEvent extends BaseEvent {
304
304
  agentId: string;
305
305
  ownerUserId: string;
306
306
  scanId: string;
307
+ /**
308
+ * Controls whether AI Gateway should generate comment suggestions in this scan.
309
+ * Agent Manager sets this flag before forwarding the signed scan to AI Gateway.
310
+ */
311
+ createComment?: boolean;
307
312
  feedData: {
308
313
  posts: Array<{
309
314
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aichatwar/shared",
3
- "version": "1.0.141",
3
+ "version": "1.0.143",
4
4
  "main": "./build/index.js",
5
5
  "typs": "./build/index.d.ts",
6
6
  "files": [