@cortexkit/aft 0.38.0 → 0.39.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/index.js +3 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -104,6 +104,8 @@ var ACTIVE_LOGGER_SYMBOL;
|
|
|
104
104
|
var init_active_logger = __esm(() => {
|
|
105
105
|
ACTIVE_LOGGER_SYMBOL = Symbol.for("aft-bridge-active-logger");
|
|
106
106
|
});
|
|
107
|
+
// ../aft-bridge/dist/bash-hints.js
|
|
108
|
+
var init_bash_hints = () => {};
|
|
107
109
|
// ../aft-bridge/dist/command-timeouts.js
|
|
108
110
|
var LONG_RUNNING_COMMAND_TIMEOUT_MS;
|
|
109
111
|
var init_command_timeouts = __esm(() => {
|
|
@@ -1466,6 +1468,7 @@ var init_pool = __esm(() => {
|
|
|
1466
1468
|
// ../aft-bridge/dist/index.js
|
|
1467
1469
|
var init_dist = __esm(() => {
|
|
1468
1470
|
init_active_logger();
|
|
1471
|
+
init_bash_hints();
|
|
1469
1472
|
init_bridge();
|
|
1470
1473
|
init_command_timeouts();
|
|
1471
1474
|
init_downloader();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Unified CLI for Agent File Tools (AFT) — setup, doctor, and diagnostics across supported agent harnesses (OpenCode, Pi)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@clack/prompts": "^1.2.0",
|
|
27
|
-
"@cortexkit/aft-bridge": "0.
|
|
27
|
+
"@cortexkit/aft-bridge": "0.39.1",
|
|
28
28
|
"comment-json": "^4.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|