Codeagent Wrapper Integration Overview Execute commands with pluggable AI backends (Codex, Claude, Gemini, OpenCode), agent presets, auto-detected skill injection, and parallel task orchestration. Default to background execution, and prefer whenever work can be split into independent tasks. When to Use - Complex code analysis requiring deep understanding - Large-scale refactoring across multiple files - Multi-agent orchestration (explore → design → implement → review) - Automated code generation with backend/agent selection - Parallel task execution with dependency management Quick Reference…