Skip to content

Commit bb58265

Browse files
committed
edit descriptions
1 parent dc5f69e commit bb58265

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
@@ -800,61 +800,61 @@
800800
},
801801
{
802802
"title": "Run AI Coding Agents in Coder",
803-
"description": "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.",
803+
"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.",
804804
"path": "./ai-coder/index.md",
805805
"icon_path": "./images/icons/wand.svg",
806806
"state": ["beta"],
807807
"children": [
808808
{
809809
"title": "Learn about coding agents",
810-
"description": "Learn about the different AI agents and their tradeoffs",
810+
"description": "Learn about the different agentic AI agents and their tradeoffs",
811811
"path": "./ai-coder/agents.md"
812812
},
813813
{
814814
"title": "Create a Coder template for agents",
815-
"description": "Create a purpose-built template for your AI agents",
815+
"description": "Create a purpose-built template for your agentic AI agents",
816816
"path": "./ai-coder/create-template.md",
817817
"state": ["beta"]
818818
},
819819
{
820820
"title": "Integrate with your issue tracker",
821-
"description": "Assign tickets to AI agents and interact via code reviews",
821+
"description": "Assign tickets to agentic AI agents and interact via code reviews",
822822
"path": "./ai-coder/issue-tracker.md",
823823
"state": ["beta"]
824824
},
825825
{
826826
"title": "Model Context Protocols (MCP) and adding AI tools",
827-
"description": "Improve results by adding tools to your AI agents",
827+
"description": "Improve results by adding tools to your agentic AI agents",
828828
"path": "./ai-coder/best-practices.md",
829829
"state": ["beta"]
830830
},
831831
{
832832
"title": "Supervise agents via Coder UI",
833-
"description": "Interact with agents via the Coder UI",
833+
"description": "Interact with agentic agents via the Coder UI",
834834
"path": "./ai-coder/coder-dashboard.md",
835835
"state": ["beta"]
836836
},
837837
{
838838
"title": "Supervise agents via the IDE",
839-
"description": "Interact with agents via VS Code or Cursor",
839+
"description": "Interact with agentic agents via VS Code or Cursor",
840840
"path": "./ai-coder/ide-integration.md",
841841
"state": ["beta"]
842842
},
843843
{
844844
"title": "Programmatically manage agents",
845-
"description": "Manage agents via MCP, the Coder CLI, and/or REST API",
845+
"description": "Manage agentic agents via MCP, the Coder CLI, and/or REST API",
846846
"path": "./ai-coder/headless.md",
847847
"state": ["beta"]
848848
},
849849
{
850850
"title": "Securing agents in Coder",
851-
"description": "Learn how to secure agents with boundaries",
851+
"description": "Learn how to secure agentic agents with boundaries",
852852
"path": "./ai-coder/securing.md",
853853
"state": ["early access"]
854854
},
855855
{
856856
"title": "Custom agents",
857-
"description": "Learn how to use custom agents with Coder",
857+
"description": "Learn how to use custom agentic agents with Coder",
858858
"path": "./ai-coder/custom-agents.md",
859859
"state": ["beta"]
860860
}

0 commit comments

Comments
 (0)