- Updated
package.jsonandREADME.mdto the new tagline: "The AI control layer for GitHub Copilot — a persistent AI workflow cockpit inside VS Code with planning, review gates, and an agent crew for the heavy lifting."
- Clarified that
CEOmust never use the terminal, run tasks, or execute code directly. Any missing tool or execution surface is a mandatory routing signal to a suitable specialist — not a reason to improvise. - Strengthened non-goals and decision rules to reinforce that
CEOdelegates all execution work and does not attempt terminal commands, script execution, or direct file edits.
- Added optional repo-local GitHub settings in the
Settingstab, with new saves and refresh resolving credentials through VS Code's built-ingithuborgithub-enterpriseauthentication providers instead of storing a new PAT. - Added manual
Refresh GitHub Inboxsupport plus sync status reporting and cached inbox lanes forIssues,Pull Requests, andSecurity Alerts. - Added
Create TodoandCreate Todo + Reviewimport paths on GitHub inbox rows. - GitHub-sourced Todo cards now keep structured source metadata so repeat imports reuse and update the existing card instead of creating duplicates.
- The saved GitHub automation prompt is now reused for GitHub-sourced
needs-bot-reviewlaunches andreadytask drafts. - Pull-request sourced handoffs add security-first review guidance and branch preflight using the current local branch when VS Code's built-in Git extension can provide it.
- Updated the shipped Prefab starter-agent path to prefer live rendering through
prefab/render_uiwhen the renderer is available. - Raw Prefab wire-format JSON is now the fallback path for renderer-unavailable or explicitly JSON-only requests instead of the default end state.
See GitHub Integration for the user-facing setup and workflow details.