Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
luomious
/
deepseek-harness-desktop
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v1.1.2
DeepSeek Harness Desktop v1.1.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
luomious
released this
14 Aug 09:24
·
56 commits
to master since this release
v1.1.2
6247fd1
v1.1.2 修复(5个潜在Bug)
严重
可移植性问题:getInstalledVersion() 硬编码了用户路径,换电脑/用户名就失效,改为 npm prefix -g 动态获取
插件管理 PATH 问题:runCmd('dsh', ...) 用裸命令,双击启动时 npm-global 不在 PATH,改用 findDshCommand() 绝对路径
中等
假成功 Bug:runCmd 失败时静默返回空串,插件安装失败也显示"安装成功",改为失败时抛 Error
参数引号缺失:runCmd 参数含空格时拼接错误(如含空格的本机插件路径),自动加双引号包裹
版本比较错误:原 isNewer 无法正确比较 pre-release 版本(如 rc.6 vs rc.9),改为完整 semver 解析
低
About 对话框硬编码版本号,改为从 package.json 动态读取
测试覆盖
启动链路(端口 3080 就绪)
HTTP 200 正常
退出无孤儿进程
isNewer 9/9 semver 测试用例通过
runCmd 含空格路径测试通过
绝对路径 dsh 安装/卸载链路验证
You can’t perform that action at this time.