• Joined on 2026-02-23
iven pushed to main at iven/zclaw_openfang 2026-04-03 15:10:19 +08:00
1048901665 fix(saas): industry template audit fixes + pgvector optional + relay timeout
iven pushed to main at iven/zclaw_openfang 2026-04-03 13:32:30 +08:00
ea00c32c08 feat(saas): industry agent template assignment system
iven pushed to main at iven/zclaw_openfang 2026-04-03 13:00:44 +08:00
5b1b747810 fix(desktop): prevent transformCallback crash in browser mode
iven pushed to main at iven/zclaw_openfang 2026-04-03 12:46:20 +08:00
564c7ca28f fix(desktop): guard invoke calls with isTauriRuntime check
iven pushed to main at iven/zclaw_openfang 2026-04-03 12:29:21 +08:00
65b73c547f fix(desktop): resolve Tauri state panic on startup
iven pushed to main at iven/zclaw_openfang 2026-04-03 00:54:17 +08:00
54764a8bbd docs: enforce commit-push-after-comeliminate-work as mandatory step
iven pushed to main at iven/zclaw_openfang 2026-04-03 00:42:55 +08:00
1c697d0b46 chore: 清理临时管理目录并更新文档索引
iven pushed to main at iven/zclaw_openfang 2026-04-03 00:29:44 +08:00
5a5a4b322d docs: update CLAUDE.md with stabilization rules, security audit, and production checklist
d8e2954d73 docs: stabilization directive + TRUTH document + AI session prompts + dockerignore
5c74e74f2a fix(desktop): component cleanup + dead code removal + DeerFlow ai-elements
15d578c5bc fix(tauri): replace silent let _ = with structured logging across 20 modules
52bdafa633 refactor(crates): kernel/generation module split + DeerFlow optimizations + middleware + dead code cleanup
Compare 5 commits »
iven pushed to main at iven/zclaw_openfang 2026-04-03 00:24:34 +08:00
0a04b260a4 refactor(desktop): ChatStore structured split + IDB persistence + stream cancel
iven pushed to main at iven/zclaw_openfang 2026-04-02 20:04:47 +08:00
da438ad868 fix(billing): resolve all audit findings — CSRF, float precision, TOCTOU, error sanitization
iven pushed to main at iven/zclaw_openfang 2026-04-02 19:25:17 +08:00
8898bb399e docs: audit reports + feature docs + skills + admin-v2 + config sync
28299807b6 fix(desktop): DeerFlow UI — ChatArea refactor + ai-elements + dead CSS cleanup
d40c4605b2 fix(knowledge): verification audit — 3 medium issues
7e4b787d5c fix(knowledge): deep audit — 18 bugs fixed across backend + frontend
837abec48a feat(billing): add usage increment API + wire hand/pipeline execution tracking
Compare 25 commits »
iven pushed to main at iven/zclaw_openfang 2026-04-01 22:03:19 +08:00
73ff5e8c5e feat(desktop): DeerFlow visual redesign + stream hang fix + intelligence client
e3b93ff96d fix(security): implement all 15 security fixes from penetration test V1
3b1a017761 fix(saas): fix Box<dyn Error> to anyhow conversion in cache init
4e3265a853 feat(saas): replace scheduler STUB with real task dispatch framework
7d4d2b999b fix: unify logger names in kernel-hands, replace console.error in gateway-api
Compare 11 commits »
iven pushed to main at iven/zclaw_openfang 2026-03-31 14:08:34 +08:00
9905a8d0d5 fix(saas-relay): eliminate DATABASE_ERROR by removing DB queries from critical path
iven pushed to main at iven/zclaw_openfang 2026-03-31 13:50:15 +08:00
2ff696289f fix(saas): reduce DB connection pool pressure in relay path
iven pushed to main at iven/zclaw_openfang 2026-03-31 13:39:11 +08:00
6cae768401 fix(desktop): session persistence — refresh/login/context/empty-content 4-bug fix
iven pushed to main at iven/zclaw_openfang 2026-03-31 12:02:42 +08:00
3e5d64484e fix(relay): fix llm_routing read path bug and add User-Agent header for Coding Plan
ee51d5abcd feat(admin-v2): add ProTable search, scenarios/quick_commands form, tests, remove quota_reset_interval
f79560a911 refactor(desktop): split kernel_commands/pipeline_commands into modules, add SaaS client libs and gateway modules
d0ae7d2770 feat(deploy): add Dockerfile, saas-env.example, nginx config, and production deployment guide
8e6abc91e1 feat(key-pool): add LRU sorting via last_used_at column
Compare 10 commits »
iven pushed to worktree-saas-backend at iven/zclaw_openfang 2026-03-31 00:13:02 +08:00
44256a511c feat: 增强SaaS后端功能与安全性
iven pushed to main at iven/zclaw_openfang 2026-03-31 00:11:47 +08:00
eb956d0dce feat: 新增管理后台前端项目及安全加固
iven pushed to main at iven/zclaw_openfang 2026-03-31 00:10:57 +08:00
6821df5f44 refactor(admin): 迁移 admin 项目到 admin-v2 并移除旧代码
9d310e5a3c docs: 更新 roadmap — S2/S4/S8/F16 标记已完成
6529b67353 feat(a2a): 消息重入队列 + 广播丢弃修复 + Router group 管理
a0bbd4ba82 feat(scheduler): 定时任务后端持久化 + Pipeline trigger 编译修复
c2aff09811 feat(security): Auth Token HttpOnly Cookie — XSS 安全加固
Compare 11 commits »
iven pushed to main at iven/zclaw_openfang 2026-03-30 11:33:58 +08:00
834aa12076 fix: P0 panic风险修复 + P1编译warnings清零 + P2代码/文档清理