@ngandu/ulicode 0.0.8 → 0.0.9
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/{chunk-KF3VHML5.cjs → chunk-MYJC6M7W.cjs} +26 -7
- package/dist/chunk-MYJC6M7W.cjs.map +1 -0
- package/dist/{chunk-4KQBCGAU.js → chunk-SVO3SOLQ.js} +26 -7
- package/dist/chunk-SVO3SOLQ.js.map +1 -0
- package/dist/cli.cjs +6 -6
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +18 -18
- package/dist/tui.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-4KQBCGAU.js.map +0 -1
- package/dist/chunk-KF3VHML5.cjs.map +0 -1
package/dist/cli.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
var chunkRQBOKG6N_cjs = require('./chunk-RQBOKG6N.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunkMYJC6M7W_cjs = require('./chunk-MYJC6M7W.cjs');
|
|
6
6
|
var chunkPVO3XD4K_cjs = require('./chunk-PVO3XD4K.cjs');
|
|
7
7
|
var util = require('util');
|
|
8
8
|
|
|
@@ -300,16 +300,16 @@ async function tuiMain() {
|
|
|
300
300
|
} else {
|
|
301
301
|
const settings = chunkPVO3XD4K_cjs.loadSettingsCached();
|
|
302
302
|
const themePref = settings.preferences.theme;
|
|
303
|
-
themeMode = themePref === "dark" || themePref === "light" ? themePref : await
|
|
303
|
+
themeMode = themePref === "dark" || themePref === "light" ? themePref : await chunkMYJC6M7W_cjs.detectTerminalTheme();
|
|
304
304
|
}
|
|
305
|
-
|
|
306
|
-
const tui = new
|
|
305
|
+
chunkMYJC6M7W_cjs.applyThemeMode(themeMode);
|
|
306
|
+
const tui = new chunkMYJC6M7W_cjs.MastraTUI({
|
|
307
307
|
harness,
|
|
308
308
|
hookManager,
|
|
309
309
|
authStorage,
|
|
310
310
|
mcpManager,
|
|
311
311
|
appName: "Ulicode",
|
|
312
|
-
version:
|
|
312
|
+
version: chunkMYJC6M7W_cjs.getCurrentVersion(),
|
|
313
313
|
inlineQuestions: true
|
|
314
314
|
});
|
|
315
315
|
tui.run().catch((error) => {
|
|
@@ -361,7 +361,7 @@ To switch back to LibSQL:
|
|
|
361
361
|
process.exit(1);
|
|
362
362
|
}
|
|
363
363
|
if (hasVersionFlag(process.argv)) {
|
|
364
|
-
console.info(
|
|
364
|
+
console.info(chunkMYJC6M7W_cjs.getCurrentVersion());
|
|
365
365
|
process.exit(0);
|
|
366
366
|
}
|
|
367
367
|
var main = hasHeadlessFlag(process.argv) ? headlessMain : tuiMain;
|
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { createMastraCode } from './chunk-VUKAVQKO.js';
|
|
3
|
-
import { getCurrentVersion, detectTerminalTheme, applyThemeMode, MastraTUI } from './chunk-
|
|
3
|
+
import { getCurrentVersion, detectTerminalTheme, applyThemeMode, MastraTUI } from './chunk-SVO3SOLQ.js';
|
|
4
4
|
import { releaseAllThreadLocks, loadSettingsCached, setupDebugLogging } from './chunk-ZYL5HA65.js';
|
|
5
5
|
import { parseArgs } from 'util';
|
|
6
6
|
|
package/dist/tui.cjs
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMYJC6M7W_cjs = require('./chunk-MYJC6M7W.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "AssistantMessageComponent", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkMYJC6M7W_cjs.AssistantMessageComponent; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "LoginDialogComponent", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkMYJC6M7W_cjs.LoginDialogComponent; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "LoginSelectorComponent", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkMYJC6M7W_cjs.LoginSelectorComponent; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "MastraTUI", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkMYJC6M7W_cjs.MastraTUI; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ModelSelectorComponent", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkMYJC6M7W_cjs.ModelSelectorComponent; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "OMProgressComponent", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkMYJC6M7W_cjs.OMProgressComponent; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ToolExecutionComponentEnhanced", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkMYJC6M7W_cjs.ToolExecutionComponentEnhanced; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "UserMessageComponent", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkMYJC6M7W_cjs.UserMessageComponent; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "applyThemeMode", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkMYJC6M7W_cjs.applyThemeMode; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "createTUIState", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkMYJC6M7W_cjs.createTUIState; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "formatOMStatus", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkMYJC6M7W_cjs.formatOMStatus; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "getEditorTheme", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkMYJC6M7W_cjs.getEditorTheme; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "getMarkdownTheme", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkMYJC6M7W_cjs.getMarkdownTheme; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "getThemeMode", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkMYJC6M7W_cjs.getThemeMode; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "mastra", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkMYJC6M7W_cjs.mastra; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "mastraBrand", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkMYJC6M7W_cjs.mastraBrand; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "theme", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkMYJC6M7W_cjs.theme; }
|
|
74
74
|
});
|
|
75
75
|
//# sourceMappingURL=tui.cjs.map
|
|
76
76
|
//# sourceMappingURL=tui.cjs.map
|
package/dist/tui.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, applyThemeMode, createTUIState, formatOMStatus, getEditorTheme, getMarkdownTheme, getThemeMode, mastra, mastraBrand, theme } from './chunk-
|
|
1
|
+
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, applyThemeMode, createTUIState, formatOMStatus, getEditorTheme, getMarkdownTheme, getThemeMode, mastra, mastraBrand, theme } from './chunk-SVO3SOLQ.js';
|
|
2
2
|
//# sourceMappingURL=tui.js.map
|
|
3
3
|
//# sourceMappingURL=tui.js.map
|