docs: directory component is legacy#13186
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis PR migrates the legacy Directory component to deprecated status. The Directory documentation moves to the legacy archive, Read File gains guidance on multi-file handling, agent and chat tutorials are refactored to use Read File, and the sidebar removes the Directory entry with a client redirect established. ChangesDirectory to Read File Migration
🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 9✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
✅ Test Coverage AdvisorNo source changes detected without accompanying tests. Thanks for keeping coverage up! 🎉
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/docs/Components/legacy-core-components.mdx`:
- Around line 20-41: The docs list the Directory component's "types" parameter
as MessageTextInput but the source actually uses MultiselectInput; update the
parameter table entry under the Directory component in
legacy-core-components.mdx to change the Type for the "types" row from
MessageTextInput to MultiselectInput and ensure any related description still
applies (reference the "Directory" summary and the "types" parameter name to
locate the row).
In `@docs/docs/Tutorials/agent.mdx`:
- Line 62: Update the image reference in the markdown so the file name matches
the tutorial content: replace "tutorial-agent-with-directory.png" with a clearer
name such as "tutorial-agent-with-read-file.png" (or "tutorial-agent-tools.png")
in the image tag `` so the alt text
and filename are consistent; ensure the renamed file is added to the /img
directory and the markdown reference is updated accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 2ea2e62c-1903-43cb-8537-96ed2297495b
📒 Files selected for processing (7)
docs/docs/Components/directory.mdxdocs/docs/Components/legacy-core-components.mdxdocs/docs/Components/read-file.mdxdocs/docs/Tutorials/agent.mdxdocs/docs/Tutorials/chat-with-files.mdxdocs/docusaurus.config.jsdocs/sidebars.js
💤 Files with no reviewable changes (2)
- docs/sidebars.js
- docs/docs/Components/directory.mdx
This comment has been minimized.
This comment has been minimized.
aimurphy
left a comment
There was a problem hiding this comment.
approved but please see my comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Build successful! ✅ |
#11604
Summary by CodeRabbit