Skip to content

Document engine.token-weights and engine.extensions in the concise frontmatter reference#44937

Closed
pelikhan with Copilot wants to merge 3 commits into
mainfrom
copilot/deep-report-document-engine-token-weights
Closed

Document engine.token-weights and engine.extensions in the concise frontmatter reference#44937
pelikhan with Copilot wants to merge 3 commits into
mainfrom
copilot/deep-report-document-engine-token-weights

Conversation

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

The concise frontmatter reference documented engine: only as a simple selector, while runtime and the full reference also support engine.token-weights and engine.extensions. This updates the summary page so the short and full references describe the same supported engine capabilities.

  • Reference alignment

    • Extend the engine: section in docs/src/content/docs/reference/frontmatter.md to call out object-form engine configuration, not just string form.
    • Explicitly mention:
      • token-weights for custom AI Credits cost ratios
      • extensions for engine-specific plugin installation
  • Example update

    • Add a compact object-form engine: example that shows both fields in context.
engine:
  id: pi
  token-weights:
    multipliers:
      pi-medium: 0.5
  extensions:
    - acme/pi-search

Copilot AI and others added 2 commits July 11, 2026 11:18
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Document engine.token-weights and engine.extensions in frontmatter.md Document engine.token-weights and engine.extensions in the concise frontmatter reference Jul 11, 2026
Copilot AI requested a review from pelikhan July 11, 2026 11:22
@pelikhan pelikhan closed this Jul 11, 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] Document engine.token-weights and engine.extensions in frontmatter.md engine summary

2 participants