Skip to content

Sync built-in engine catalog references for antigravity and pi#44649

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-sync-engine-catalog
Closed

Sync built-in engine catalog references for antigravity and pi#44649
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-sync-engine-catalog

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

The built-in engine.id catalog had drifted across schema, generated docs, and code comments. antigravity was already supported at runtime but was missing from schema/docs, and some code/test surfaces still reflected an older built-in set.

  • Schema + generated docs

    • Updated $defs.engine_config descriptions in main_workflow_schema.json to list the current built-ins:
      • antigravity, claude, codex, copilot, crush, gemini, opencode, pi
    • Synced the schema-derived reference docs and editor autocomplete metadata so the documented catalog matches the accepted runtime catalog.
  • Code comments

    • Corrected stale built-in engine lists in pkg/workflow/engine_definition.go so the catalog comment matches the actual embedded engine definitions.
  • Regression coverage

    • Updated engine registry/catalog tests that still assumed the older built-in set.
    • Extended catalog resolution coverage for antigravity, including its current definition metadata.
engine:
  id: antigravity

This PR aligns the three user-facing/static surfaces with the built-in engines already present in the runtime catalog and in-repo workflows.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Sync engine catalog to include pi and antigravity Sync built-in engine catalog references for antigravity and pi Jul 10, 2026
Copilot AI requested a review from pelikhan July 10, 2026 05:18
@pelikhan pelikhan closed this Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Sync engine catalog: add pi and antigravity built-in engines to schema, docs, and code comments

2 participants