Skip to content

v0.1.0 — initial release

Choose a tag to compare

@gaston1799 gaston1799 released this 28 May 05:53
· 6 commits to master since this release

dsw v0.1.0

First release of the DeepSeek Watch interactive terminal agent.

Install

irm https://raw.githubusercontent.com/gaston1799/deepseek-detached-agent/main/install.ps1 | iex

Or clone and run npm install -g .

What's included

  • dsw / d — interactive streaming agent with session memory
  • dsd — fire-and-forget detached runner with Claude fallback
  • dswait — polls for a detached output file

Tools available to DeepSeek

  • read_text_file — with line-range support (start_line / end_line)
  • write_text_file — create or overwrite files
  • patch_text_file — exact search-and-replace in files
  • list_workspace_files, get_runtime_context
  • run_cmd, run_powershell — gated by permission level

Permission levels

review (read-only) · ask (confirm before writes/shell) · full (auto-run)