refactor(tarko-agent-ui): remove parrot comments#1528
Merged
Conversation
✅ Deploy Preview for agent-tars-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cc39b0a to
592ec85
Compare
Restore all agent-server files to their original state from main branch to keep this PR focused only on agent-ui parrot comment removal.
Apply prettier formatting to all modified files after parrot comment removal.
Remove remaining parrot comments found in: - WelcomePage.tsx - configuration, state management, and navigation comments - ModelSelector.tsx - helper function and component description comments - ActionButton.tsx - helper function and UI section comments - FileResultRenderer.tsx - helper function and content processing comments
Remove remaining parrot comments from: - SessionSearch.tsx - keyboard shortcut and input handling comments - ContextualSelector.tsx - search logic and UI section comments Completed comprehensive parrot comment cleanup across agent-ui.
24a1521 to
10f79b0
Compare
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.
Summary
Removed redundant parrot comments from
@tarko/agent-uicodebase that simply restate component names or obvious functionality without adding meaningful documentation value.Checklist