跳到正文

Hilbert-beinghappy/seektty

82最近提交 2026年8月16日

seektty DSH 插件

SeekTTY 将 DeepSeek Harness 带入终端,提供键盘优先的界面,用于提示、代码修改和工具调用。它与 Harness 的原生 Agent、会话、模型、权限和插件服务集成,并支持主题、VS Code 导入和子代理协调。

如何安装 seektty DSH 插件

dsh plugin --profile tui add github:Hilbert-beinghappy/seektty#v1.0.0

复制不会执行命令。安装 seektty DSH 插件前请核对仓库和版本。

seektty DSH 插件数据来源

seektty DSH 插件快照日期:2026年8月16日

discovered

seektty DSH 插件能做什么

  • 流式响应,带有语法高亮的代码块、表格和推理可见性
  • 会话管理:创建、恢复、列表、搜索、重命名、分支、归档、导出,以及会话树的 ZIP 导出
  • 模型、提供商和权限切换,附带实时诊断
  • 插件中心:通过 npm、Git、tar 包或本地路径进行安装、删除、更新、搜索和源管理
  • 主题自定义:界面和代码块颜色、VS Code JSON/JSONC 导入、3-16 色调色板生成
  • 子代理检查、后台作业、轨迹和会话级反馈

seektty DSH 插件适合哪些场景

  • 直接在终端中与 DeepSeek 模型交互,无需离开命令行
  • 管理多个项目工作区和会话,适应不同代码库或任务
  • 通过导入 VS Code 主题或生成调色板来自定义终端外观
  • 在 TUI 内使用插件中心安装、更新和删除 Harness 插件
  • 调试和诊断 Harness 状态,包括 Provider 设置、插件加载顺序和终端兼容性

seektty DSH 插件适合谁

  • 偏好键盘驱动工作流和终端环境的开发者
  • 需要功能丰富的 TUI 进行日常交互的 DeepSeek Harness 用户
  • 需要集中会话管理、权限控制和插件管理的团队

seektty DSH 插件的限制

  • 需要已安装 DeepSeek Harness 和 pnpm 才能安装和运行
  • 仅支持 macOS、Linux 和 Windows 操作系统
  • 部分快捷键(如 Ctrl+M 用于模型选择)依赖终端暴露扩展键盘协议
  • 安装会直接写入目标 Harness Profile 的依赖和 pnpm 锁文件,可能与其他修改同一 Profile 的工具产生冲突

seektty DSH 插件的仓库 README 摘录

以下文字摘自 seektty DSH 插件的上游仓库 Hilbert-beinghappy/seektty 的 README,版权归原作者,仅作引用。

English | [中文](README.zh.md) SeekTTY brings [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) into the terminal. Run `deepseek` from a project directory to work in a keyboard-first interface for prompting, code changes, tool calls, session management, model and permission switching, plugin installation, subagent coordination, and runtime diagnostics. SeekTTY joins Harness as a Profile Bundle and uses its native Agent, Session, model, permission, Settings, Profile, plugin, and persistence services. Every terminal action uses the same Harness state, so upgrades stay focused on the compatibility baseline and adapters. ## DeepSeek light and dark interfaces ### Light theme ![SeekTTY DeepSeek light start screen](assets/seektty-tui.png) ### Dark theme ![SeekTTY DeepSeek dark start screen](assets/seektty-tui-dark.png) The live view fills the terminal and keeps the composer and status at the bottom. Unused rows remain inside the conversation viewport and disappear as output grows; longer conversations continue into native terminal scrollback. ## Custom interface and code themes, including VS Code imports Theme customization is a first-class SeekTTY feature: inter

阅读完整 README仓库许可: MIT

seektty DSH 插件常见问题

如何安装 SeekTTY?

运行 `pnpm add --global github:Hilbert-beinghappy/seektty#v1.0.0`,然后启动 `deepseek`。首次运行时,它会自动创建默认的 'tui' Profile 并安装这个 Bundle。你也可以使用原生 dsh 命令:`dsh plugin --profile tui add github:Hilbert-beinghappy/seektty#v1.0.0`。

如何从 deepseek-tui 迁移到 SeekTTY?

先卸载旧包:`pnpm remove --global deepseek-tui`。然后全局安装 SeekTTY:`pnpm add --global github:Hilbert-beinghappy/seektty#v1.0.0`。运行 `deepseek`,它会自动替换目标 Profile 中的旧 Bundle 标识。对于自定义 Profile,首次启动时使用 `deepseek --profile team-tui`。

如何卸载 SeekTTY?

运行 `dsh plugin --profile tui remove seektty` 将其从目标 Profile 中移除。这不会影响整体的 DeepSeek Harness 安装。要重新安装,使用 `dsh plugin --profile tui add github:Hilbert-beinghappy/seektty#v1.0.0`。

能否在 SeekTTY 中导入我的 VS Code 主题?

可以。在 TUI 中使用 `/theme import` 命令加载本地的 VS Code JSON 或 JSONC 文件。SeekTTY 会提取可移植的 TextMate 令牌颜色并应用到代码块主题。你还可以从 3-16 色调色板生成完整的亮色或暗色主题。

如何在 SeekTTY 中切换界面语言?

在 TUI 中使用 `/language` 命令。你可以实时切换中文和英文。该偏好设置通过官方 `locale.preference` Settings 值与 Harness Web 共享。设置为 'auto' 则会跟随终端区域设置。