vinland100
|
29024dc994
|
chore: Use direct Python base image in sandbox Dockerfile.
|
2026-01-05 15:34:22 +08:00 |
vinland100
|
75d911d5d2
|
docs: Update example environment variables in `env.example`.
|
2026-01-05 14:51:32 +08:00 |
vinland100
|
2b0c7f5c2a
|
feat: Lock LLM and embedding configurations to system environment variables, mask API keys, and refactor frontend logout.
|
2026-01-05 14:45:00 +08:00 |
vinland100
|
0176cb4d12
|
chore: Remove explicit version numbers from UI and comments, and apply minor formatting to Docker Compose configurations.
|
2026-01-05 13:50:23 +08:00 |
vinland100
|
4d3761e0e0
|
feat: Add Gitea username integration, refactor password hashing with direct bcrypt, and remove frontend version displays.
|
2026-01-05 13:47:48 +08:00 |
vinland100
|
bc1597a41d
|
refactor: update CI prompts for enhanced instruction and clarity
|
2026-01-05 10:50:47 +08:00 |
vinland100
|
72478bd047
|
Remove GitHub link from sidebar and set CI project card titles to normal case.
|
2026-01-05 09:57:47 +08:00 |
vinland100
|
7a3bb08d48
|
feat: Introduce reusable AppLogo component and update project activity timestamp to UTC.
|
2026-01-05 09:50:51 +08:00 |
vinland100
|
a29f57d119
|
I need the actual code changes (diff) to generate an accurate commit message.
|
2026-01-04 17:16:44 +08:00 |
vinland100
|
783093f0fd
|
feat: Improve CI service context retrieval by prioritizing sync diff and adjusting prompt generation for different PR actions.
|
2026-01-04 17:13:01 +08:00 |
vinland100
|
70bf6ccac2
|
refactor: refine CI prompt definitions
|
2026-01-04 16:49:10 +08:00 |
vinland100
|
37fafe655a
|
feat: Improve incremental diff detection and messaging for empty diffs, and add success logging for PR reviews and chat responses.
|
2026-01-04 16:40:35 +08:00 |
vinland100
|
3f4bd2f6c5
|
feat: Improve sync diff retrieval by using local git commands and robustly handling `before_sha` validity and fallbacks.
|
2026-01-04 16:13:47 +08:00 |
vinland100
|
e23af55e53
|
feat: Improve PR sync diff calculation by fetching previous review SHA from the database and refining diff messaging.
|
2026-01-04 15:46:31 +08:00 |
vinland100
|
2c8c711cde
|
docs: update CI prompt definitions.
|
2026-01-04 15:22:41 +08:00 |
vinland100
|
7fa9bb5c26
|
feat: Add referenced file footers to AI comments and correct Gitea PR 'synchronize' action to 'synchronized'.
|
2026-01-04 15:07:37 +08:00 |
vinland100
|
d01d3850df
|
feat: add PR synchronization prompt and incorporate commit diffs and conversation history into PR review and chat.
|
2026-01-04 14:34:29 +08:00 |
vinland100
|
23ac263d76
|
feat: Enhance RAG embedding dimension handling, add Qwen3 support, and improve index rebuild logic
|
2026-01-04 11:28:58 +08:00 |
vinland100
|
6abede99f4
|
feat: enhance embedding dimension detection with Qwen support and expand RAG index rebuild triggers.
|
2025-12-31 17:14:08 +08:00 |
vinland100
|
4aea8ee7a9
|
feat: Enhance embedding service configuration and add CI pipeline retry logic for dimension mismatches with optional index rebuild.
|
2025-12-31 17:11:27 +08:00 |
vinland100
|
df8796e6e3
|
feat: Centralize repository synchronization and indexing into `_ensure_indexed` for PR and chat events, add empty chat query handling, and improve Gitea URL rewriting.
|
2025-12-31 16:57:42 +08:00 |
vinland100
|
b401a26b10
|
feat: Add CI/CD integration with Gitea webhooks and pull request review functionality.
|
2025-12-31 16:40:33 +08:00 |
lintsinghua
|
647373345f
|
Merge pull request #105 from Arcueld/perf/rag-optimize-embeddings
perf(rag): 优化嵌入服务性能并改进批处理大小配置
|
2025-12-28 10:32:42 +08:00 |
ArcueId
|
e06126482c
|
perf(rag): 优化嵌入服务性能并改进批处理大小配置
- 优化本地嵌入服务(Ollama)性能,移除不必要的延迟
- 改进批处理大小配置,使用动态获取替代硬编码
- 保持云端服务的限流逻辑不变
|
2025-12-28 10:15:58 +08:00 |
lintsinghua
|
8644f6f113
|
refactor(ssh): 将SSH密钥管理功能从账户页面移至系统配置页面
重构SSH密钥管理相关代码,将其从Account组件移动到SystemConfig组件
移除Account组件中不再使用的SSH相关代码和状态
保持原有功能不变,仅改变功能位置以更好组织代码结构
|
2025-12-26 20:51:00 +08:00 |
lintsinghua
|
b030381ad2
|
feat(ssh): 增加SSH超时配置并改进错误处理
- 在配置中添加SSH_CLONE_TIMEOUT、SSH_TEST_TIMEOUT和SSH_CONNECT_TIMEOUT
- 替换print为logging记录关键操作和错误
- 改进SSH命令构建方式防止注入
- 添加分支名验证逻辑
- 优化错误消息显示,避免暴露敏感信息
|
2025-12-26 20:34:47 +08:00 |
lintsinghua
|
96e4e21692
|
Merge pull request #95 from tusik/feature/git_ssh
✨ feat(ssh):新增SSH密钥认证支持,支持通过SSH方式访问Git仓库
|
2025-12-26 20:27:47 +08:00 |
Image
|
869513e0c5
|
Merge branch 'v3.0.0' of github.com:lintsinghua/DeepAudit into feature/git_ssh
# Conflicts:
# backend/app/api/v1/endpoints/agent_tasks.py
|
2025-12-26 09:39:25 +08:00 |
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 |
lintsinghua
|
7df08e1c77
|
Update README.md
|
2025-12-26 00:44:23 +08:00 |
lintsinghua
|
15605fea16
|
refactor(agent): 移除LangGraph工作流并迁移到动态Agent树架构
重构Agent服务架构,从基于LangGraph的状态图迁移到动态Agent树结构。主要变更包括:
- 删除graph模块及相关测试
- 更新agent/__init__.py导入和文档
- 在projects端点添加对新AgentTask模型的统计支持
- 简化工作流描述为START→Orchestrator→[Recon/Analysis/Verification]→Report→END
新架构使用OrchestratorAgent作为编排层,动态调度子Agent完成任务,提高灵活性和可扩展性。
|
2025-12-25 17:58:14 +08:00 |
lintsinghua
|
39e2f43210
|
feat(agent): 增强API错误处理机制
添加对API错误的分类处理,包括速率限制、配额用尽、认证和连接错误
在base.py中标记API错误前缀,orchestrator.py中实现重试逻辑
litellm_adapter.py中完善错误类型识别和用户友好提示
|
2025-12-25 17:35:31 +08:00 |
lintsinghua
|
c7632afdab
|
feat: 为文件操作和代码解析添加异步支持
将同步的文件读取、代码解析和分块操作改为异步实现,使用 asyncio.to_thread 将 CPU 密集型操作放到线程池执行,避免阻塞事件循环。主要修改包括:
- 在 TreeSitterParser 和 CodeSplitter 中添加异步解析方法
- 修改 CodeIndexer 使用异步文件读取和分块
- 为 FileReadTool 和 FileSearchTool 添加异步文件读取支持
|
2025-12-25 17:20:42 +08:00 |
Image
|
597d19dbfe
|
🐛 fix(git):将SSH主机密钥检查从no改为yes以增强安全性
✨ feat(git):改进SSH URL检测和分支克隆逻辑
📝 docs(frontend):更新SSH公钥添加说明,移除CodeUp链接
|
2025-12-25 16:17:42 +08:00 |
lintsinghua
|
fdbec80da5
|
Merge pull request #101 from vinland100/fix/gitea-auth-and-cs
Fix/gitea auth and cs
|
2025-12-25 15:47:48 +08:00 |
vinland100
|
05b3842536
|
fix: 修正 Tree-sitter C# 解析器的语言标识符命名以消除加载警告
|
2025-12-25 15:38:00 +08:00 |
vinland100
|
d10f023a7e
|
fix: 实现 Agent 任务中私有 Gitea 仓库克隆的 Token 认证支持
|
2025-12-25 15:38:00 +08:00 |
lintsinghua
|
0a8133aab2
|
Merge pull request #99 from vinland100/fix/gitea-display-type
fix: 修复项目详情页中Gitea类型仍然显示为'其他'的问题
|
2025-12-25 15:31:30 +08:00 |
Image
|
b095e7aa6c
|
✨ feat(git_ssh_service):扩展SSH私钥验证以支持传统RSA PEM格式
🔧 refactor(git_ssh_service):重构私钥加载逻辑,增加格式兼容性处理
|
2025-12-25 15:13:53 +08:00 |
Image
|
9399c01d8c
|
Merge branch 'v3.0.0' of github.com:lintsinghua/DeepAudit into feature/git_ssh
# Conflicts:
# backend/app/services/scanner.py
# backend/uv.lock
# frontend/src/pages/Projects.tsx
|
2025-12-25 14:41:09 +08:00 |
vinland100
|
84fa2b5266
|
refactor(frontend): 采用中心化常量动态渲染仓库平台选项
|
2025-12-25 14:11:30 +08:00 |
vinland100
|
2f28e7e6eb
|
fix: 修复项目详情页中Gitea类型仍然显示为'其他'的问题
|
2025-12-25 13:42:51 +08:00 |
lintsinghua
|
9bfde8ec24
|
Merge pull request #71 from vinland100/feat/gitea-support
Feat/gitea support
|
2025-12-25 13:18:51 +08:00 |
vinland100
|
e4f1391a28
|
merge: 同步上游 v3.0.0 并更新 uv 依赖锁文件
|
2025-12-25 11:45:52 +08:00 |
lintsinghua
|
212bce65b8
|
Merge pull request #98 from rockmelodies/v3.0.0
补充readme,增加docker加速源配置方法
|
2025-12-24 22:17:34 +08:00 |
rockmelodies
|
85132afdde
|
Merge branch 'v3.0.0' of https://github.com/rockmelodies/DeepAudit into v3.0.0
|
2025-12-24 19:11:44 +08:00 |
rockmelodies
|
b1b0531e47
|
增加readme.md docker加速源配置方法
|
2025-12-24 19:05:14 +08:00 |
lintsinghua
|
cbb88bbfc7
|
Merge pull request #97 from rockmelodies/v3.0.0
在 GoTestTool 类的 _build_wrapper_code 方法中,第 770 行有语法错误。
|
2025-12-24 18:07:32 +08:00 |
rockmelodies
|
91290802a8
|
在 GoTestTool 类的 _build_wrapper_code 方法中,第 770 行有语法错误。
以修复
|
2025-12-24 17:39:24 +08:00 |
Image
|
a79b27a6d2
|
✨ feat(ssh):新增SSH密钥认证支持,支持通过SSH方式访问Git仓库
新增SSH密钥管理功能,包括生成、查看、测试和删除SSH密钥对。在agent_tasks.py中集成SSH私钥解密和SSH克隆逻辑,支持git@格式的SSH URL。在projects.py中为SSH URL添加文件获取支持。新增ssh_keys.py端点提供完整的SSH密钥API管理。前端Account页面新增SSH密钥管理界面,Projects页面支持选择SSH Key认证类型。新增git_ssh_service.py提供SSH密钥生成、验证和Git SSH操作功能。
|
2025-12-24 16:08:56 +08:00 |