Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 19, 2025

CLI versions were bumped (Codex to 0.75.0, GitHub MCP Server to v0.26.3) and new features remained undocumented.

Changes

Codex CLI 0.74.0+ features (docs/src/content/docs/reference/engines.md):

  • /experimental command for experimental features
  • gpt-5.2-codex model with improved reasoning/coding
  • Model picker and SYSTEM skills support

GitHub MCP Server v0.26.0+ features (docs/src/content/docs/reference/tools.md):

  • Feature flag infrastructure: frontmatter features field, GITHUB_MCP_FEATURES env var, or --features CLI flag
  • Octicon icons, Inventory pattern architecture, consolidated Actions toolsets

Example

tools:
  github:
    features:
      - "your-feature-flag-name"

[!WARNING]

Original prompt

This section details on the original issue you should resolve

<filter_complete></filter_complete>

<issue_title>[plan] Update documentation for CLI version changes</issue_title>
<issue_description>## Objective

Update documentation to reflect new features and changes in the updated CLI versions.

Context

Four CLI tools have been updated with new features. Documentation should be updated to help users understand and use these new capabilities.

Approach

  1. Review existing documentation for references to CLI versions
  2. Add documentation for Copilot CLI 0.0.370 tool permission changes
  3. Add documentation for Copilot CLI --plain-diff and --no-auto-update flags
  4. Add documentation for Codex 0.74.0 /experimental command
  5. Add documentation for GitHub MCP Server feature flags
  6. Update any version-specific troubleshooting guides

Files to Update

  • docs/ directory - check for CLI references
  • README.md - update if it mentions CLI features
  • Any workflow examples that demonstrate CLI usage

Acceptance Criteria

AI generated by Plan Command for #6888

</issue_description>

Comments on the Issue (you are @copilot in this section)

Original prompt

This section details on the original issue you should resolve

<issue_title>[plan] Update documentation for CLI version changes</issue_title>
<issue_description>## Objective

Update documentation to reflect new features and changes in the updated CLI versions.

Context

Four CLI tools have been updated with new features. Documentation should be updated to help users understand and use these new capabilities.

Approach

  1. Review existing documentation for references to CLI versions
  2. Add documentation for Copilot CLI 0.0.370 tool permission changes
  3. Add documentation for Copilot CLI --plain-diff and --no-auto-update flags
  4. Add documentation for Codex 0.74.0 /experimental command
  5. Add documentation for GitHub MCP Server feature flags
  6. Update any version-specific troubleshooting guides

Files to Update

  • docs/ directory - check for CLI references
  • README.md - update if it mentions CLI features
  • Any workflow examples that demonstrate CLI usage

Acceptance Criteria

AI generated by Plan Command for #6888

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits December 19, 2025 19:03
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
…ex 0.74.0+, and GitHub MCP Server v0.26.0+

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation for CLI version changes Document CLI version changes: Copilot 0.0.370+, Codex 0.74.0+, GitHub MCP Server v0.26.0+ Dec 19, 2025
Copilot AI requested a review from mnkiefer December 19, 2025 19:20
Copy link
Contributor

@pelikhan pelikhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot do not document engines cli flags

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 19, 2025

@copilot do not document engines cli flags

Removed all Copilot CLI flags documentation (--allow-tool, --deny-tool, --available-tools, --excluded-tools, --no-auto-update, --plain-diff) from engines.md. Kept only the Codex features documentation. (fe72c9b)

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.12.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Document CLI version changes: Copilot 0.0.370+, Codex 0.74.0+, GitHub MCP Server v0.26.0+ Document CLI version changes: Codex 0.74.0+ and GitHub MCP Server v0.26.0+ Dec 19, 2025
Copilot AI requested a review from pelikhan December 19, 2025 19:31
@pelikhan pelikhan closed this Dec 19, 2025
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.

[plan] Update documentation for CLI version changes

3 participants