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