Commit Graph

15 Commits

Author SHA1 Message Date
hhs
a6667e0a33 feat(frontend): 步骤 6.2 — 配置文件(next.config.ts、tsconfig.json、postcss.config.mjs) 2026-06-10 15:23:18 +08:00
hhs
0662165c77 feat(frontend): 步骤 6.1 — 初始化 Next.js 项目,创建 package.json 2026-06-10 15:22:52 +08:00
hhs
cdbaefecf8 feat(handler,cmd): 实现阶段 5 HTTP 服务 — 处理器、入口程序、配置文件 2026-06-10 15:18:06 +08:00
hhs
f532b21a7a feat(service): 实现阶段 4 业务逻辑 — Agent、Runner、Assembler、ChatService 2026-06-10 15:13:21 +08:00
hhs
658866a661 fix(ci): 禁用失效的缓存服务,设置 GOPROXY=goproxy.cn 2026-06-10 14:58:13 +08:00
hhs
9d04b0b200 feat(llm): 实现阶段 3 LLM 集成 — OpenAI 客户端与 ChatModel 适配器
All checks were successful
GoLoom CI / Lint (push) Successful in 21m3s
GoLoom CI / Test (push) Successful in 9m20s
GoLoom CI / Build (push) Successful in 9m27s
2026-06-10 13:46:38 +08:00
hhs
85a3d1e27d feat(config): 实现阶段 2 配置加载 — 应用配置与 Agent 配置加载 2026-06-10 13:44:15 +08:00
hhs
62813cbe2e refactor(model): 拆分 types.go 为 chat.go、types.go、store.go 三个文件 2026-06-10 13:41:18 +08:00
hhs
53488f792d feat(types,model): 实现阶段 1 基础设施 — 错误码、AppError、配置模型、核心接口 2026-06-10 12:49:29 +08:00
hhs
1cfebd37be fix(ci): 移除 Docker Build 阶段,Gitea 不支持 GHA 缓存
All checks were successful
GoLoom CI / Lint (push) Successful in 1m21s
GoLoom CI / Test (push) Successful in 5s
GoLoom CI / Build (push) Successful in 7s
2026-06-10 11:17:58 +08:00
hhs
a70f151615 perf(ci): 启用 Go 模块缓存,缓存 golangci-lint 二进制
Some checks failed
GoLoom CI / Lint (push) Successful in 1m41s
GoLoom CI / Test (push) Successful in 5s
GoLoom CI / Build (push) Successful in 7s
GoLoom CI / Docker Build (push) Has been cancelled
2026-06-10 10:58:43 +08:00
hhs
04c1b6b0d2 fix(cmd): 添加 main 函数占位,修复构建失败 2026-06-10 10:55:47 +08:00
hhs
308fea39fc docs: 规范提交文档
Some checks failed
GoLoom CI / Lint (push) Successful in 9m28s
GoLoom CI / Test (push) Successful in 31s
GoLoom CI / Build (push) Failing after 6s
GoLoom CI / Docker Build (push) Has been skipped
2026-06-10 10:40:09 +08:00
hhs
040d391517 fix(ci): 修复 Gitea Actions 兼容性问题 2026-06-10 10:36:22 +08:00
hhs
018fe07773 chore(init): 初始化项目目录结构与 Go 模块
Some checks failed
GoLoom CI / Lint (push) Successful in 9m25s
GoLoom CI / Test (push) Failing after 24s
GoLoom CI / Build (push) Has been skipped
GoLoom CI / Docker Build (push) Has been skipped
2026-06-09 23:53:08 +08:00