xxwj225-James/tomilite-dsh-plugin ↗★ 0
tomilite-dsh-plugin
DeepSeek Harness plugin: give your DSH agent access to your local TomiLite tasks, notes, and project stats
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xxwj225-James/tomilite-dsh-plugin说明文档
阅读完整 README ↗Configuration
Defaults work out of the box for the local TomiLite app. Override in your profile's cordis.patch.yml:
- id: tomilite
name: tomilite-dsh-plugin
config:
baseUrl: http://localhost:3192 # default
apiToken: '' # only for remote instances (Settings → API Keys)
projectId: proj-default # default single-user project
apiToken can also come from the TOMILITE_API_TOKEN environment variable. For remote instances prefer HTTPS — the token travels in plain HTTP otherwise.