Files
codewhale/npm/package.json
T
Hunter Bown 6f1158a2d7 Initial release v0.1.0
DeepSeek TUI - Unofficial terminal UI + CLI for DeepSeek models.

Features:
- Interactive TUI with multiple modes (Normal, Plan, Agent, YOLO, RLM, Duo)
- Comprehensive tool access with approval gating
- File operations, shell execution, task management
- Sub-agent system for parallel work
- MCP integration for external tool servers
- Session management and skills system
- Cross-platform support (macOS, Linux, Windows)

🤖 Generated with [Claude Code](https://claude.ai/code)
2026-01-20 08:57:35 -06:00

28 lines
595 B
JSON

{
"name": "@hmbown/deepseek-tui",
"version": "0.1.0",
"description": "Unofficial DeepSeek CLI - downloads and runs the Rust binary",
"keywords": ["deepseek", "cli", "ai", "agent", "m2.1"],
"homepage": "https://github.com/Hmbown/DeepSeek-TUI",
"repository": {
"type": "git",
"url": "git+https://github.com/Hmbown/DeepSeek-TUI.git"
},
"license": "MIT",
"author": "Hmbown",
"bin": {
"deepseek": "cli.js"
},
"scripts": {
"postinstall": "node install.js"
},
"files": [
"cli.js",
"install.js",
"bin"
],
"engines": {
"node": ">=16"
}
}