()
| 169 | "Magic Context compacted prior conversation. See <session-history> block for the structured summary."; |
| 170 | |
| 171 | function defaultOpenCodeDbPath(): string { |
| 172 | return join(homedir(), ".local", "share", "opencode", "opencode.db"); |
| 173 | } |
| 174 | |
| 175 | function defaultCortexkitDbPath(): string { |
| 176 | return join(getMagicContextStorageDir(), "context.db"); |
no outgoing calls
no test coverage detected