From 2d83174401a3b5b00d8e23fda1e1023c8266e108 Mon Sep 17 00:00:00 2001 From: Copilot Date: Sun, 12 Apr 2026 21:23:42 +0200 Subject: [PATCH] docs: Improve README.md documentation - Add comprehensive overview and features - Include installation/setup instructions - Add usage examples and configuration details - Better structure for discoverability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffabb14..42df272 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,33 @@ # Continue-Config -Konfigurations-Datei für Continue \ No newline at end of file +Konfigurationsdatei und Best Practices für Continue IDE - ein AI Coding Assistant für VS Code. + +## Übersicht + +Dieses Projekt enthält optimierte Konfigurationen für den Continue Copilot: +- Model-Konfiguration +- LLM-Provider Setup +- IDE-Integration + +## Features + +- Vorkonfigurierte Modelle +- Custom Instructions +- Context-Fenster Optimierung + +## Installation + +1. Installieren Sie die Continue Extension in VS Code +2. Kopieren Sie die Konfiguration in `~/.continue/config.py` +3. Starten Sie VS Code neu + +## Konfiguration + +Bearbeiten Sie `config.yaml` für: +- Modellauswahl (OpenAI, Claude, etc.) +- API-Keys +- Verhaltensoptionen + +## Dokumentation + +Weitere Info: https://continue.dev/ \ No newline at end of file