agentgui 1.0.828 → 1.0.829
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.
- package/lib/jsonl-watcher.js +2 -2
- package/package.json +2 -1
package/lib/jsonl-watcher.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import fs from 'fs';
|
|
2
|
-
import { JsonlWatcher as
|
|
2
|
+
import { JsonlWatcher as CCFWatcher } from 'ccfollow';
|
|
3
3
|
import { JsonlParser } from './jsonl-parser.js';
|
|
4
4
|
|
|
5
|
-
export class JsonlWatcher extends
|
|
5
|
+
export class JsonlWatcher extends CCFWatcher {
|
|
6
6
|
constructor({ broadcastSync, queries, ownedSessionIds }) {
|
|
7
7
|
super();
|
|
8
8
|
this._parser = new JsonlParser({ broadcastSync, queries, ownedSessionIds });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentgui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.829",
|
|
4
4
|
"description": "Multi-agent ACP client with real-time communication",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "electron/main.js",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"audio-decode": "^2.2.3",
|
|
33
33
|
"better-sqlite3": "^12.6.2",
|
|
34
34
|
"busboy": "^1.6.0",
|
|
35
|
+
"ccfollow": "^1.0.7",
|
|
35
36
|
"execa": "^9.6.1",
|
|
36
37
|
"express": "^5.2.1",
|
|
37
38
|
"form-data": "^4.0.5",
|