@guildai/cli 0.12.0 → 0.12.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.
- package/dist/{auth-CRMO5O3N.js → auth-67G3BIAW.js} +2 -2
- package/dist/{chat-5VX2WJH2.js → chat-ALOJ22JR.js} +7 -7
- package/dist/{chat-SIKDYZQK.js → chat-SG2I727J.js} +8 -6
- package/dist/{chunk-IBRKVGMZ.js → chunk-7JJT3RNI.js} +607 -376
- package/dist/{chunk-IBRKVGMZ.js.map → chunk-7JJT3RNI.js.map} +4 -4
- package/dist/{chunk-B7VAF5UG.js → chunk-EQUW4M5A.js} +3 -3
- package/dist/{chunk-SPZPZXUN.js → chunk-F3F5CUO3.js} +18 -3
- package/dist/chunk-F3F5CUO3.js.map +7 -0
- package/dist/{chunk-LFMQJOKC.js → chunk-JQRJ4A4S.js} +2 -2
- package/dist/{chunk-RIG2HZWM.js → chunk-RJHD6XTV.js} +2 -2
- package/dist/{chunk-DOIYVBNY.js → chunk-YQWI6SUV.js} +2 -2
- package/dist/commands/chat.d.ts +21 -0
- package/dist/index.js +8 -8
- package/dist/lib/display-message.d.ts +11 -0
- package/dist/lib/markdown.d.ts +2 -9
- package/dist/lib/response-stream-display-state.d.ts +51 -0
- package/dist/lib/session-events.d.ts +4 -0
- package/dist/lib/session-resume.d.ts +2 -6
- package/dist/{server-JYVH64FD.js → server-CKXFV2JC.js} +4 -4
- package/dist/{test-SNIYRJ32.js → test-VEA4ENOR.js} +7 -7
- package/package.json +1 -1
- package/dist/chunk-SPZPZXUN.js.map +0 -7
- /package/dist/{auth-CRMO5O3N.js.map → auth-67G3BIAW.js.map} +0 -0
- /package/dist/{chat-5VX2WJH2.js.map → chat-ALOJ22JR.js.map} +0 -0
- /package/dist/{chat-SIKDYZQK.js.map → chat-SG2I727J.js.map} +0 -0
- /package/dist/{chunk-B7VAF5UG.js.map → chunk-EQUW4M5A.js.map} +0 -0
- /package/dist/{chunk-LFMQJOKC.js.map → chunk-JQRJ4A4S.js.map} +0 -0
- /package/dist/{chunk-RIG2HZWM.js.map → chunk-RJHD6XTV.js.map} +0 -0
- /package/dist/{chunk-DOIYVBNY.js.map → chunk-YQWI6SUV.js.map} +0 -0
- /package/dist/{server-JYVH64FD.js.map → server-CKXFV2JC.js.map} +0 -0
- /package/dist/{test-SNIYRJ32.js.map → test-VEA4ENOR.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
pollForToken,
|
|
10
10
|
saveAuthToken,
|
|
11
11
|
startDeviceFlow
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-JQRJ4A4S.js";
|
|
13
13
|
import "./chunk-M347HP6M.js";
|
|
14
14
|
import "./chunk-ENKEEJ45.js";
|
|
15
15
|
import "./chunk-VVSOU6ON.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
saveAuthToken,
|
|
27
27
|
startDeviceFlow
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=auth-
|
|
29
|
+
//# sourceMappingURL=auth-67G3BIAW.js.map
|
|
@@ -8,32 +8,32 @@ import {
|
|
|
8
8
|
render_default,
|
|
9
9
|
require_react,
|
|
10
10
|
suppressScrollbackClear
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7JJT3RNI.js";
|
|
12
12
|
import {
|
|
13
13
|
BuildFailedError,
|
|
14
14
|
BuildTimeoutError,
|
|
15
15
|
buildEphemeralVersion,
|
|
16
16
|
getAgentId,
|
|
17
17
|
readAgentFiles
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-EQUW4M5A.js";
|
|
19
19
|
import {
|
|
20
20
|
Command,
|
|
21
21
|
Option,
|
|
22
22
|
getOutputMode,
|
|
23
23
|
isQuietMode
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-YQWI6SUV.js";
|
|
25
25
|
import {
|
|
26
26
|
open_default
|
|
27
27
|
} from "./chunk-56YCMGL3.js";
|
|
28
28
|
import "./chunk-6EX6E7WP.js";
|
|
29
29
|
import {
|
|
30
30
|
pollForResponse
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-F3F5CUO3.js";
|
|
32
32
|
import {
|
|
33
33
|
GuildAPIClient,
|
|
34
34
|
getWorkspaceId,
|
|
35
35
|
getWorkspaceSourceLabel
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-RJHD6XTV.js";
|
|
37
37
|
import {
|
|
38
38
|
ErrorCodes,
|
|
39
39
|
ensureInteractiveStdin,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
handleAxiosError,
|
|
43
43
|
hyperlink,
|
|
44
44
|
readStdinAsJSON
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-JQRJ4A4S.js";
|
|
46
46
|
import "./chunk-M347HP6M.js";
|
|
47
47
|
import "./chunk-ENKEEJ45.js";
|
|
48
48
|
import "./chunk-VVSOU6ON.js";
|
|
@@ -300,4 +300,4 @@ export {
|
|
|
300
300
|
createAgentChatCommand,
|
|
301
301
|
handleAgentChatAction
|
|
302
302
|
};
|
|
303
|
-
//# sourceMappingURL=chat-
|
|
303
|
+
//# sourceMappingURL=chat-ALOJ22JR.js.map
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { createRequire as _cjsReq } from 'module'; if(typeof require === 'undefined') var require = _cjsReq(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
ChatApp,
|
|
4
|
+
ChatUIWithConnection,
|
|
4
5
|
WorkspaceNotConfiguredError,
|
|
5
6
|
WorkspaceNotFoundError,
|
|
6
7
|
createChatCommand,
|
|
7
8
|
createSession,
|
|
8
9
|
ensureAuthenticated,
|
|
9
10
|
handleChatAction
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-7JJT3RNI.js";
|
|
12
|
+
import "./chunk-YQWI6SUV.js";
|
|
12
13
|
import "./chunk-56YCMGL3.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-F3F5CUO3.js";
|
|
15
|
+
import "./chunk-RJHD6XTV.js";
|
|
16
|
+
import "./chunk-JQRJ4A4S.js";
|
|
16
17
|
import "./chunk-M347HP6M.js";
|
|
17
18
|
import "./chunk-ENKEEJ45.js";
|
|
18
19
|
import "./chunk-VVSOU6ON.js";
|
|
@@ -21,6 +22,7 @@ import "./chunk-X3ADGWOF.js";
|
|
|
21
22
|
import "./chunk-OYQ476FQ.js";
|
|
22
23
|
export {
|
|
23
24
|
ChatApp,
|
|
25
|
+
ChatUIWithConnection,
|
|
24
26
|
WorkspaceNotConfiguredError,
|
|
25
27
|
WorkspaceNotFoundError,
|
|
26
28
|
createChatCommand,
|
|
@@ -28,4 +30,4 @@ export {
|
|
|
28
30
|
ensureAuthenticated,
|
|
29
31
|
handleChatAction
|
|
30
32
|
};
|
|
31
|
-
//# sourceMappingURL=chat-
|
|
33
|
+
//# sourceMappingURL=chat-SG2I727J.js.map
|