@cortexkit/aft 0.35.2 → 0.35.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -523,7 +523,6 @@ var init_bridge = __esm(() => {
523
523
  if (!snapshot || typeof snapshot !== "object" || Array.isArray(snapshot))
524
524
  return;
525
525
  this.cachedStatus = snapshot;
526
- this.logVia("Received status_changed push frame; cached AFT status snapshot");
527
526
  for (const listener of this.statusListeners) {
528
527
  this.deliverStatusSnapshot(listener, this.cachedStatus);
529
528
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cortexkit/aft",
3
- "version": "0.35.2",
3
+ "version": "0.35.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.2.0",
27
- "@cortexkit/aft-bridge": "0.35.2",
27
+ "@cortexkit/aft-bridge": "0.35.3",
28
28
  "comment-json": "^4.6.2"
29
29
  },
30
30
  "devDependencies": {