-
Notifications
You must be signed in to change notification settings - Fork 560
add docs page for ai summaries #1962
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
Conversation
Caution Review failedThe pull request is closed. WalkthroughA new documentation page describing the AI Summaries feature was added, and the documentation navigation configuration was updated to include this page under the "Digger Enterprise" group. No changes were made to exported or public code entities. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
PR Summary
Added documentation for the AI Summaries feature, which helps reviewers understand multiple Terraform plans in large PRs by providing automated summaries.
- New documentation page
docs/ee/ai-summaries.mdx
introduces the feature with example screenshot and use case - Added
ee/ai-summaries
to the Enterprise navigation section indocs/mint.json
- Grammar issues in
docs/ee/ai-summaries.mdx
: 'Lets' should be 'Let's', missing period after 'below it' - Content could benefit from technical details about how summaries are generated and example summary output
2 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile
--- | ||
|
||
AI Summaries allows you to generate a summary of multiple plans when you create a PR. This significantly reduces the cognitive load | ||
on a reviewer of that PR. Lets say someone updated a module that is relied on by multiple projects in a monorepo, this would lead to 20 different plans like in this screenshot: |
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.
syntax: 'Lets say' should be 'Let's say' (contraction of 'let us')
on a reviewer of that PR. Lets say someone updated a module that is relied on by multiple projects in a monorepo, this would lead to 20 different plans like in this screenshot: | |
on a reviewer of that PR. Let's say someone updated a module that is relied on by multiple projects in a monorepo, this would lead to 20 different plans like in this screenshot: |
With AI summaries enabled a summary comment is posted summarise all of the plans below it. | ||
This means that the reviewer now only needs to read the summary and glance through all the plans, saving precious reviewer time! | ||
|
||
This is currently a invite-only feature so please [book a demo](https://digger.dev/) with us to request access! |
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.
syntax: 'a invite-only' should be 'an invite-only'
This is currently a invite-only feature so please [book a demo](https://digger.dev/) with us to request access! | |
This is currently an invite-only feature so please [book a demo](https://digger.dev/) with us to request access! |
Summary by CodeRabbit