|
800 | 800 | },
|
801 | 801 | {
|
802 | 802 | "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.", |
804 | 804 | "path": "./ai-coder/index.md",
|
805 | 805 | "icon_path": "./images/icons/wand.svg",
|
806 | 806 | "state": ["beta"],
|
807 | 807 | "children": [
|
808 | 808 | {
|
809 | 809 | "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", |
811 | 811 | "path": "./ai-coder/agents.md"
|
812 | 812 | },
|
813 | 813 | {
|
814 | 814 | "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", |
816 | 816 | "path": "./ai-coder/create-template.md",
|
817 | 817 | "state": ["beta"]
|
818 | 818 | },
|
819 | 819 | {
|
820 | 820 | "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", |
822 | 822 | "path": "./ai-coder/issue-tracker.md",
|
823 | 823 | "state": ["beta"]
|
824 | 824 | },
|
825 | 825 | {
|
826 | 826 | "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", |
828 | 828 | "path": "./ai-coder/best-practices.md",
|
829 | 829 | "state": ["beta"]
|
830 | 830 | },
|
831 | 831 | {
|
832 | 832 | "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", |
834 | 834 | "path": "./ai-coder/coder-dashboard.md",
|
835 | 835 | "state": ["beta"]
|
836 | 836 | },
|
837 | 837 | {
|
838 | 838 | "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", |
840 | 840 | "path": "./ai-coder/ide-integration.md",
|
841 | 841 | "state": ["beta"]
|
842 | 842 | },
|
843 | 843 | {
|
844 | 844 | "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", |
846 | 846 | "path": "./ai-coder/headless.md",
|
847 | 847 | "state": ["beta"]
|
848 | 848 | },
|
849 | 849 | {
|
850 | 850 | "title": "Securing agents in Coder",
|
851 |
| - "description": "Learn how to secure agents with boundaries", |
| 851 | + "description": "Learn how to secure agentic agents with boundaries", |
852 | 852 | "path": "./ai-coder/securing.md",
|
853 | 853 | "state": ["early access"]
|
854 | 854 | },
|
855 | 855 | {
|
856 | 856 | "title": "Custom agents",
|
857 |
| - "description": "Learn how to use custom agents with Coder", |
| 857 | + "description": "Learn how to use custom agentic agents with Coder", |
858 | 858 | "path": "./ai-coder/custom-agents.md",
|
859 | 859 | "state": ["beta"]
|
860 | 860 | }
|
|
0 commit comments