|
670 | 670 | {
|
671 | 671 | "title": "Run AI Coding Agents in Coder",
|
672 | 672 | "description": "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.",
|
673 |
| - "path": "./coder-ai/index.md", |
| 673 | + "path": "./ai-coder/index.md", |
674 | 674 | "icon_path": "./images/icons/wand.svg",
|
675 | 675 | "state": ["early access"],
|
676 | 676 | "children": [
|
677 | 677 | {
|
678 | 678 | "title": "Learn about coding agents",
|
679 | 679 | "description": "Learn about the different AI agents and their tradeoffs",
|
680 |
| - "path": "./coder-ai/agents.md" |
| 680 | + "path": "./ai-coder/agents.md" |
681 | 681 | },
|
682 | 682 | {
|
683 | 683 | "title": "Create a Coder template for agents",
|
684 | 684 | "description": "Create a purpose-built template for your AI agents",
|
685 |
| - "path": "./coder-ai/create-template.md", |
| 685 | + "path": "./ai-coder/create-template.md", |
686 | 686 | "state": ["early access"]
|
687 | 687 | },
|
688 | 688 | {
|
689 | 689 | "title": "Integrate with your issue tracker",
|
690 | 690 | "description": "Assign tickets to AI agents and interact via code reviews",
|
691 |
| - "path": "./coder-ai/issue-tracker.md", |
| 691 | + "path": "./ai-coder/issue-tracker.md", |
692 | 692 | "state": ["early access"]
|
693 | 693 | },
|
694 | 694 | {
|
695 | 695 | "title": "Model Context Protocols (MCP) and adding AI tools",
|
696 | 696 | "description": "Improve results by adding tools to your AI agents",
|
697 |
| - "path": "./coder-ai/best-practices.md", |
| 697 | + "path": "./ai-coder/best-practices.md", |
698 | 698 | "state": ["early access"]
|
699 | 699 | },
|
700 | 700 | {
|
701 | 701 | "title": "Supervise agents via Coder UI",
|
702 | 702 | "description": "Interact with agents via the Coder UI",
|
703 |
| - "path": "./coder-ai/coder-dashboard.md", |
| 703 | + "path": "./ai-coder/coder-dashboard.md", |
704 | 704 | "state": ["early access"]
|
705 | 705 | },
|
706 | 706 | {
|
707 | 707 | "title": "Supervise agents via the IDE",
|
708 | 708 | "description": "Interact with agents via VS Code or Cursor",
|
709 |
| - "path": "./coder-ai/ide-integration.md", |
| 709 | + "path": "./ai-coder/ide-integration.md", |
710 | 710 | "state": ["early access"]
|
711 | 711 | },
|
712 | 712 | {
|
713 | 713 | "title": "Programmatically manage agents",
|
714 | 714 | "description": "Manage agents via MCP, the Coder CLI, and/or REST API",
|
715 |
| - "path": "./coder-ai/headless.md", |
| 715 | + "path": "./ai-coder/headless.md", |
716 | 716 | "state": ["early access"]
|
717 | 717 | },
|
718 | 718 | {
|
719 | 719 | "title": "Securing agents in Coder",
|
720 | 720 | "description": "Learn how to secure agents with boundaries",
|
721 |
| - "path": "./coder-ai/securing.md", |
| 721 | + "path": "./ai-coder/securing.md", |
722 | 722 | "state": ["early access"]
|
723 | 723 | },
|
724 | 724 | {
|
725 | 725 | "title": "Custom agents",
|
726 | 726 | "description": "Learn how to use custom agents with Coder",
|
727 |
| - "path": "./coder-ai/custom-agents.md", |
| 727 | + "path": "./ai-coder/custom-agents.md", |
728 | 728 | "state": ["early access"]
|
729 | 729 | }
|
730 | 730 | ]
|
|
0 commit comments