CommandCodeAI / CommandCodeAI/command-code
Conversation history is tied to case-sensitive directory paths
還沒有人認領這個 Issue。
- 主要語言
- 沒有語言資料
- 星號
- 4k
- 分支
- 350
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Summary
The conversation history appears to be matched using the exact directory path string, including letter casing.
Expected Behavior
Since both paths refer to the same directory (on a case-insensitive filesystem), the existing conversation history should be shown.
Actual Behavior
A new conversation is created (or previous conversations are not shown) because the path comparison is case-sensitive.
Steps to reproduce the issue
Open a project from:
/path/to/project
Start a conversation.
Later, open the same physical directory using:
/path/to/Project
(only the casing differs).
Observe the conversation history.
Command Code Version
0.40.14
Operating System
Windows
Terminal/IDE
No response
Shell
No response
Additional context
No response
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定原始檔案或測試。首先追蹤對話歷史記錄的查找位置,以及 Windows 上如何比較專案目錄路徑,然後使用僅大小寫不同的路徑重現此問題。當同一個實體目錄無論路徑大小寫為何都能顯示其現有的對話歷史記錄時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 領域
- cli, operating-systems
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 64/100