Add Codex Task Runner community ability#118
Open
Ju-usc wants to merge 11 commits intoopenhome-dev:devfrom
Open
Add Codex Task Runner community ability#118Ju-usc wants to merge 11 commits intoopenhome-dev:devfrom
Ju-usc wants to merge 11 commits intoopenhome-dev:devfrom
Conversation
Introduce a WebUI-compatible ability that relays coding tasks to a Codex webhook with confirmation/cancel flow and conversational summaries. Document setup, trigger words, and a minimal Codex-focused /run webhook contract for contributors.
Replace explicit register_capability boilerplate with the template register tag and remove raw open() usage so the ability matches updated validation requirements.
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results✅
|
There was a problem hiding this comment.
Pull request overview
This PR adds a new community ability called "Codex Task Runner" that enables voice-triggered execution of coding tasks via an external webhook. The ability implements a confirmation flow before executing tasks, provides conversational spoken summaries of results, and uses placeholder-based webhook configuration for easy deployment.
Changes:
- New voice-controlled ability for remote Codex task execution with confirmation flow and spoken results
- Comprehensive documentation including setup instructions, webhook API contract, and example server implementation
- Configuration via inline constants (WEBHOOK_URL, WEBHOOK_TOKEN) for WebUI-friendly setup
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| community/codex-task-runner/main.py | Core ability implementation with conversation flow, webhook calls, and summary generation |
| community/codex-task-runner/README.md | Setup documentation and example webhook server implementation |
| community/codex-task-runner/init.py | Empty package initialization file (standard Python package structure) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
community/codex-task-runnerfor voice-triggered Codex task execution via webhook/runwebhook example aligned with safer scoped executionValidation
python3 -m py_compile community/codex-task-runner/main.pypython3 validate_ability.py community/codex-task-runner