Skip to content

fix: resolve tool denial failures in daily-agent-of-the-day-blog-writer - #48933

Merged
pelikhan merged 4 commits into
mainfrom
copilot/fix-copilot-issue
Jul 29, 2026
Merged

fix: resolve tool denial failures in daily-agent-of-the-day-blog-writer#48933
pelikhan merged 4 commits into
mainfrom
copilot/fix-copilot-issue

Conversation

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

The workflow was hitting max-tool-denials: 3 and aborting early. Two causes: the narrow bash allowlist blocked agenticworkflows audit calls (despite cli-proxy: true mounting it on PATH), and the agent repeatedly fell back to denied built-in view(...) / read(...) tools for file inspection.

Changes

  • bash: ["*"] — replaces an 18-pattern narrow allowlist. Per syntax-tools-imports.md: schedule/workflow_dispatch workflows with no untrusted input can safely use open bash. Unblocks agenticworkflows audit via CLI proxy.
  • Prompt guardrail — extends the existing read restriction to also explicitly call out view:

    "There is no read or view tool. Use bash with cat instead."

  • Recompiled .lock.yml — synced to compiler v0.83.4.

@pelikhan
pelikhan marked this pull request as ready for review July 29, 2026 16:04
Copilot AI review requested due to automatic review settings July 29, 2026 16:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

…the-day-blog-writer

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with Copilot integration fix: resolve tool denial failures in daily-agent-of-the-day-blog-writer Jul 29, 2026
Copilot AI requested a review from pelikhan July 29, 2026 16:08
@pelikhan
pelikhan merged commit 13e7070 into main Jul 29, 2026
1 check failed
@pelikhan
pelikhan deleted the copilot/fix-copilot-issue branch July 29, 2026 16:21
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.0

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.

3 participants