8000 docs: edit descriptions in ai-coder section (#18373) · coder/coder@d26d0fc · GitHub
[go: up one dir, main page]

Skip to content

Commit d26d0fc

Browse files
authored
docs: edit descriptions in ai-coder section (#18373)
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent a02d5a6 commit d26d0fc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -819,61 +819,61 @@
819819
},
820820
{
821821
"title": "Run AI Coding Agents in Coder",
822-
"description": "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.",
822+
"description": "Learn how to run and integrate agentic AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.",
823823
"path": "./ai-coder/index.md",
824824
"icon_path": "./images/icons/wand.svg",
825825
"state": ["beta"],
826826
"children": [
827827
{
828828
"title": "Learn about coding agents",
829-
"description": "Learn about the different AI agents and their tradeoffs",
829+
"description": "Learn about the different agentic AI agents and their tradeoffs",
830830
"path": "./ai-coder/agents.md"
831831
},
832832
{
833833
"title": "Create a Coder template for agents",
834-
"description": "Create a purpose-built template for your AI agents",
834+
"description": "Create a purpose-built template for your agentic AI agents",
835835
"path": "./ai-coder/create-template.md",
836836
"state": ["beta"]
837837
},
838838
{
839839
"title": "Integrate with your issue tracker",
840-
"description": "Assign tickets to AI agents and interact via code reviews",
840+
"description": "Assign tickets to agentic AI agents and interact via code reviews",
841841
"path": "./ai-coder/issue-tracker.md",
842842
"state": ["beta"]
843843
},
844844
{
845845
"title": "Model Context Protocols (MCP) and adding AI tools",
846-
"description": "Improve results by adding tools to your AI agents",
846+
"description": "Improve results by adding tools to your agentic AI agents",
847847
"path": "./ai-coder/best-practices.md",
848848
"state": ["beta"]
849849
},
850850
{
851851
"title": "Supervise agents via Coder UI",
852-
"description": "Interact with agents via the Coder UI",
852+
"description": "Interact with agentic agents via the Coder UI",
853853
"path": "./ai-coder/coder-dashboard.md",
854854
"state": ["beta"]
855855
},
856856
{
857857
"title": "Supervise agents via the IDE",
858-
"description": "Interact with agents via VS Code or Cursor",
858+
"description": "Interact with agentic agents via VS Code or Cursor",
859859
"path": "./ai-coder/ide-integration.md",
860860
"state": ["beta"]
861861
},
862862
{
863863
"title": "Programmatically manage agents",
864-
"description": "Manage agents via MCP, the Coder CLI, and/or REST API",
864+
"description": "Manage agentic agents via MCP, the Coder CLI, and/or REST API",
865865
"path": "./ai-coder/headless.md",
866866
"state": ["beta"]
867867
},
868868
{
869869
"title": "Securing agents in Coder",
870-
"description": "Learn how to secure agents with boundaries",
870+
"description": "Learn how to secure agentic agents with boundaries",
871871
"path": "./ai-coder/securing.md",
872872
"state": ["early access"]
873873
},
874874
{
875875
"title": "Custom agents",
876-
"description": "Learn how to use custom agents with Coder",
876+
"description": "Learn how to use custom agentic agents with Coder",
877877
"path": "./ai-coder/custom-agents.md",
878878
"state": ["beta"]
879879
}

0 commit comments

Comments
 (0)
0