Skip to content

v0.3.0 - 交互优化与输出格式修复 / Interaction & Output Format Fix

Choose a tag to compare

@nlj626 nlj626 released this 23 Apr 14:17
· 1 commit to main since this release

修复

  • 首次配置改为分步提问,每次只问一个 API Key,避免用户困惑
  • 输出格式恢复为 markdown 表格,已安装和未安装 skill 统一列结构
  • curl API 超时/失败静默跳过,不再向用户显示错误信息
  • config.json 写入命令明确化,避免延迟

新增

  • 语言跟随用户:用户用中文触发则中文回复,默认英语
  • 无关键词处理:/skill-hunter 不带关键词时询问用户想搜什么
  • 项目 CLAUDE.md 新增修改范围控制规则

变更

  • SKILL_CN.md 同步更新所有改动
  • README 更新展示格式说明

Fixes

  • First-time setup now asks one API Key at a time, avoiding user confusion
  • Output format restored to markdown table; installed and not-installed skills share the same column structure
  • curl API timeout/failure silently skipped, no error messages shown to user
  • config.json save command made explicit to prevent delays

Added

  • Language follows user: Chinese input → Chinese reply, English default
  • No-keyword handling: /skill-hunter without keyword prompts user for search term
  • CLAUDE.md now includes change scope control rules

Changed

  • SKILL_CN.md synced with all changes
  • README updated output format description