- updateText 移除文本宽度硬编码下限 160,真正根据内容自适应 - showRefining/showThinking 简化为调用 updateText,复用自适应逻辑 - 面板最小宽度由 minPanelWidth(180pt) 兜底 - 打包 VoiceInput-20260425.dmg
16 lines
348 B
Markdown
16 lines
348 B
Markdown
---
|
|
name: Test Skill
|
|
description: Validate skills loading and read_file flow.
|
|
example_prompts:
|
|
- "Use the test skill to explain how to proceed."
|
|
tools:
|
|
- read_file
|
|
tags:
|
|
- test
|
|
---
|
|
|
|
# Test Skill
|
|
|
|
This skill exists to verify that the skills system can discover, list, sync,
|
|
and read SKILL.md content via read_file. Replace this content later.
|