Open
Conversation
Add HelpCircle icon with tooltip linking to docs.browseros.com for each feature page: Skills, Connect Apps, Memory, Soul, LLM Providers, LLM Chat Hub, and MCP Server. Follows the existing pattern from Workflows and Scheduled Tasks headers. Also centralizes the MCP Server docs URL into productUrls.ts instead of being hardcoded in the component. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Greptile SummaryAdds HelpCircle docs links to feature page headers across the application, extending the existing pattern from Workflows/Scheduled Tasks to Skills, Connect Apps, Memory, Soul, LLM Providers, LLM Chat Hub, and MCP Server. All new docs URLs are centralized in
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[productUrls.ts] -->|skillsHelpUrl| B[SkillsPage.tsx]
A -->|connectAppsHelpUrl| C[ConnectMCP.tsx]
A -->|memoryHelpUrl| D[MemoryHeader.tsx]
A -->|soulHelpUrl| E[SoulHeader.tsx]
A -->|bringYourOwnLlmHelpUrl| F[LlmProvidersHeader.tsx]
A -->|llmChatHubHelpUrl| G[LlmHubHeader.tsx]
A -->|mcpClientsHelpUrl| H[MCPServerHeader.tsx]
A -->|workflowsHelpUrl| I[WorkflowsHeader.tsx]
A -->|scheduledTasksHelpUrl| J[ScheduledTasksHeader.tsx]
style B fill:#90EE90
style C fill:#90EE90
style D fill:#90EE90
style E fill:#90EE90
style F fill:#90EE90
style G fill:#90EE90
style H fill:#FFFACD
style I fill:#E8E8E8
style J fill:#E8E8E8
Last reviewed commit: ea07709 |
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
productUrls.ts(replaces hardcoded URL in MCPServerHeader)Feature → Docs mapping
/features/skills/features/connect-mcps/features/memory/features/soul/features/bring-your-own-llm/features/llm-chat-hub/features/use-with-claude-codeTest plan
🤖 Generated with Claude Code