• edy's avatar
    feat(ui): align homepage showcase, expert navigation, and status chip with Windows client · 84410c3f
    edy authored
    - Homepage: replace starter prompts with 5 digital-employee showcase cards
      (geo/xiaohongshu/douyin/planner/wechat) that navigate to expert projects
    - Status chip: change "已就绪" to "运行中" with green dot, green text, green border
    - switchExpert: set viewMode after switchProject completes (safer ordering)
    - manifest.json: upgrade geo & wechat from home-chat-shortcut to standalone,
      add xhs & douyin standalone entries with full projectMatchKeywords
    - Resolve expert key/visual key for planner, wechat, geo, zhihu
    - Add ProjectRole shared type; enrich geo expert guide with 4 default roles
    - CSS: remove conversation-workspace border/background/shadow, add overflow
      visible for card hover scale, match StatusChip positive tone to Windows client
    - Fix /geo/ regex to word-boundary to avoid false substring matches
    - Fix activeExpertGuide roles not falling back to guide defaults
    - Fix expertMatchesCategory missing wechat/公众号 in isContent regex
    - Fix resolveExpertKey planner regex missing 内容账号规划 keyword
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    84410c3f
Name
Last commit
Last update
..
BindEntry.tsx Loading commit data...
ChatComposer.tsx Loading commit data...
ChatWorkspace.tsx Loading commit data...
ConversationNotices.tsx Loading commit data...
ConversationWorkspaceView.tsx Loading commit data...
MarkdownContent.tsx Loading commit data...
MessageList.tsx Loading commit data...
messageTraceDisplay.ts Loading commit data...
renderChatMessageContent.tsx Loading commit data...
useChatSessionsController.ts Loading commit data...
useChatStreamingController.ts Loading commit data...
useComposerAttachments.ts Loading commit data...
useComposerResize.ts Loading commit data...
useHomeIntentSuggestion.ts Loading commit data...
useMessageListAutoScroll.ts Loading commit data...
useMessageTraces.ts Loading commit data...
useProjectSessions.ts Loading commit data...
usePromptSubmission.ts Loading commit data...
useSessionMessageStore.ts Loading commit data...
useSessionMessages.ts Loading commit data...