github / github/copilot-cli

[Bug] session-store.db not created on Windows WSL2 — no persistent session storage

未關閉
#3,046 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area:platform-windows area:sessions
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

## Summary

On Windows with WSL2, Copilot CLI does not create `session-store.db` at the expected path (`~/.copilot/session-store.db`). This means session history is not persisted in a queryable format, breaking any tooling that depends on the session database for recall or analysis.

## Steps to reproduce

1. Install Copilot CLI on Windows (WSL2 Ubuntu)
2. Run several interactive sessions
3. Check for `~/.copilot/session-store.db`
4. File does not exist

## Expected behavior

Copilot CLI should create and maintain `~/.copilot/session-store.db` with session history (sessions, turns, session_files, checkpoints tables) — same as it does on macOS and native Linux.

## Actual behavior

- `~/.copilot/session-store.db` is never created
- Session state may exist only in `~/.copilot/session-state/*/events.jsonl` (ephemeral per-session files)
- No consolidated queryable database is available

## Why this matters

- **Session continuity:** Users cannot resume or reference prior sessions reliably
- **Ecosystem tooling:** Tools like [auto-memory/session-recall](https://github.com/dezgit2025/auto-memory) depend on `session-store.db` for context recall. Without it, Windows/WSL2 users are locked out of the session recall ecosystem.
- **Parity gap:** macOS users get full session persistence; Windows/WSL2 users do not

## Environment

- OS: Windows 11 + WSL2 (Ubuntu)
- Copilot CLI: v1.0.34+
- Shell: bash (WSL2)

## Related

- [dezgit2025/auto-memory#13](https://github.com/dezgit2025/auto-memory/issues/13) — Windows user unable to create .db file using WSL
- [dezgit2025/auto-memory#3](https://github.com/dezgit2025/auto-memory/issues/3) — session-store.db not found on fresh installs

## Possible causes

1. SQLite binary or filesystem permission issue in WSL2 (NTFS vs ext4 boundary)
2. Copilot CLI conditionally skipping DB creation on WSL2
3. Different storage backend used on Windows that does not consolidate into session-store.db

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。