jihongboo/dsh-apple-mode1

dsh-apple-mode

用于 DeepSeek Harness 的 Xcode AI 集成:包含 26 个 Xcode MCP 工具、苹果平台技能及 Xcode 智能风格人设。提供代理预设和全局 MCP 包。

AI 分析

核心用途是为苹果生态开发者提供 AI 辅助编程。适合在 macOS 上使用 Xcode 开发 iOS/macOS 应用的用户。需要 Xcode 处于运行状态,并通过脚本生成本地技能。

包名
dsh-apple-mode
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jihongboo/dsh-apple-mode

Usage

  1. Restart dsh (or just open a new session — the preset can only be selected on a blank session).
  2. Pick Apple Mode as the agent preset when creating the session.
  3. The session now has:
    • mcp__xcode__* tools — operate the open Xcode workspace: XcodeRead/Write/Update/MV/RM, XcodeGlob/Grep/LS, UpdateTargetBuildSetting/UpdateFileCompilerFlags, XcodeListNavigatorIssues, scheme/run-destination/test-plan switching, XcodeNewTarget, StringCatalogRead/Edit, …
    • All Apple platform skills (lazy-loaded on demand).
    • An Apple-first, tool-assisted working style.

Before using the mcp__xcode__* tools:

  1. Xcode must be running with the project/workspace you want to work on opened in it.
  2. On first connection, Xcode shows an MCP access dialog — click Allow (允许). Until you do, tool calls will be rejected.

Build/run/test still happen from the terminal (xcodebuild, pipe through xcsift for structured output); the MCP toolset covers project surgery, build settings, diagnostics, destinations, and localization.