跳转至

dsh-tool-search

类型 插件 分类 开发者工具
星数 ⭐2 状态 ✅ 活跃
能力 coding, context 更新时间 2026-08-12

📖 项目简介

An experimental external Native Tool Mode plugin for per-agent tool discovery and progressive schema disclosure. Each live agent sees one scope-local tool_search tool plus the global tools matched by alwaysVisible; other eligible global tools stay executable only after tool_search selects them. The plugin uses the existing ctx.tools.restrict() seam and does not change agent-loop. This private repository is the plugin's source of truth. The package is unreleased and carries no compatibi

✨ 核心特性

  • id: tool-search

📦 安装

dsh plugin --profile headless add -w github:dsh-external/dsh-tool-search#<reviewed-commit>
dsh plugin --profile web add -w github:dsh-external/dsh-tool-search#<reviewed-commit>
dsh --profile web --dump-config

🚀 快速开始

- id: tool-search
  name: '@deepseek-ai/dsh-tool-search'
  config:
    alwaysVisible: [read_file, todo_*]
    maxResults: 5
    maxQueryChars: 512

🔗 链接