Merged
Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
Updates AI Builder documentation to reflect UI changes where the @ shortcut has been replaced with an "Add Integrations" button and "Context" button for accessing features.
- Rewrote
integration_shortcut.mdto document the new "Add Integrations" button workflow instead of the@mention shortcut - Updated
knowledge.mdto reference the new "Context" button UI for accessing the Knowledge tab - Deleted deprecated
interaction_modes.mdfile that documented Agent vs Chat modes - Removed
interaction_modesreference from the sidebar navigation inai.py - Updated all related screenshot assets (4 webp files) to reflect the new UI
Confidence Score: 5/5
- This PR is safe to merge with no risk
- Documentation and asset updates only with proper cleanup of deprecated content. All references to the removed file have been cleaned up from the sidebar navigation.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| docs/ai_builder/features/integration_shortcut.md | 5/5 | Updated docs to reflect new UI for adding integrations (button instead of @ shortcut) |
| docs/ai_builder/features/interaction_modes.md | 5/5 | Removed deprecated interaction modes documentation |
| docs/ai_builder/features/knowledge.md | 5/5 | Updated knowledge feature docs to reflect new Context button UI |
| pcweb/components/docpage/sidebar/sidebar_items/ai.py | 5/5 | Removed interaction_modes from sidebar navigation |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant Docs as Documentation Files
participant Assets as Screenshot Assets
participant Sidebar as Sidebar Navigation
Dev->>Docs: Update integration_shortcut.md
Note over Docs: Replace @ shortcut with<br/>Add Integrations button
Dev->>Docs: Update knowledge.md
Note over Docs: Replace @ symbol with<br/>Context button reference
Dev->>Docs: Delete interaction_modes.md
Note over Docs: Remove deprecated<br/>Agent/Chat mode docs
Dev->>Sidebar: Remove interaction_modes reference
Note over Sidebar: Clean up navigation<br/>in ai.py
Dev->>Assets: Update 4 webp files
Note over Assets: Replace screenshots with<br/>new UI (dark/light modes)
4 files reviewed, no comments
Alek99
approved these changes
Nov 11, 2025
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.
No description provided.