Skip to content

chore: optimize skill, mcp, memrory and mail UI#2283

Merged
fisherdaddy merged 7 commits into
release/2026.7.6from
fisherdaddy/optimize-skill-mail-ui
Jul 6, 2026
Merged

chore: optimize skill, mcp, memrory and mail UI#2283
fisherdaddy merged 7 commits into
release/2026.7.6from
fisherdaddy/optimize-skill-mail-ui

Conversation

@fisherdaddy

Copy link
Copy Markdown
Collaborator

Summary

Related Issue

Fixes #(issue number)

Changes Made

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code refactoring
  • Documentation update
  • Performance improvement
  • Other (please describe):

Testing

  • Tested locally
  • Added new tests
  • Updated existing tests
  • Manual testing performed

Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Electron-Specific Changes

  • Changes to main process (src/main/)
  • Changes to preload script (src/main/preload.ts)
  • Changes to IPC communication
  • Changes to window management
  • None

Additional Notes

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.
@fisherdaddy fisherdaddy merged commit 5e4cfa3 into release/2026.7.6 Jul 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant