You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: unify documentation, improve AI discoverability, add manual IDE integration
- Translate all docs to English (excluding .agent/)
- Add ONE-SHOT install command for Linux
- Add Option A/B installation (Docker-only vs local Ollama)
- Add Manual IDE Integration section with config paths for all IDEs
- Expand Advanced Configuration with installation directory, env vars, logs
- Improve llms.txt for AI agents (Why RagCode, Compatibility, Example Usage)
- Remove .env.example (info moved to README Advanced Configuration)
- Add keywords for SEO and AI discoverability
@@ -232,6 +215,32 @@ Each project gets its own collection in Qdrant, and RagCode automatically switch
232
215
233
216
After installation, RagCode is automatically available in the IDE. **No manual action required!**
234
217
218
+
### Manual IDE Integration
219
+
220
+
If you install a new IDE **after** running `ragcode-installer`, you'll need to configure it manually. Below are the configuration file paths for each supported IDE.
The `-skip-build` flag skips binary compilation and only updates IDE configurations.
243
+
235
244
### In VS Code with GitHub Copilot
236
245
237
246
RagCode integrates with **GitHub Copilot's Agent Mode** in VS Code through the Model Context Protocol (MCP). This allows Copilot to use RagCode's semantic search capabilities as part of its autonomous coding workflow.
@@ -243,7 +252,7 @@ RagCode integrates with **GitHub Copilot's Agent Mode** in VS Code through the M
243
252
244
253
#### Setup
245
254
246
-
`ragcode-installer`configurează automat RagCode pentru VS Code și creează:
255
+
`ragcode-installer`automatically configures RagCode for VS Code and creates:
0 commit comments