mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
docs: fix typo 'protyping' to 'prototyping' in AI Coding Agents page (#18928)
Fixes #18926 Simple typo fix: changed 'protyping' to 'prototyping' in the AI Coding Agents documentation page. Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: bpmct <22407953+bpmct@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ These agents work well inside existing Coder workspaces as they can simply be en
|
||||
|
||||
## Agents with Coder Tasks (Beta)
|
||||
|
||||
In cases where the IDE is secondary, such as protyping or long-running background jobs, agents like Claude Code or Aider are better for the job and new SaaS interfaces like [Devin](https://devin.ai) and [ChatGPT Codex](https://openai.com/index/introducing-codex/) are emerging.
|
||||
In cases where the IDE is secondary, such as prototyping or long-running background jobs, agents like Claude Code or Aider are better for the job and new SaaS interfaces like [Devin](https://devin.ai) and [ChatGPT Codex](https://openai.com/index/introducing-codex/) are emerging.
|
||||
|
||||
[Coder Tasks](./tasks.md) is a new interface inside Coder to run and manage coding agents with a chat-based UI. Unlike SaaS-based products, Coder Tasks is self-hosted (included in your Coder deployment) and allows you to run any terminal-based agent such as Claude Code or Codex's Open Source CLI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user