-
-
Notifications
You must be signed in to change notification settings - Fork 755
fix: add missing status transition from approval to execution #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
3b09faa
docs: add comprehensive AI-readable repository schema documentation
joelfuller2016 3b6ad19
docs: add comprehensive fork and deep review documentation
joelfuller2016 a4b85ff
feat(frontend): implement PR creation from task detail modal
joelfuller2016 590a6d8
fix(ci): align release Python version with CI testing
joelfuller2016 87008b0
fix(ci): pin Python to exact version 3.12.8 for cache stability
joelfuller2016 47e28ec
fix(security): expand Bandit scan to include tests directory
joelfuller2016 b68e2ea
perf(ci): add Python/uv dependency caching
joelfuller2016 a50948c
fix(ci): pin Rust toolchain to version 1.83.0
joelfuller2016 76198b8
fix(frontend): resolve i18n violation in DebugPage.tsx - use translatβ¦
joelfuller2016 7c49742
fix(frontend): add French translations for debug page i18n
joelfuller2016 e913d65
docs: update FORK_DOCUMENTATION with completed fixes
joelfuller2016 d83a9e4
docs: add improved prompt using CO-STAR framework
joelfuller2016 197a899
feat(debug): Implement real IPC calls in IPCTester
joelfuller2016 507b3da
feat(debug): implement real log viewer with polling
joelfuller2016 cd62f6f
docs(debug): improve RunnerTester status documentation
joelfuller2016 d9dfeeb
fix: add missing status transition from approval to execution
joelfuller2016 1294f91
fix: critical security vulnerabilities (#489, #486)
joelfuller2016 aa573ab
Update MCP server configs and CI workflow settings
joelfuller2016 390d3a1
docs: Add issue template for Autofill DevTools errors
joelfuller2016 b6e8d40
docs: Add issue template for Chokidar import warning
joelfuller2016 a6e78e3
fix(security): address critical security vulnerabilities and code quaβ¦
joelfuller2016 885344b
fix: add retry logic with exponential backoff (#491)
joelfuller2016 a775bab
fix: eliminate startup delays and reduce console noise
joelfuller2016 6c92817
docs: Add comprehensive mock remediation plan
joelfuller2016 dda450e
fix(plan): transition from human_review to in_progress after approval
joelfuller2016 30774b3
feat(ci): add AI-powered code review workflows
joelfuller2016 66093e2
fix(plan): apply critical code review fixes for approval validation
joelfuller2016 83e2710
docs: add comprehensive AI automation architecture documentation
joelfuller2016 6e62a99
feat: add OpenRouter-powered automation workflows
joelfuller2016 5a18cbb
feat: Add AI automation workflow
joelfuller2016 a6be723
feat: Complete unified AI automation workflow with all stages
joelfuller2016 6dd6c4b
feat: Add OpenHands integration for automated issue fixes
joelfuller2016 89290cc
feat: Add OpenHands auto-fix for PR review comments
joelfuller2016 654f5a0
feat: Add 15-minute issue status monitoring workflow
joelfuller2016 78d122f
feat: Add master automation controller workflow
joelfuller2016 bfea21d
feat: Add complete AI automation pipeline from template
joelfuller2016 b9bbe0d
feat: Add secrets setup automation and comprehensive guide
joelfuller2016 9abb192
fix: resolve resume task failures and startup errors
joelfuller2016 6953b48
fix: improve base branch detection for worktree creation
joelfuller2016 b6b28fa
fix: Update OpenHands workflow to use available secrets (OPENAI_API_Kβ¦
joelfuller2016 a42f16e
fix: Update OpenHands workflow to use OPENAI_API_KEY and GITHUB_TOKEN
joelfuller2016 159cd11
Merge branch 'develop' into fix/startup-performance-and-console-noise
joelfuller2016 fb400ab
fix: Update OpenHands workflow to use OPENAI_API_KEY and GITHUB_TOKEN
joelfuller2016 a7b51de
Merge latest develop - accept upstream workflow updates
joelfuller2016 7b1fa3e
feat: Add AI-powered code review workflows (CodeRabbit, OpenHands, Coβ¦
joelfuller2016 68d4f2c
feat: Add working auto-fix workflow using OpenAI
joelfuller2016 a1f26e5
Add untracked documentation files from develop
joelfuller2016 8b02c04
Merge remote-tracking branch 'origin/fix/startup-performance-and-consβ¦
joelfuller2016 83e4659
fix: Simplify auto-fix workflow syntax
joelfuller2016 c486f32
fix: Correct OpenHands reusable workflow repository path
joelfuller2016 59d65ef
fix: Simplify to working version
joelfuller2016 9b1573f
fix: Restore correct OpenHands workflow configuration
joelfuller2016 b195fcf
feat: Add full GPT-4 AI analysis to auto-fix
joelfuller2016 7473742
feat: Add full GPT-4 AI analysis
joelfuller2016 b702d08
fix: Use Python for AI analysis to avoid YAML template issues
joelfuller2016 3e9eac7
Merge upstream/develop - resolve qa_reviewer config conflict
joelfuller2016 0bf4ab8
Merge branch 'develop' of https://github.com/joelfuller2016/Auto-Clauβ¦
joelfuller2016 6f15a8c
feat: Add batch OpenHands trigger script
joelfuller2016 5e434bd
fix: Revert to working simple version that succeeded
joelfuller2016 5f52409
feat: Add full GPT-4 AI analysis using github-script
joelfuller2016 135314f
fix: Use Python script file approach for clean YAML
joelfuller2016 e2f7893
fix: Back to simple working version - validate trigger first
joelfuller2016 6fc7cde
feat: Add full AI analysis using github-script to write Python file
joelfuller2016 fe3207d
fix: Deploy final reliable working version
joelfuller2016 de9c2a6
test: Add OpenHands diagnostic workflow
joelfuller2016 8b98151
Add test coverage for MCP thinking tool server configurations (#162)
Copilot fe3eeb9
Fix IPC handler hang causing "reply was never sent" error in Claude Cβ¦
Copilot f87e416
Add structured JSON error handling to PR creation endpoint (#160)
Copilot fa7286b
fix: Use EXACT working version from successful runs
joelfuller2016 9253b8d
Implement log streaming for LogViewer debug component (#163)
Copilot b455f73
Eliminate UI freezes from synchronous file I/O in main process (#156)
Copilot d7c8dce
Fix debug panels: Enhance LogViewer filtering, clarify RunnerTester sβ¦
Copilot 0165b12
Add meta-workflow to validate workflow consistency and prevent job reβ¦
Copilot 26cfb43
Add timeout protection to all LLM API calls to prevent infinite hangsβ¦
Copilot ff1e838
chore: Update package-lock.json version to 2.7.2-beta.12
joelfuller2016 d151915
Add timeout protection to PR creation subprocess (#85)
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid top-level
issuessection not in schema.The
issuesproperty withauto_plan,enrichment, andadd_checklistdoes not exist in the CodeRabbit configuration schema. The schema definesissue_enrichmentinstead with a different structure.π Schema-compliant configuration
Note: There is no
add_checklistequivalent in the schema. If this functionality is needed, please check the latest CodeRabbit documentation for available options or remove this property.π Committable suggestion
π€ Prompt for AI Agents