Chat Eksporter
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# AI Chat Logger
|
||||
|
||||
Minimalistyczny plugin zapisujący historię czatu Copilot Chat do plików Markdown.
|
||||
|
||||
## Instalacja
|
||||
|
||||
1. Skopiuj folder `ai-chat-logger` do dowolnego katalogu.
|
||||
2. W VS Code uruchom:
|
||||
- `F1 → Developer: Install Extension from Location`
|
||||
3. Wskaż folder pluginu.
|
||||
|
||||
## Konfiguracja
|
||||
|
||||
W `settings.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"aiChatLogger.outputDir": ".ai_logs"
|
||||
}
|
||||
# ai-chat-logger
|
||||
Reference in New Issue
Block a user