codebolt 1.11.7 → 1.11.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/index.js +10 -10
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -378073,7 +378073,7 @@ function createCliHostBridge() {
|
|
|
378073
378073
|
return path_1.default.join(process.cwd(), relativePath);
|
|
378074
378074
|
},
|
|
378075
378075
|
spawnPty(file, args, options) {
|
|
378076
|
-
const nodePty = __webpack_require__(
|
|
378076
|
+
const nodePty = __webpack_require__(22511);
|
|
378077
378077
|
return nodePty.spawn(file, args, options);
|
|
378078
378078
|
},
|
|
378079
378079
|
async sqliteRun(dbPath, sql, params = []) {
|
|
@@ -378622,7 +378622,7 @@ async function main() {
|
|
|
378622
378622
|
}
|
|
378623
378623
|
// ── Mode: --prompt (headless agent execution via WebSocket) ──
|
|
378624
378624
|
if (prompt) {
|
|
378625
|
-
const agentName = agent || process.env.CODEBOLT_AGENT || '
|
|
378625
|
+
const agentName = agent || process.env.CODEBOLT_AGENT || 'c4d3fdb9-cf9e-4f82-8a1d-0160bbfc9ae9';
|
|
378626
378626
|
console.log(`Running agent "${agentName}" with prompt: ${prompt}`);
|
|
378627
378627
|
const WebSocket = (await Promise.resolve().then(() => __importStar(__webpack_require__(90848)))).default;
|
|
378628
378628
|
const wsUrl = url.replace('http', 'ws');
|
|
@@ -619724,6 +619724,14 @@ module.exports = require("@codebolt/narrative");
|
|
|
619724
619724
|
|
|
619725
619725
|
/***/ },
|
|
619726
619726
|
|
|
619727
|
+
/***/ 22511
|
|
619728
|
+
(module) {
|
|
619729
|
+
|
|
619730
|
+
"use strict";
|
|
619731
|
+
module.exports = require("@homebridge/node-pty-prebuilt-multiarch");
|
|
619732
|
+
|
|
619733
|
+
/***/ },
|
|
619734
|
+
|
|
619727
619735
|
/***/ 92157
|
|
619728
619736
|
(module) {
|
|
619729
619737
|
|
|
@@ -619780,14 +619788,6 @@ module.exports = require("link-preview-js");
|
|
|
619780
619788
|
|
|
619781
619789
|
/***/ },
|
|
619782
619790
|
|
|
619783
|
-
/***/ 14566
|
|
619784
|
-
(module) {
|
|
619785
|
-
|
|
619786
|
-
"use strict";
|
|
619787
|
-
module.exports = require("node-pty");
|
|
619788
|
-
|
|
619789
|
-
/***/ },
|
|
619790
|
-
|
|
619791
619791
|
/***/ 9288
|
|
619792
619792
|
(module) {
|
|
619793
619793
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codebolt",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.9",
|
|
4
4
|
"description": "CodeBolt headless server CLI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@codebolt/narrative": "1.11.0",
|
|
27
27
|
"@huggingface/tokenizers": "^0.1.2",
|
|
28
28
|
"@codebolt/kuzu": "^0.11.3",
|
|
29
|
-
"node-pty": "^
|
|
29
|
+
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
|
|
30
30
|
"better-sqlite3": "^11.0.0",
|
|
31
31
|
"sqlite-vec": "^0.1.6",
|
|
32
32
|
"@vscode/ripgrep": "^1.17.0",
|