|
96 | 96 | <a href="#mcp" class="docs-sidebar-link">MCP Servers</a> |
97 | 97 | <a href="#memory" class="docs-sidebar-link">Memory</a> |
98 | 98 | <a href="#vscode" class="docs-sidebar-link">VS Code Extension</a> |
99 | | - <a href="#desktop" class="docs-sidebar-link">Desktop App</a> |
100 | 99 | </div> |
101 | 100 | </aside> |
102 | 101 |
|
103 | 102 | <main class="docs-content"> |
104 | 103 | <h1 id="overview">Overview</h1> |
105 | | - <p>Localcode is a full-featured AI coding agent that runs in your terminal, VS Code, or desktop app. It connects to any LLM provider (local or cloud), reads your codebase, edits files, runs commands, and iterates until the job is done.</p> |
| 104 | + <p>Localcode is a full-featured AI coding agent that runs in your terminal or VS Code. It connects to any LLM provider (local or cloud), reads your codebase, edits files, runs commands, and iterates until the job is done.</p> |
106 | 105 | <div class="callout"><p><strong>Key features:</strong> 139 specialized agents, multi-agent orchestration, local LLM support with Ollama, plugin system, hooks, MCP servers, and VS Code extension.</p></div> |
107 | 106 |
|
108 | 107 | <h2 id="installation">Installation</h2> |
@@ -291,33 +290,3 @@ <h2 id="vscode">VS Code Extension</h2> |
291 | 290 | </ul> |
292 | 291 | <p>Install from the <a href="https://marketplace.visualstudio.com/items?itemName=thealxlabs.localcode">VS Code Marketplace</a> or build from source.</p> |
293 | 292 |
|
294 | | - <h2 id="desktop">Desktop App</h2> |
295 | | - <p>The Electron-based desktop app provides:</p> |
296 | | - <ul> |
297 | | - <li>Native window with custom title bar</li> |
298 | | - <li>Session management sidebar</li> |
299 | | - <li>Full chat interface with streaming</li> |
300 | | - <li>Agent activation and orchestration</li> |
301 | | - <li>Project directory selection</li> |
302 | | - <li>Application menu with shortcuts</li> |
303 | | - </ul> |
304 | | - <p>Build from source: <code>cd desktop && npm install && npm run dist</code></p> |
305 | | - </main> |
306 | | -</div> |
307 | | - |
308 | | -<footer> |
309 | | - <div class="footer-links"> |
310 | | - <span><a href="index.html" style="color:var(--text-secondary)">Localcode</a> v4.0.0</span> |
311 | | - <a href="features.html">Features</a> |
312 | | - <a href="platforms.html">Platforms</a> |
313 | | - <a href="agents.html">Agents</a> |
314 | | - <a href="docs.html">Docs</a> |
315 | | - <a href="https://github.com/thealxlabs/localcode" target="_blank">⎇ GitHub</a> |
316 | | - <a href="https://npmjs.com/package/@localcode/cli" target="_blank">npm</a> |
317 | | - </div> |
318 | | - <span>Built by <a href="https://github.com/thealxlabs" target="_blank">TheAlxLabs</a> · MIT License</span> |
319 | | -</footer> |
320 | | - |
321 | | -<script src="js/main.js"></script> |
322 | | -</body> |
323 | | -</html> |
0 commit comments