|
819 | 819 | },
|
820 | 820 | {
|
821 | 821 | "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.", |
823 | 823 | "path": "./ai-coder/index.md",
|
824 | 824 | "icon_path": "./images/icons/wand.svg",
|
825 | 825 | "state": ["beta"],
|
826 | 826 | "children": [
|
827 | 827 | {
|
828 | 828 | "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", |
830 | 830 | "path": "./ai-coder/agents.md"
|
831 | 831 | },
|
832 | 832 | {
|
833 | 833 | "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", |
835 | 835 | "path": "./ai-coder/create-template.md",
|
836 | 836 | "state": ["beta"]
|
837 | 837 | },
|
838 | 838 | {
|
839 | 839 | "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", |
841 | 841 | "path": "./ai-coder/issue-tracker.md",
|
842 | 842 | "state": ["beta"]
|
843 | 843 | },
|
844 | 844 | {
|
845 | 845 | "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", |
847 | 847 | "path": "./ai-coder/best-practices.md",
|
848 | 848 | "state": ["beta"]
|
849 | 849 | },
|
850 | 850 | {
|
851 | 851 | "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", |
853 | 853 | "path": "./ai-coder/coder-dashboard.md",
|
854 | 854 | "state": ["beta"]
|
855 | 855 | },
|
856 | 856 | {
|
857 | 857 | "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", |
859 | 859 | "path": "./ai-coder/ide-integration.md",
|
860 | 860 | "state": ["beta"]
|
861 | 861 | },
|
862 | 862 | {
|
863 | 863 | "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", |
865 | 865 | "path": "./ai-coder/headless.md",
|
866 | 866 | "state": ["beta"]
|
867 | 867 | },
|
868 | 868 | {
|
869 | 869 | "title": "Securing agents in Coder",
|
870 |
| - "description": "Learn how to secure agents with boundaries", |
| 870 | + "description": "Learn how to secure agentic agents with boundaries", |
871 | 871 | "path": "./ai-coder/securing.md",
|
872 | 872 | "state": ["early access"]
|
873 | 873 | },
|
874 | 874 | {
|
875 | 875 | "title": "Custom agents",
|
876 |
| - "description": "Learn how to use custom agents with Coder", |
| 876 | + "description": "Learn how to use custom agentic agents with Coder", |
877 | 877 | "path": "./ai-coder/custom-agents.md",
|
878 | 878 | "state": ["beta"]
|
879 | 879 | }
|
|
0 commit comments