v1.5.2: Claude Code Native Support & Orchestrator Pattern
Release v1.5.2: Claude Code Native Support & Orchestrator Pattern
We are thrilled to announce version 1.5.2 of the Awesome Copilot ID ecosystem! This release brings a massive architectural upgrade to our core agents and officially introduces native support for Claude Code.
🚀 What's New
1. Claude Code Ecosystem Integration (.claude)
Awesome Copilot ID now officially supports Anthropic's Claude Code CLI!
- Native Directory Structure: Added a full
.claude/ecosystem, complete withagents/,skills/,standards/, andinstructions/. - YAML Frontmatter Injection: Custom agents (like
GodModeDev.md) are now perfectly formatted with the exactname:anddescription:YAML tags required by Claude Code to register them as custom subagents. - Context Isolation: Zero cross-platform leakage. All internal references strictly point to the
.claudedirectory. - Installer Support: The interactive
install.shandinstall.ps1scripts now feature Claude Code as option8in the setup menu.
2. The "Orchestrator-Reference" Agent Architecture
We have completely overhauled the way our top-tier agents (@GodModeDev and @ExpertCodeReviewer) manage their instructions to prevent token bloat and context loss.
- Skill Orchestration:
SKILL.mdfiles have been stripped of heavy text and converted into lightweight orchestrators. - Reference Delegation: Heavy instructions (like the SDLC Execution Workflow and Communication Protocols) are now cleanly separated into a
references/subdirectory. - Macro/Micro Safeguards: Introduced a strict Three-Point execution mandate:
- Tests are Mandatory
- No Lazy Placeholders (
// ... keep existing code ...) - Strict Traceability
3. Global Ecosystem Synchronization
- The
memory-managerskill across all 8 platforms (GitHub Copilot, OpenCode, CommandCode, Codex, Pi, Omp, Antigravity, and Claude) has been updated to seamlessly track project memories in.claude/instructions/. - Updated
AGENTS.md,README.md, danindex.html(along with localized translations) to reflect the new expanded multi-platform capabilities.
🛠️ Upgrading
To upgrade your existing project to v1.5.2, you can re-run the interactive installer or manually pull the latest changes and copy your preferred platform folder (e.g., .github, .claude) into your workspace.
# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/GulajavaMinistudio/awesome-copilot-id/main/install.sh | bash
# Windows PowerShell
iwr -useb https://raw.githubusercontent.com/GulajavaMinistudio/awesome-copilot-id/main/install.ps1 | iexAs always, remember to back up your memory.instructions.md before overwriting!