Skip to content

Wave 14: Add CodeRabbit + Copilot configs#1

Merged
reevesc88 merged 1 commit into
mainfrom
claude/wave14-pr-merge-tokens-vey8nr
Jun 26, 2026
Merged

Wave 14: Add CodeRabbit + Copilot configs#1
reevesc88 merged 1 commit into
mainfrom
claude/wave14-pr-merge-tokens-vey8nr

Conversation

@reevesc88

@reevesc88 reevesc88 commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Adds .github/coderabbit.yaml and .github/copilot-instructions.md.\n\n- CodeRabbit: flags async safety and Playwright API misuse, skips tests/ci\n- Copilot: full browser-use code style guide (tabs, Pydantic v2, uv, pytest conventions)\n\nPart of Wave 14 token control rollout.


Generated by Claude Code

Summary by CodeRabbit

  • Documentation
    • Added project guidance for coding style, testing practices, and agent behavior.
    • Included instructions for automated review settings and review tone.
  • Chores
    • Added repository configuration for automated code review and chat replies.
    • Scoped automation to the main branch and excluded common generated or low-value file paths.

@cr-gpt

cr-gpt Bot commented Jun 26, 2026

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6acc3f90-7366-45f3-af81-a0513c19e3d3

📥 Commits

Reviewing files that changed from the base of the PR and between c4ec9b2 and 8953c52.

📒 Files selected for processing (2)
  • .github/coderabbit.yaml
  • .github/copilot-instructions.md

📝 Walkthrough

Walkthrough

Adds repository configuration for CodeRabbit review behavior and Copilot guidance. The new review config sets language, tone rules, branch/path filters, and chat replies. The new Copilot instructions document stack, style, testing, and delegation conventions.

Changes

AI assistant configuration

Layer / File(s) Summary
CodeRabbit review settings
.github/coderabbit.yaml
Sets the review language, global tone instructions, auto-review profile and scope, path filters, and chat auto-replies.
Copilot instructions
.github/copilot-instructions.md
Adds browser-use project instructions covering stack, typing and Pydantic conventions, test execution rules, and token-budget guidance.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Poem

I’m a bunny with a clipboard and a grin,
Hop-hop—new instructions tucked safely in.
Review rules nibble, path filters gleam,
While Copilot learns the browser-use dream.
🐰✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/wave14-pr-merge-tokens-vey8nr

Comment @coderabbitai help to get the list of available commands.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@reevesc88 reevesc88 marked this pull request as ready for review June 26, 2026 21:38
Copilot AI review requested due to automatic review settings June 26, 2026 21:38
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@reevesc88 reevesc88 merged commit b6fe001 into main Jun 26, 2026
2 of 3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds repository-level configuration for two automation tools: GitHub Copilot (contributor guidance) and CodeRabbit (automated review behavior), as part of the Wave 14 token control rollout.

Changes:

  • Introduces .github/copilot-instructions.md with project stack, style, and testing guidance for Copilot-assisted contributions.
  • Introduces .github/coderabbit.yaml to enable auto-review on main and apply review/chat behavior plus path filters.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/copilot-instructions.md Adds Copilot guidance on stack, style, tests, and token budget references.
.github/coderabbit.yaml Configures CodeRabbit tone, auto-review settings, and path filters (including skipping tests/ci).

Comment on lines +14 to +17
- Pydantic models: `model_config = ConfigDict(extra='forbid', validate_by_name=True)`
- Use `Annotated[..., AfterValidator(...)]` for validation logic
- Logging methods prefixed with `_log_`
- Service code in `service.py`, models in `views.py`
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.

2 participants