Every once in a while I get "[aft-plugin] request "version" timed out after 25000ms (bridge busy/under load); bridge kept warm — retry."
## Description
Every once in a while I get "[aft-plugin] request "version" timed out after 25000ms (bridge busy/under load); bridge kept warm — retry." When it happens it happens multiple times in a row, prompting the model to use a different path. In the most recent case it was together with a significant slowdown of opencode desktop. I'm not sure if that is cause or symptom of the issue.
## Environment
- AFT CLI: v0.55.1
- AFT binary: 0.55.1
- OS: win32 x64
- Node: v26.3.0
- Session: ses_019dfb862ffe2grXAlsioTz995 (opencode: custom desktop with modified server)
## Diagnostics
- Timestamp: 2026-09-14T16:21:42.126Z
- AFT CLI: v0.55.1
- AFT binary: 0.55.1
- OS: win32 x64
- Node: v26.3.0
### OpenCode
- Host installed: true
- Host version: unknown
- Plugin registered: true
- Plugin version: 0.55.1
- AFT enabled: true
- AFT config parse error: none
#### Config paths
{
"configDir": "C:\\Users\\<USER>\\.config\\opencode",
"harnessConfig": "C:\\Users\\<USER>\\.config\\opencode/opencode.jsonc",
"harnessConfigFormat": "jsonc",
"aftConfig": "C:\\Users\\<USER>\\.config\\cortexkit\\aft.jsonc",
"aftConfigFormat": "jsonc",
"tuiConfig": "C:\\Users\\<USER>\\.config\\opencode/tui.json",
"tuiConfigFormat": "json"
}
#### AFT flags
{
"$schema": "https://raw.githubusercontent.com/cortexkit/aft/main/assets/aft.schema.json",
"tool_surface": "all",
"semantic_search": true
}
#### Plugin cache
{
"path": "C:\\Users\\<USER>\\.cache\\opencode\\packages\\@cortexkit\\aft-opencode@latest",
"cached": "0.55.1",
"latest": "0.55.1",
"exists": true
}
#### Storage
{
"path": "C:\\Users\\<USER>\\AppData\\Local\\cortexkit\\aft",
"exists": true,
"accessible": true,
"sizesByKey": {
"index": 0,
"semantic": 505855437,
"backups": 0,
"url_cache": 0,
"onnxruntime": 396739266,
"logs": 27414293
},
"legacyDuplication": {
"totalPartitions": 40,
"totalBytes": 2088136322,
"byHarness": [
{
"harness": "opencode",
"partitions": 40,
"bytes": 2088136322
}
]
}
}
#### ONNX Runtime
{
"required": true,
"systemPath": null,
"systemVersion": null,
"systemCompatible": null,
"ignoredSystemPath": "C:\\Windows\\System32",
"ignoredSystemReason": "version unreadable (Windows system copy) — ignored",
"cachedPath": "C:\\Users\\<USER>\\AppData\\Local\\cortexkit\\aft\\onnxruntime\\1.24.4",
"cachedVersion": "1.24.4",
"cachedCompatible": true,
"platform": "win32-x64",
"installHint": "AFT auto-downloads ONNX Runtime on Windows",
"requirement": ">=1.20"
}
#### Log file
`~\AppData\Local\cortexkit\aft\logs\aft-plugin.log` (26240 KB)
### Binary cache
{
"versions": [
"v0.43.1",
"v0.45.1",
"v0.55.1"
],
"activeVersion": "v0.55.1",
"totalSize": 237452288,
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\bin"
}
### LSP cache
{
"npm": {
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages",
"entries": [
{
"name": "intelephense",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\intelephense",
"size": 125953779
},
{
"name": "@biomejs/biome",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\%40biomejs%2Fbiome",
"size": 75650602
},
{
"name": "pyright",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\pyright",
"size": 19348904
},
{
"name": "yaml-language-server",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\yaml-language-server",
"size": 19155713
},
{
"name": "bash-language-server",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\bash-language-server",
"size": 14514761
},
{
"name": "typescript-language-server",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\typescript-language-server",
"size": 2427402
},
{
"name": "latex-lsp/texlab",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\latex-lsp%2Ftexlab",
"size": 80
},
{
"name": "clangd/clangd",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-packages\\clangd%2Fclangd",
"size": 79
}
],
"totalSize": 257051320
},
"github": {
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-binaries",
"entries": [
{
"name": "clangd",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-binaries\\clangd",
"size": 0
},
{
"name": "texlab",
"path": "C:\\Users\\<USER>\\AppData\\Local\\aft\\lsp-binaries\\texlab",
"size": 0
}
],
"totalSize": 0
},
"totalSize": 257051320
}
## Recent errors (last 20, sanitized)
[2026-09-14T14:16:26.220Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T14:16:38.822Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:37:18.311Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:37:30.981Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:40:23.867Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:40:34.714Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:41:03.459Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:41:09.057Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:41:24.846Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:41:26.905Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:41:36.566Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:42:13.984Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:42:14.509Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T15:42:28.689Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T16:08:37.894Z] WARN [aft-plugin] Version check failed: [aft-plugin] request "version" timed out after 25000ms (bridge busy/under load); bridge kept warm — retry
[2026-09-14T16:19:05.384Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T16:19:10.970Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
### Recent AFT tool failures
- error: ERROR log line ×18
- version: timed out after 25000ms ×2
## Logs (last 200 lines per harness)
#### OpenCode log (~\AppData\Local\cortexkit\aft\logs\aft-plugin.log)
[2026-09-14T16:19:03.368Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:03.369Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:03.398Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:03.399Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:03.399Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:03.415Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:03.424Z] INFO [aft-plugin] [lsp] auto-install: 1 npm + 0 github install(s) running in background
[2026-09-14T16:19:03.431Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:03.431Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:03.431Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:03.433Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58359
[2026-09-14T16:19:03.458Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:04.499Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:04.761Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:05.381Z] INFO [aft-plugin] [lsp] texlab v5.26.0 sha256=cb028d44c3d2b85d36a2ed52d41a0ff43a341b1f04c500c56c4524c4eb72b316
[2026-09-14T16:19:05.384Z] ERROR [aft-plugin] [lsp] extract texlab failed: Error: spawnSync unzip ENOENT
[2026-09-14T16:19:06.432Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:06.433Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:06.462Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:06.462Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:06.463Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:06.480Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:06.496Z] INFO [aft-plugin] [lsp] auto-install: 1 npm + 0 github install(s) running in background
[2026-09-14T16:19:06.502Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:06.503Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:06.503Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:06.505Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58365
[2026-09-14T16:19:06.529Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:06.530Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:06.561Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:06.561Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:06.562Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:06.578Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:06.594Z] INFO [aft-plugin] [lsp] auto-install: 0 npm + 1 github install(s) running in background
[2026-09-14T16:19:06.602Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:06.602Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:06.602Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:06.609Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:06.611Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58366
[2026-09-14T16:19:06.627Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:07.025Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.026Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.056Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:07.056Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:07.057Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.074Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:07.142Z] INFO [aft-plugin] [lsp] auto-install: 1 npm + 0 github install(s) running in background
[2026-09-14T16:19:07.150Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:07.150Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:07.150Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:07.153Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58370
[2026-09-14T16:19:07.217Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.218Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.247Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:07.247Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:07.248Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.265Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:07.319Z] INFO [aft-plugin] [lsp] auto-install: 2 npm + 0 github install(s) running in background
[2026-09-14T16:19:07.329Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:07.329Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:07.329Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:07.332Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58371
[2026-09-14T16:19:07.761Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.762Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.791Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:07.791Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:07.792Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:07.809Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:07.851Z] INFO [aft-plugin] [lsp] auto-install: 3 npm + 1 github install(s) running in background
[2026-09-14T16:19:07.860Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:07.860Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:07.860Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:07.863Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58372
[2026-09-14T16:19:07.881Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:07.894Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:07.899Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:07.912Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:08.971Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:08.971Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:10.966Z] INFO [aft-plugin] [lsp] clangd 22.1.6 sha256=ce54f16e0b4fd76d450eeda9664420b195360b73febcfe40e661108fa57f2ce1
[2026-09-14T16:19:10.970Z] ERROR [aft-plugin] [lsp] extract clangd failed: Error: spawnSync unzip ENOENT
[2026-09-14T16:19:10.981Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:11.504Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:11.603Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:11.894Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:11.895Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:11.925Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:11.925Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:11.926Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:11.942Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:11.961Z] INFO [aft-plugin] [lsp] auto-install: 5 npm + 0 github install(s) running in background
[2026-09-14T16:19:11.972Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:11.972Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:11.972Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:11.976Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58380
[2026-09-14T16:19:12.069Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.070Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.098Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:12.098Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:12.099Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.121Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:12.137Z] INFO [aft-plugin] [lsp] auto-install: 3 npm + 0 github install(s) running in background
[2026-09-14T16:19:12.144Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:12.144Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:12.144Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:12.149Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:12.152Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58381
[2026-09-14T16:19:12.237Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.238Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.268Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:12.268Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:12.269Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.285Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:12.297Z] INFO [aft-plugin] [lsp] auto-install: 2 npm + 0 github install(s) running in background
[2026-09-14T16:19:12.304Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:12.304Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:12.304Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:12.309Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:12.312Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58382
[2026-09-14T16:19:12.378Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.379Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.409Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:12.409Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:12.410Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.427Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:12.435Z] INFO [aft-plugin] [lsp] auto-install: 2 npm + 0 github install(s) running in background
[2026-09-14T16:19:12.442Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:12.442Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:12.442Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:12.448Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:12.450Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58383
[2026-09-14T16:19:12.509Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.510Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.538Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:12.538Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:12.539Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:12.554Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:12.569Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:12.569Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:12.569Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:12.572Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58384
[2026-09-14T16:19:12.573Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:12.586Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:12.588Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:13.273Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:16.977Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:17.165Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:17.364Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:17.434Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:17.435Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:17.464Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:17.464Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:17.465Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:17.481Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:17.498Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:17.498Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:17.498Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:17.501Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58395
[2026-09-14T16:19:17.512Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:17.575Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:17.575Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:17.605Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:17.606Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:17.606Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:17.621Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:17.631Z] INFO [aft-plugin] [lsp] auto-install: 1 npm + 0 github install(s) running in background
[2026-09-14T16:19:17.637Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:17.637Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:17.637Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:17.639Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58396
[2026-09-14T16:19:17.652Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:17.666Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:18.247Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:18.248Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:18.275Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:18.275Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:18.276Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:18.291Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:18.301Z] INFO [aft-plugin] [lsp] auto-install: 1 npm + 0 github install(s) running in background
[2026-09-14T16:19:18.309Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:18.309Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:18.309Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:18.313Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58400
[2026-09-14T16:19:18.386Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:18.387Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:18.417Z] INFO [aft-plugin] Resolved binary from versioned cache: ~\AppData\Local\aft\bin\v0.55.1\aft.exe
[2026-09-14T16:19:18.417Z] INFO [aft-plugin] AFT storage migration skipped for opencode: no legacy data at ~\AppData\Local\opencode\storage\plugin\aft; using ~\AppData\Local\cortexkit\aft for fresh install
[2026-09-14T16:19:18.418Z] INFO [aft-plugin] Config loaded from ~\.config\cortexkit\aft.jsonc
[2026-09-14T16:19:18.436Z] INFO [aft-plugin] ONNX Runtime found at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4 (TOFU verified)
[2026-09-14T16:19:18.467Z] INFO [aft-plugin] [lsp] auto-install: 5 npm + 0 github install(s) running in background
[2026-09-14T16:19:18.478Z] INFO [aft-plugin] hashline activation decision requested=false edit_slot_survives=false effective=false
[2026-09-14T16:19:18.478Z] INFO [aft-plugin] Workflow hints injected (5048 chars)
[2026-09-14T16:19:18.478Z] INFO [aft-plugin] ONNX Runtime ready at ~\AppData\Local\cortexkit\aft\onnxruntime\1.24.4; new bridges will load semantic backend.
[2026-09-14T16:19:18.481Z] INFO [aft-plugin] RPC server listening on 127.0.0.1:58401
[2026-09-14T16:19:18.885Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:18.896Z] INFO [aft-plugin] [lsp] lsp_paths_extra updated after auto-install: 6 dirs pushed to live bridges
[2026-09-14T16:19:23.079Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:23.080Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:23.310Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
[2026-09-14T16:19:23.478Z] INFO [aft-plugin] [auto-update-checker] Skipping check (another instance ran one recently)
_Usernames and home paths have been stripped from this report._
Short description
Every once in a while I get "[aft-plugin] request "version" timed out after 25000ms (bridge busy/under load); bridge kept warm — retry."
What happened?
See below
Diagnostics
Plugin version
No response
AFT binary version
No response
Platform
No response
Log output (optional)