feat(skills): add DeepSeek TUI as a supported agent#206
Conversation
Extend bundled, registry, and local skill workflows to recognize a new DeepSeek TUI host rooted at ~/.deepseek. The agent reuses the CodeBuddy-shaped SKILL.md frontmatter so existing non-Claude skill assets apply without per-host duplication, and is wired through path resolution, preflight checks, list/init/publish flows, host labels, error messages, and i18n catalog entries. Signed-off-by: Kevin Cui <bh@bugs.cc>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (15)
Summary by CodeRabbit
WalkthroughThis PR adds DeepSeek TUI as a supported bundled skill agent to the oo-cli framework. The changes introduce a new home directory resolver ( Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
Extend bundled, registry, and local skill workflows to recognize a new DeepSeek TUI host rooted at ~/.deepseek. The agent reuses the CodeBuddy-shaped SKILL.md frontmatter so existing non-Claude skill assets apply without per-host duplication, and is wired through path resolution, preflight checks, list/init/publish flows, host labels, error messages, and i18n catalog entries.