feat: add PPTX run report generation with interactive opt-in prompt#21
Merged
waltstephen merged 6 commits intopublishfrom Mar 26, 2026
Merged
feat: add PPTX run report generation with interactive opt-in prompt#21waltstephen merged 6 commits intopublishfrom
waltstephen merged 6 commits intopublishfrom
Conversation
Add pptx_report module and skills/pptx-run-report for generating PowerPoint run reports. Enhance final_report, engine, and state_store with report data collection. Include new CLI test suite. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Required for npm install to set up pptxgenjs and other Node.js dependencies used by the PPTX run report generator. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When running argusbot-run interactively, the CLI now asks the user whether to generate a PPTX run report before starting. Non-interactive runs (daemon-launched) skip the prompt. Also updated README with PPTX feature docs and Node.js dependency instructions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When /run is received via Telegram or Feishu, the daemon now asks "Generate a PPTX run report? Reply Y or N" before launching the child process. Replies Y/N trigger the run with/without PPTX; any other reply cancels. Also adds --pptx-report/--no-pptx-report CLI flag to bypass the interactive prompt programmatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Resolved conflicts in: - CLAUDE.md: keep ppt-feature's updated shorter version - codex_autoloop/apps/daemon_app.py: keep PPTX opt-in prompt (HEAD) + add --add-dir/--plugin-dir/--follow-up-phase flags (publish) - codex_autoloop/telegram_daemon.py: keep PPTX opt-in prompt (HEAD) + add --follow-up-phase flag (publish) - tests/test_loop_engine.py: keep all tests from both sides, add _CapturingEventSink and _SequenceReviewer helpers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Description
Summary
Key Changes
setup_wizard.py
Stats
Test Plan