Skip to content

Comments

Fix build: Replace invalid cache tool with cache-memory#13013

Merged
pelikhan merged 3 commits intocopilot/fix-safe-outputs-prompt-issuefrom
copilot/fix-build-issues-again
Jan 31, 2026
Merged

Fix build: Replace invalid cache tool with cache-memory#13013
pelikhan merged 3 commits intocopilot/fix-safe-outputs-prompt-issuefrom
copilot/fix-build-issues-again

Conversation

Copy link
Contributor

Copilot AI commented Jan 31, 2026

Build failed at compilation with 146/147 workflows compiled due to invalid MCP tool configuration in functional-pragmatist.md.

Issue

The workflow used cache: as a tool, which doesn't exist in the built-in tools list. Valid built-in tools include cache-memory, not cache.

# Before - invalid
tools:
  cache:
    enabled: true
    keys:
      - "last_processed_package"
      - "processed_packages"

Changes

  • Replace cache: with cache-memory: true in functional-pragmatist.md
  • Regenerate lock file with correct configuration
# After - valid
tools:
  cache-memory: true

The workflow's existing cache_get and cache_set bash commands remain unchanged - they're provided by the cache-memory tool at runtime.

Original prompt

Reference: https://github.com/githubnext/gh-aw/actions/runs/21549632299/job/62096625855

Fix build


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 31, 2026 21:32
…emory

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] Fix build errors in the project Fix build: Replace invalid cache tool with cache-memory Jan 31, 2026
Copilot AI requested a review from pelikhan January 31, 2026 21:40
@pelikhan pelikhan marked this pull request as ready for review January 31, 2026 21:53
@pelikhan pelikhan merged commit f758c73 into copilot/fix-safe-outputs-prompt-issue Jan 31, 2026
121 checks passed
@pelikhan pelikhan deleted the copilot/fix-build-issues-again branch January 31, 2026 21:54
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.

2 participants