chore: optimize skill, mcp, memrory and mail UI#2283
Merged
Conversation
Marketplace/Installed tabs let users filter to what they've already added, and the new "Use now" action jumps straight into a home chat pre-loaded with the kit instead of only supporting "try asking" prompts.
Rework the memory file parser to a block-level model that preserves multi-line entries and tracks the nearest heading as a section, and add an IPC path plus Settings UI for editing the whole MEMORY.md file directly instead of only through the entry CRUD list.
Add a JSON paste mode to the server form so users can import one or
more MCP server definitions at once (supporting both the
{"mcpServers": {...}} wrapper and bare name-to-config maps) instead of
filling the form fields by hand for each server.
Support arrow-key/Enter navigation and match-text highlighting in the task search modal, consolidating Escape handling into the same keydown listener.
The channel dropdown left an empty icon slot when "no notification" was selected, making that option look unfinished next to platform logos.
Switch the skills list to the shared wide-screen container and an auto-fill card grid, and rework the email skill config into a list/detail layout with provider help links and clearer credential guidance.
…h UI Add zh/en strings for the installed-kits tab, MCP JSON import, raw memory editing, search modal navigation, and email help copy introduced in the preceding feature commits.
This was referenced Jul 7, 2026
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
Related Issue
Fixes #(issue number)
Changes Made
Type of Change
Testing
Screenshots (if applicable)
Checklist
Electron-Specific Changes
Additional Notes