JinkaiLiu/dsh-autonomy1

dsh-autonomy

Switch between Chat and Agent without leaving your DeepSeek Harness session.

AI Analysis

核心用途是提供会话内的模式切换,允许用户在直接对话(不使用工具)与智能体执行(允许调用工具)之间灵活过渡。适合需要精细控制工具调用时机的用户。

Package
dsh-autonomy
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JinkaiLiu/dsh-autonomy

Configuration

Override the installed row in the profile's cordis.patch.yml:

- id: autonomy
  config:
    defaultMode: agent
    chatGuidance: >-
      You are in Chat mode. Answer directly in text. Do not use tools or take actions.
      Ask the user to switch to Agent mode when the request requires execution.
    denyMessage: >-
      Chat mode does not allow tool execution. Switch to Agent mode to use tools.

Defaults are defaultMode: agent and the guidance shown above in equivalent wording.