# DevShed Coder ## Docs - [AI Agent](https://docs.coderide.dev/ai.md): Streaming chat, multiple providers, tool use, extended thinking, voice dictation, and live editor streaming. - [In-App Browser](https://docs.coderide.dev/browser.md): A real editor tab that's a sandboxed embedded browser, split it alongside your code. - [Configuration](https://docs.coderide.dev/config.md): Where settings, prompts, and connections live on disk. - [Databases](https://docs.coderide.dev/databases.md): SQLite, MySQL, PostgreSQL, MongoDB, and Redis behind one connection tree and query console. - [Debugger](https://docs.coderide.dev/debugger.md): Multi-language step-debugging (Node, Go, Rust, Python, PHP) over the Debug Adapter Protocol. - [Git](https://docs.coderide.dev/git.md): Status, stage/unstage, commit, push/pull/fetch, branch management, and discard changes. - [Introduction](https://docs.coderide.dev/index.md): DevShed Coder Docs — a fast, lightweight desktop code editor with an integrated AI agent. - [Kanban Board](https://docs.coderide.dev/kanban.md): Per-project task board stored as plain JSON so the AI can read and write it directly. - [Live Reload](https://docs.coderide.dev/livereload.md): Watch files and refresh a browser tab or in-app preview automatically on save. - [Language Intelligence (LSP)](https://docs.coderide.dev/lsp.md): Hover docs, go-to-definition, autocomplete, and diagnostics via real language servers. - [Master Board](https://docs.coderide.dev/masterboard.md): Cross-project task index that aggregates every project's Kanban board into one view. - [Math Formulas](https://docs.coderide.dev/math.md): LaTeX math via KaTeX, anywhere Coder renders markdown. - [Mindmaps](https://docs.coderide.dev/mindmaps.md): Plain-text .mindmap.md files with an interactive canvas view. - [Orchestrator](https://docs.coderide.dev/orchestrator.md): Multi-agent pipeline that plans, builds, and reviews a goal with a team of agents. - [Reports (Request/Response Recorder)](https://docs.coderide.dev/reports.md): Every AI round recorded verbatim to SQLite — full prompts, responses, and tool calls, exportable to Markdown/HTML. - [Smart Search](https://docs.coderide.dev/search.md): Ripgrep-powered project-wide search and replace. - [SFTP](https://docs.coderide.dev/sftp.md): Edit remote files over SFTP as real Monaco tabs. - [Shortcuts & Workflows](https://docs.coderide.dev/shortcuts.md): The full keyboard shortcut reference. - [Skills](https://docs.coderide.dev/skills.md): Progressive-disclosure instructions the agent loads on demand, shared by chat and the Orchestrator. - [Terminal](https://docs.coderide.dev/terminal.md): Integrated PTY terminal with multiple renameable tabs. - [Themes](https://docs.coderide.dev/themes.md): Independent UI and editor color themes, plus custom themes loaded from disk. - [Tickets](https://docs.coderide.dev/tickets.md): GitHub issues and pull requests, connected to your project's own git remote. - [Token Usage Dashboard](https://docs.coderide.dev/tokens.md): Per-round token logging, daily/session/7-day breakdowns, and a rebuild-from-history tool.