Skip to content

Commit bf21548

Browse files
stephanjclaude
andcommitted
docs: add CLI/ACP Runners, SDD, and Inline Completion to introduction
The getting-started introduction page was missing several recent features. Add Spec Driven Development, CLI Runners, ACP Runners, and Inline Code Completion to the Key Features list with links to their respective documentation pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a84d63e commit bf21548

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docusaurus/docs/getting-started/introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ DevoxxGenie provides a rich set of features to enhance your development workflow
2424
- **Multiple LLM Providers**: Connect to local LLMs like Ollama, LMStudio, and GPT4All, as well as cloud-based providers like OpenAI, Anthropic, Google, Grok, Mistral, Groq, Kimi, GLM, and more.
2525
- **MCP Support**: Model Context Protocol servers for agent-like capabilities, with a built-in Marketplace for discovering and installing servers.
2626
- **Agent Mode** *(v0.9.4+)*: Enable agent mode for autonomous codebase exploration using read-only tools. Parallel sub-agents allow concurrent investigation of multiple aspects, each configurable with a different LLM from any provider.
27+
- **[Spec Driven Development](../features/spec-driven-development.md)** *(v0.9.7+)*: Define tasks in Backlog.md, browse them in the Spec Browser with Task List and Kanban Board views, then let the Agent implement them autonomously.
28+
- **[CLI Runners](../features/cli-runners.md)** *(v0.9.9+)*: Execute prompts and spec tasks via external CLI tools (Claude Code, GitHub Copilot, Codex, Gemini CLI, Kimi) directly from the chat interface or the Spec Browser.
29+
- **[ACP Runners](../features/acp-runners.md)** *(v0.9.10+)*: Communicate with external agents via the Agent Communication Protocol (JSON-RPC 2.0) with structured streaming, conversation history, and capability negotiation.
30+
- **[Inline Code Completion](../features/inline-completion.md)** *(v0.9.6+)*: AI-powered code suggestions as you type using Fill-in-the-Middle (FIM) models via Ollama or LM Studio.
2731
- **Skills**: Built-in and custom slash commands (`/test`, `/explain`, `/review`, `/find`, etc.) for common development tasks.
2832
- **Git Diff/Merge**: Show Git Diff/Merge dialog to accept LLM suggestions.
2933
- **Chat History**: Your chats are stored locally, allowing you to easily restore them in the future.

0 commit comments

Comments
 (0)