Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 1, 2026

Adds workflow dispatch capability testing to the smoke-copilot test suite. The smoke test now validates the dispatch_workflow safe output by triggering a test workflow with a haiku message.

Changes

Example Usage

The agent will call the safe output tool:

{
  "type": "dispatch_workflow",
  "workflow_name": "haiku-printer",
  "inputs": {
    "message": "Tests compile and run\nAutomation brings us peace\nCode flows like water"
  }
}
Original prompt

Add an action workflow "test-dispatch-workflow" that has a workflow_dispatch with an input "message", it prints the message to the console.

Update a prompting and safe output to smoke-copilot agentic workflow to call the "test-dispatch-workflow" with a haiku as a message.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…patch capability

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add action workflow for test dispatch with message input Add workflow dispatch testing to smoke-copilot with test-dispatch-workflow Feb 1, 2026
Copilot AI requested a review from pelikhan February 1, 2026 16:41
@pelikhan pelikhan added the smoke label Feb 1, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.52.0
jq 1.7
yq 4.50.1
curl 8.5.0
gh 2.86.0
node 24.13.0
python3 3.13.11
go 1.24.12
java not found
dotnet not found

Result: 10/12 tools available ⚠️

Missing tools:

  • java - command not found
  • dotnet - command not found

AI generated by Agent Container Smoke Test

@@ -0,0 +1,22 @@
name: Test Dispatch Workflow
Copy link
Contributor

Choose a reason for hiding this comment

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

@copilot rename to "haiku-printer.yml" ( file and prompt ) update name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Renamed to haiku-printer.yml with updated workflow name and all references in smoke-copilot.md. Changes in commit 47af600.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

Smoke Test Results:

✅ GitHub MCP | ✅ Safe Inputs | ✅ Serena | ✅ Playwright | ✅ File I/O | ✅ Bash | ✅ Discussion | ✅ Build | ✅ Dispatch

Overall: PASS ✅

PRs Tested:

§21566653347

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

PRs:

  • Add workflow dispatch testing to smoke-copilot with test-dispatch-workflow
  • Remove top-level project: field in favor of explicit safe-outputs configuration
    Tests: GitHub MCP merged PRs ✅
    Tests: safeinputs-gh pr list ✅
    Tests: Serena activate_project ✅
    Tests: Playwright title contains GitHub ✅
    Tests: Tavily search results ✅
    Tests: file write+cat ✅
    Tests: discussion query+comment ✅
    Tests: make build ✅
    Overall: PASS

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

Smoke Test Results

Recent PRs:

Tests:

  • ✅ GitHub MCP
  • ✅ Safe Inputs GH CLI
  • ✅ Serena MCP
  • ✅ Make Build
  • ✅ Playwright
  • ✅ Tavily Web Search
  • ✅ File Writing
  • ✅ Bash Tool
  • ✅ Discussion Interaction

Status: PASS

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

Smoke Test: Project Operations - PASS ✅

All 10 tests passed successfully:

Run: §21566726886

AI generated by Smoke Project

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Add workflow dispatch testing to smoke-copilot with test-dispatch-workflow Add workflow dispatch testing to smoke-copilot with haiku-printer Feb 1, 2026
Copilot AI requested a review from pelikhan February 1, 2026 17:05
@pelikhan pelikhan marked this pull request as ready for review February 1, 2026 17:22
@pelikhan pelikhan merged commit 09830db into main Feb 1, 2026
118 of 120 checks passed
@pelikhan pelikhan deleted the copilot/add-test-dispatch-workflow branch February 1, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants