CodeReview/frontend/src/shared/api
Image f1243245a8 feat(SSH):添加known_hosts持久化与清理功能
- 新增SSH配置目录设置,支持持久化存储known_hosts文件
- 实现known_hosts文件清理API端点,解决主机密钥变更导致的连接问题
- 优化SSH连接策略,使用StrictHostKeyChecking=accept-new自动接受新主机密钥
- 前端添加known_hosts清理按钮,提升SSH密钥管理体验
- 改进SSH测试逻辑,正确处理部署密钥的Anonymous响应
2025-12-26 09:33:55 +08:00
..
agentStream.ts Fix: Improve agent stream stability by preventing unnecessary reconnections and correctly draining buffered events. 2025-12-13 20:21:30 +08:00
agentTasks.ts feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
database.ts feat(file-selection): add custom exclude patterns for file filtering 2025-12-10 18:46:33 +08:00
prompts.ts feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
rules.ts feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
serverClient.ts feat(ssh):新增SSH密钥认证支持,支持通过SSH方式访问Git仓库 2025-12-24 16:08:56 +08:00
sshKeys.ts feat(SSH):添加known_hosts持久化与清理功能 2025-12-26 09:33:55 +08:00