From bb58265a65c9851b04880abead065659ff71c9f1 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:15:49 +0000 Subject: [PATCH] edit descriptions --- docs/manifest.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index e100a561aa40c..14ba9af00d067 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -800,61 +800,61 @@ }, { "title": "Run AI Coding Agents in Coder", - "description": "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.", + "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.", "path": "./ai-coder/index.md", "icon_path": "./images/icons/wand.svg", "state": ["beta"], "children": [ { "title": "Learn about coding agents", - "description": "Learn about the different AI agents and their tradeoffs", + "description": "Learn about the different agentic AI agents and their tradeoffs", "path": "./ai-coder/agents.md" }, { "title": "Create a Coder template for agents", - "description": "Create a purpose-built template for your AI agents", + "description": "Create a purpose-built template for your agentic AI agents", "path": "./ai-coder/create-template.md", "state": ["beta"] }, { "title": "Integrate with your issue tracker", - "description": "Assign tickets to AI agents and interact via code reviews", + "description": "Assign tickets to agentic AI agents and interact via code reviews", "path": "./ai-coder/issue-tracker.md", "state": ["beta"] }, { "title": "Model Context Protocols (MCP) and adding AI tools", - "description": "Improve results by adding tools to your AI agents", + "description": "Improve results by adding tools to your agentic AI agents", "path": "./ai-coder/best-practices.md", "state": ["beta"] }, { "title": "Supervise agents via Coder UI", - "description": "Interact with agents via the Coder UI", + "description": "Interact with agentic agents via the Coder UI", "path": "./ai-coder/coder-dashboard.md", "state": ["beta"] }, { "title": "Supervise agents via the IDE", - "description": "Interact with agents via VS Code or Cursor", + "description": "Interact with agentic agents via VS Code or Cursor", "path": "./ai-coder/ide-integration.md", "state": ["beta"] }, { "title": "Programmatically manage agents", - "description": "Manage agents via MCP, the Coder CLI, and/or REST API", + "description": "Manage agentic agents via MCP, the Coder CLI, and/or REST API", "path": "./ai-coder/headless.md", "state": ["beta"] }, { "title": "Securing agents in Coder", - "description": "Learn how to secure agents with boundaries", + "description": "Learn how to secure agentic agents with boundaries", "path": "./ai-coder/securing.md", "state": ["early access"] }, { "title": "Custom agents", - "description": "Learn how to use custom agents with Coder", + "description": "Learn how to use custom agentic agents with Coder", "path": "./ai-coder/custom-agents.md", "state": ["beta"] }