Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can suggest fixes for GitHub Check annotations.Configure the |
| on: | ||
| push: | ||
| branches: | ||
| - "**" |
There was a problem hiding this comment.
| - "**" | |
| - master | |
| - "v1.*" |
| { | ||
| "output": ".ai/AGENTS.md", | ||
| "sources": [ | ||
| "en/upgrade/v1.17.md", |
There was a problem hiding this comment.
Is it necessary to contain this file in AGENTS.md? Or a single file can be generated for the upgrading doc.
| - name: Determine affected prompt files | ||
| id: affected | ||
| run: | | ||
| python3 - <<'EOF' |
There was a problem hiding this comment.
Can it be moved to a single python file? And could you add a screenshot for the script?
There was a problem hiding this comment.
How about renaming this folder to skills? Then it can be used by an AI agent locally?
| **To trigger regeneration**, go to: | ||
| [Actions → Generate Agent Skill Files → Run workflow](../../actions/workflows/generate-agents.yml) | ||
| and click **Run workflow** on this branch. | ||
|
|
||
| > No API tokens are spent until you manually approve the regeneration run. |
There was a problem hiding this comment.
How about creating a PR directly for the changes without approval?
| "output": ".ai/prompt/route.md", | ||
| "sources": [ | ||
| "en/the-basics/routing.md", | ||
| "en/the-basics/middleware.md" |
There was a problem hiding this comment.
The middleware is duplicated in the root and middleware files. Is it necessary?
|
|
||
| --- | ||
|
|
||
| ## Arguments (v1.17) |
There was a problem hiding this comment.
There is no need to specify a version.
| ] | ||
| }, | ||
| { | ||
| "output": ".ai/prompt/best-practices.md", |
There was a problem hiding this comment.
This file is very large. Users will spend a lot of tokens. We may generate mini prompts at first, then optimize them step by step.
There was a problem hiding this comment.
This file is very large. How about splitting this file into different modules?
|
|
||
| --- | ||
|
|
||
| ## Runners Interface (v1.17) |
📑 Description
RelatedTo goravel/goravel#859
@coderabbitai summary
✅ Checks