@cortexkit/aft 0.47.2 → 0.47.3
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
|
@@ -7074,6 +7074,9 @@ class SubcTransportPool {
|
|
|
7074
7074
|
if (record.routeEntry === entry2) {
|
|
7075
7075
|
entry2.closed = true;
|
|
7076
7076
|
record.routeEntry = null;
|
|
7077
|
+
if (entry2.handle != null) {
|
|
7078
|
+
safeCloseRoute(entry2.client, entry2.handle);
|
|
7079
|
+
}
|
|
7077
7080
|
}
|
|
7078
7081
|
};
|
|
7079
7082
|
const handleRequestFailure = (err, entry2) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.3",
|
|
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.6.0",
|
|
27
|
-
"@cortexkit/aft-bridge": "0.47.
|
|
27
|
+
"@cortexkit/aft-bridge": "0.47.3",
|
|
28
28
|
"comment-json": "^4.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|