Updated magic context, restarted session and everything in the mc dashboard showed cache bust.
## Environment
- Pi plugin: v0.42.5
- Pi: 0.85.1
- OS: linux x64
- Node: v26.8.1
## Diagnostics
- Timestamp: 2026-09-16T08:28:20.062Z
- Pi plugin: v0.42.5
- OS: linux x64
- Node: v26.8.1
- Pi installed: true (0.85.1)
- Magic Context package registered: true
- User config parse error: none
- Project config parse error: none
- Known Pi extension conflicts: none
### Pi settings
{
"path": "~/.pi/agent/settings.json",
"exists": true,
"hasMagicContextPackage": true,
"packages": [
"npm:pi-tool-search",
"npm:pi-zentui",
"npm:pi-session-auto-rename",
"npm:pi-simplify",
"npm:@tintinweb/pi-subagents",
"npm:pi-ask-user",
"npm:pi-powerline-footer",
"npm:@cortexkit/pi-magic-context",
"https://github.com/Kunde21/pi-synthetic",
"npm:pi-lmstudio",
"npm:@marckrenn/pi-sub-bar",
"npm:@alexanderfortin/pi-zai-usage",
"https://github.com/gsanhueza/pi-token-speed",
"https://github.com/ross-jill-ws/pi-file-permissions.git",
"npm:@cortexkit/aft-pi",
"npm:@blazer2k/searxng-suite",
"npm:@kmiyh/pi-skills-menu",
"npm:@tomooshi/caveman-milk-pi",
"npm:pi-goal-x"
]
}
### Config paths
{
"agentDir": "~/.pi/agent",
"userConfig": "~/.config/cortexkit/magic-context.jsonc",
"projectConfig": "~/.cortexkit/magic-context.jsonc"
}
### User magic-context.jsonc flags
{
"$schema": "https://raw.githubusercontent.com/cortexkit/magic-context/master/assets/magic-context.schema.json",
"enabled": true,
"auto_update": true,
"cache_ttl": "30m",
"execute_threshold_percentage": 65,
"clear_reasoning_age": 50,
"history_budget_percentage": 0.15,
"historian_timeout_ms": 300000,
"historian": {
"opencode": {
"model": "zai-coding-plan/glm-5-turbo",
"fallback_models": [
"zai/glm-5-turbo"
]
},
"pi": {
"model": "zai/glm-5-turbo",
"fallback_models": [
"openai-codex/gpt-5.6-luna"
]
}
},
"dreamer": {
"inject_docs": true,
"tasks": {
"map-memories": {
"schedule": "0 2 * * *"
},
"verify": {
"schedule": "0 3 * * *"
},
"verify-broad": {
"schedule": "0 4 * * 0"
},
"curate": {
"schedule": "0 7 * * *"
},
"classify-memories": {
"schedule": "0 6 * * *"
},
"retrospective": {
"schedule": "0 5 * * *"
},
"maintain-docs": {
"schedule": ""
},
"evaluate-smart-notes": {
"schedule": "0 3 * * *"
},
"review-user-memories": {
"schedule": "0 3 * * *",
"promotion_threshold": 3
},
"promote-primers": {
"schedule": "0 3 * * *",
"promotion_threshold": 2
},
"refresh-primers": {
"schedule": "0 3 * * *"
}
},
"opencode": {
"model": "zai-coding-plan/glm-5.3",
"fallback_models": [
"openai/gpt-5.6-sol"
],
"tasks": {
"classify-memories": {
"timeout_minutes": 20
},
"curate": {
"timeout_minutes": 20
},
"evaluate-smart-notes": {
"timeout_minutes": 20
},
"maintain-docs": {
"timeout_minutes": 20
},
"map-memories": {
"timeout_minutes": 20
},
"promote-primers": {
"timeout_minutes": 20
},
"refresh-primers": {
"timeout_minutes": 20
},
"retrospective": {
"timeout_minutes": 20
},
"review-user-memories": {
"timeout_minutes": 20
},
"verify": {
"timeout_minutes": 20
},
"verify-broad": {
"timeout_minutes": 20
}
}
},
"pi": {
"model": "zai/glm-5.3",
"fallback_models": [
"openai-codex/gpt-5.6-sol"
],
"tasks": {
"classify-memories": {
"timeout_minutes": 20
},
"curate": {
"timeout_minutes": 20
},
"evaluate-smart-notes": {
"timeout_minutes": 20
},
"maintain-docs": {
"timeout_minutes": 20
},
"map-memories": {
"timeout_minutes": 20
},
"promote-primers": {
"timeout_minutes": 20
},
"refresh-primers": {
"timeout_minutes": 20
},
"retrospective": {
"timeout_minutes": 20
},
"review-user-memories": {
"timeout_minutes": 20
},
"verify": {
"timeout_minutes": 20
},
"verify-broad": {
"timeout_minutes": 20
}
}
}
},
"commit_cluster_trigger": {
"enabled": true,
"min_clusters": 3
},
"system_prompt_injection": {
"enabled": true,
"skip_signatures": [
"<!-- magic-context: skip -->"
]
},
"embedding": {
"provider": "openai-compatible",
"endpoint": "http://127.0.0.1:52625/v1",
"model": "embed-gemma:300m",
"api_key": "<REDACTED:api_key>",
"query_instruction": "task: search result | query: "
},
"sqlite": {
"cache_size_mb": 64,
"mmap_size_mb": 0
},
"memory": {
"enabled": true,
"injection_budget_tokens": 4000,
"auto_promote": true,
"retrieval_count_promotion_threshold": 3,
"auto_search": {
"enabled": false,
"score_threshold": 0.6,
"min_prompt_chars": 20
},
"git_commit_indexing": {
"enabled": false,
"since_days": 365,
"max_commits": 2000
}
},
"protected_tokens": 20,
"temporal_awareness": false,
"toast_duration_ms": 5000,
"keep_subagents": false,
"shadow_transform": {
"enabled": false
},
"todowrite": {
"enabled": true,
"overlay": true
},
"smart_drops": false,
"caveman_text_compression": {
"enabled": true,
"min_chars": 250
}
}
### Project magic-context.jsonc flags
{}
### Loaded config paths
- ~/.config/cortexkit/magic-context.jsonc
### Config load warnings
- [merged config] "protected_tokens": invalid value (number 20), using default undefined.
### Shared storage
{
"path": "~/.local/share/cortexkit/magic-context",
"source": "XDG_DATA_HOME",
"exists": true,
"context_db_size": "125.7 MB"
}
### Pi extension conflicts
No known conflicting Pi extensions are currently registered. Other Pi packages are informational only.
{
"knownConflicts": [],
"otherPiExtensions": [
"npm:pi-tool-search",
"npm:pi-zentui",
"npm:pi-session-auto-rename",
"npm:pi-simplify",
"npm:@tintinweb/pi-subagents",
"npm:pi-ask-user",
"npm:pi-powerline-footer",
"https://github.com/Kunde21/pi-synthetic",
"npm:pi-lmstudio",
"npm:@marckrenn/pi-sub-bar",
"npm:@alexanderfortin/pi-zai-usage",
"https://github.com/gsanhueza/pi-token-speed",
"https://github.com/ross-jill-ws/pi-file-permissions.git",
"npm:@cortexkit/aft-pi",
"npm:@blazer2k/searxng-suite",
"npm:@kmiyh/pi-skills-menu",
"npm:@tomooshi/caveman-milk-pi",
"npm:pi-goal-x"
]
}
### Log files
- /tmp/pi/magic-context/magic-context.log: exists=true, grammar=legacy, lines=2360, size=332 KB
- ~/.local/share/cortexkit/magic-context/logs/magic-context.pi.log: exists=false, grammar=unknown, lines=0, size=0 KB
- ~/.local/share/cortexkit/magic-context/logs/magic-context.log: exists=false, grammar=unknown, lines=0, size=0 KB
## Recent errors (last 20, sanitized)
[2026-09-16T08:11:02.428Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:12.763Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:39.091Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:50.395Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:55.195Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:13:04.475Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:14:25.066Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:15:28.731Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:15:40.058Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:21:42.123Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:21:49.787Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:21:58.748Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:08.475Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:10.734Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:26.757Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:34.139Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:23:26.753Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:24:16.732Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
## Log (last 400 lines, sanitized)
[2026-09-16T08:09:21.799Z] [magic-context] SQLite boot busy timeout: backend=Node.js timeout=5000ms path=~/.local/share/cortexkit/magic-context/context.db
[2026-09-16T08:09:21.822Z] [migrations] migration lock check attempt 1/6
[2026-09-16T08:09:21.835Z] [magic-context] upstream migration lane at boot: database=v84, supported_fence=v84
[2026-09-16T08:09:21.899Z] [dreamer] registered project git:50a4b1d8c169f451ac3f28cfb098c40d5c4579d1 (dreaming=true embeddings=true commits=false; total=1)
[2026-09-16T08:09:21.899Z] [dreamer] started independent schedule timer (every 15m)
[2026-09-16T08:10:38.338Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2953/2962 (fingerprint=2953, branchEntries=36891, messageEntries=14206) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:11:00.596Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2955/2964 (fingerprint=2955, branchEntries=36894, messageEntries=14208) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:11:02.428Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:11:15.277Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:11:21.815Z] [dreamer] timer tick (startup) — projects=1
[2026-09-16T08:11:23.606Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2957/2966 (fingerprint=2957, branchEntries=36896, messageEntries=14210) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:11:40.115Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2959/2968 (fingerprint=2959, branchEntries=36898, messageEntries=14212) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:11:52.273Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2961/2970 (fingerprint=2961, branchEntries=36900, messageEntries=14214) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:12:03.954Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2963/2972 (fingerprint=2963, branchEntries=36902, messageEntries=14216) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:12:12.763Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:16.033Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2965/2974 (fingerprint=2965, branchEntries=36904, messageEntries=14218) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:12:25.817Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:12:31.419Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2967/2976 (fingerprint=2967, branchEntries=36906, messageEntries=14220) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:12:39.091Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:43.902Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:12:45.328Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2969/2978 (fingerprint=2969, branchEntries=36908, messageEntries=14222) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:12:50.395Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:55.195Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:12:57.677Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2971/2980 (fingerprint=2971, branchEntries=36910, messageEntries=14224) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:13:02.285Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:13:04.475Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:13:10.311Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2973/2982 (fingerprint=2973, branchEntries=36912, messageEntries=14226) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:13:11.581Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:13:21.781Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2975/2984 (fingerprint=2975, branchEntries=36914, messageEntries=14228) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:13:37.305Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2977/2986 (fingerprint=2977, branchEntries=36916, messageEntries=14230) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:13:49.937Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2979/2988 (fingerprint=2979, branchEntries=36918, messageEntries=14232) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:14:02.775Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2981/2990 (fingerprint=2981, branchEntries=36920, messageEntries=14234) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:14:14.861Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2983/2992 (fingerprint=2983, branchEntries=36922, messageEntries=14236) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:14:25.066Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:14:27.676Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:14:59.529Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2985/2994 (fingerprint=2985, branchEntries=36924, messageEntries=14238) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:15:14.040Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2987/2996 (fingerprint=2987, branchEntries=36926, messageEntries=14240) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:15:26.811Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2989/2998 (fingerprint=2989, branchEntries=36928, messageEntries=14242) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:15:28.731Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:15:35.820Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:15:40.058Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:15:51.040Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:16:01.531Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2991/3000 (fingerprint=2991, branchEntries=36930, messageEntries=14244) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:16:15.530Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2993/3002 (fingerprint=2993, branchEntries=36932, messageEntries=14246) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:16:22.977Z] agent_end: returning synchronously (background work continues)
[2026-09-16T08:16:25.980Z] [dreamer] unregistered project git:50a4b1d8c169f451ac3f28cfb098c40d5c4579d1 (remaining=0)
[2026-09-16T08:16:25.980Z] [dreamer] stopped dream schedule timer (no projects left)
[2026-09-16T08:17:13.098Z] [magic-context] storage fatal: failed to open ~/.local/share/cortexkit/magic-context/context.db: The module '~/.local/lib/node_modules/@cortexkit/pi-magic-context/node_modules/better-sqlite3/build/Release/better_sqlite3.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 141. This version of Node.js requires
NODE_MODULE_VERSION 147. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
was compiled against a different Node.js version using
NODE_MODULE_VERSION 141. This version of Node.js requires
NODE_MODULE_VERSION 147. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).. Magic Context is disabled for this run; check log for details.. Plugin will not register hooks; storage path is unwritable or corrupt.
[2026-09-16T08:18:42.899Z] [magic-context] storage fatal: failed to open ~/.local/share/cortexkit/magic-context/context.db: The module '~/.local/lib/node_modules/@cortexkit/pi-magic-context/node_modules/better-sqlite3/build/Release/better_sqlite3.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 141. This version of Node.js requires
NODE_MODULE_VERSION 147. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
was compiled against a different Node.js version using
NODE_MODULE_VERSION 141. This version of Node.js requires
NODE_MODULE_VERSION 147. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).. Magic Context is disabled for this run; check log for details.. Plugin will not register hooks; storage path is unwritable or corrupt.
[2026-09-16T08:19:35.547Z] [magic-context] storage fatal: failed to open ~/.local/share/cortexkit/magic-context/context.db: The module '~/.local/lib/node_modules/@cortexkit/pi-magic-context/node_modules/better-sqlite3/build/Release/better_sqlite3.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 141. This version of Node.js requires
NODE_MODULE_VERSION 147. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
was compiled against a different Node.js version using
NODE_MODULE_VERSION 141. This version of Node.js requires
NODE_MODULE_VERSION 147. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).. Magic Context is disabled for this run; check log for details.. Plugin will not register hooks; storage path is unwritable or corrupt.
[2026-09-16T08:20:13.552Z] [magic-context] SQLite boot busy timeout: backend=Node.js timeout=5000ms path=~/.local/share/cortexkit/magic-context/context.db
[2026-09-16T08:20:13.561Z] [migrations] migration lock check attempt 1/6
[2026-09-16T08:20:13.562Z] [magic-context] upstream migration lane at boot: database=v84, supported_fence=v84
[2026-09-16T08:20:13.571Z] [dreamer] registered project (dreaming=true embeddings=true commits=false; total=1)
[2026-09-16T08:20:13.571Z] [dreamer] started independent schedule timer (every 15m)
[2026-09-16T08:20:49.191Z] [dreamer] unregistered project (remaining=0)
[2026-09-16T08:20:49.191Z] [dreamer] stopped dream schedule timer (no projects left)
[2026-09-16T08:20:53.647Z] [magic-context] SQLite boot busy timeout: backend=Node.js timeout=5000ms path=~/.local/share/cortexkit/magic-context/context.db
[2026-09-16T08:20:53.656Z] [migrations] migration lock check attempt 1/6
[2026-09-16T08:20:53.656Z] [magic-context] upstream migration lane at boot: database=v84, supported_fence=v84
[2026-09-16T08:20:53.665Z] [dreamer] registered project (dreaming=true embeddings=true commits=false; total=1)
[2026-09-16T08:20:53.665Z] [dreamer] started independent schedule timer (every 15m)
[2026-09-16T08:21:02.748Z] [dreamer] unregistered project (remaining=0)
[2026-09-16T08:21:02.749Z] [dreamer] stopped dream schedule timer (no projects left)
[2026-09-16T08:21:14.130Z] [magic-context] SQLite boot busy timeout: backend=Node.js timeout=5000ms path=~/.local/share/cortexkit/magic-context/context.db
[2026-09-16T08:21:14.139Z] [migrations] migration lock check attempt 1/6
[2026-09-16T08:21:14.140Z] [magic-context] upstream migration lane at boot: database=v84, supported_fence=v84
[2026-09-16T08:21:14.203Z] [dreamer] registered project git:50a4b1d8c169f451ac3f28cfb098c40d5c4579d1 (dreaming=true embeddings=true commits=false; total=1)
[2026-09-16T08:21:14.203Z] [dreamer] started independent schedule timer (every 15m)
[2026-09-16T08:21:30.809Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2859/2871 (fingerprint=2859, branchEntries=36936, messageEntries=14248) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:21:42.123Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:21:42.853Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:21:49.787Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:21:53.970Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2861/2873 (fingerprint=2861, branchEntries=36938, messageEntries=14250) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:21:58.748Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:21:59.005Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:22:08.475Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:08.862Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2863/2875 (fingerprint=2863, branchEntries=36940, messageEntries=14252) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:22:10.734Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:19.353Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:22:26.365Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2865/2877 (fingerprint=2865, branchEntries=36942, messageEntries=14254) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:22:26.757Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:27.588Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:22:34.139Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:22:41.419Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:22:45.530Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2867/2879 (fingerprint=2867, branchEntries=36944, messageEntries=14256) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
Flushed 30 pending ops; next provider call will materialize.
Flushed: 30 dropped. Changes take effect on next message.
[2026-09-16T08:23:01.369Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2869/2881 (fingerprint=2869, branchEntries=36947, messageEntries=14258) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:23:14.123Z] [dreamer] timer tick (startup) — projects=1
[2026-09-16T08:23:16.657Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2871/2883 (fingerprint=2871, branchEntries=36950, messageEntries=14260) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:23:24.386Z] [magic-context] proactively embedded 1 memory for project git:50a4b1d8c169f451ac3f28cfb098c40d5c4579d1
[2026-09-16T08:23:26.753Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:23:31.935Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2873/2885 (fingerprint=2873, branchEntries=36952, messageEntries=14262) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:23:33.644Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:23:43.587Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2875/2887 (fingerprint=2875, branchEntries=36954, messageEntries=14264) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:24:02.251Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2877/2889 (fingerprint=2877, branchEntries=36956, messageEntries=14266) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:24:16.732Z] [magic-context] openai-compatible embedding request failed: response had keys [error] but data[] was absent
[2026-09-16T08:24:19.622Z] [magic-context] openai-compatible embedding: endpoint recovered, circuit closed
[2026-09-16T08:24:20.006Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2879/2891 (fingerprint=2879, branchEntries=36958, messageEntries=14268) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:24:32.934Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2881/2893 (fingerprint=2881, branchEntries=36960, messageEntries=14270) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:24:49.067Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2883/2895 (fingerprint=2883, branchEntries=36962, messageEntries=14272) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:25:05.763Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2885/2897 (fingerprint=2885, branchEntries=36964, messageEntries=14274) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:25:18.090Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2887/2899 (fingerprint=2887, branchEntries=36966, messageEntries=14276) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:25:32.471Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2889/2901 (fingerprint=2889, branchEntries=36968, messageEntries=14278) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:25:46.193Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2891/2903 (fingerprint=2891, branchEntries=36970, messageEntries=14280) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:26:03.868Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2893/2905 (fingerprint=2893, branchEntries=36972, messageEntries=14282) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:26:20.123Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2895/2907 (fingerprint=2895, branchEntries=36974, messageEntries=14284) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:26:32.792Z] [magic-context][pi][01a09f81-3d82-7174-abd2-1f3b83990ae2] collectMessageEntryIdsByRef: resolved=2897/2909 (fingerprint=2897, branchEntries=36976, messageEntries=14286) — unmapped slots fall through to synthesized ids; boundary lookup still works for any compartment whose start/end message is among the resolved set
[2026-09-16T08:26:42.715Z] agent_end: returning synchronously (background work continues)
Short description
Updated to the latest release, restarted session, continued
What happened?
Updated magic context, restarted session and everything in the mc dashboard showed cache bust.
Diagnostics
Plugin version
v0.42.5
OpenCode version
0.85.1
Platform
linux x64
Client
Pi
Log output (optional)