Commit Graph

  • 31af14a2ca test(ui): add frontend component tests for LLM management UI (7 tests) jeffusion 2026-03-05 00:33:06 +08:00
  • 3937c678f3 test(llm): add backend unit tests for LLM provider feature (113 tests) jeffusion 2026-03-05 00:32:53 +08:00
  • bc7616df42 feat(ui): add frontend test infrastructure with vitest jeffusion 2026-03-05 00:32:40 +08:00
  • c45cb34a35 feat(ui): add LLM provider management frontend jeffusion 2026-03-05 00:32:30 +08:00
  • 984cf734fe refactor(config): remove LLM settings from config layer jeffusion 2026-03-05 00:32:16 +08:00
  • 0bb6cf7849 refactor(review): migrate review agents from direct OpenAI to LLMGateway jeffusion 2026-03-05 00:32:04 +08:00
  • c6c8e20683 feat(llm): add LLM config REST API controller jeffusion 2026-03-05 00:31:50 +08:00
  • 21fef999fb feat(db): add SQLite database layer with encrypted secret storage jeffusion 2026-03-05 00:31:35 +08:00
  • c9a2db3df2 feat(llm): add pluggable multi-provider LLM architecture jeffusion 2026-03-05 00:31:14 +08:00
  • f0d981ad00 chore: update .gitignore and add bunfig.toml for test isolation jeffusion 2026-03-05 00:30:42 +08:00
  • afd568588d feat(config): add global prompt setting injected into all LLM calls jeffusion 2026-03-04 17:30:31 +08:00
  • 98e5048f2c fix(k8s): use writable emptyDir volume for config overrides jeffusion 2026-03-04 17:29:48 +08:00
  • 12425d147f fix(config): silently skip readonly fields on save instead of rejecting jeffusion 2026-03-04 17:29:28 +08:00
  • 3f2817d6c3 fix(config): make persistOverrides resilient to read-only filesystems jeffusion 2026-03-04 17:29:02 +08:00
  • 2587576514 fix(agent): improve specialist agent JSON resilience and finding schema jeffusion 2026-03-04 17:28:17 +08:00
  • f410373f7b fix(agent): fix rg args ordering in function reference search tool jeffusion 2026-03-04 17:27:22 +08:00
  • ba2663552d fix(docker): add git, ca-certificates, and ripgrep to production image jeffusion 2026-03-04 17:27:03 +08:00
  • f3ba9de06f fix: remove isDev branches that caused production to use mock test data jeffusion 2026-03-04 14:18:53 +08:00
  • d84a0ed956 fix: make FEISHU_WEBHOOK_URL optional to prevent startup crash jeffusion 2026-03-04 13:33:43 +08:00
  • dd147a24b4 chore(k8s): add Kubernetes deployment manifests jeffusion 2026-03-04 12:45:58 +08:00
  • 010582d702 chore(docker): add Qdrant service to docker-compose jeffusion 2026-03-03 18:54:34 +08:00
  • 33b3d9c9ab chore(release): 1.0.0 [skip ci] v1.0.0 semantic-release-bot 2026-03-03 10:49:09 +00:00
  • c1d3077654 fix: remove trailing comma in package.json jeffusion 2026-03-03 18:36:51 +08:00
  • c0fe893997 ci: rewrite CI/CD with semantic-release and GHCR Docker push jeffusion 2026-03-03 18:18:10 +08:00
  • 7d492ce775 Merge pull request #4 from jeffusion/agent-review-engine 路遥知码力 2026-03-03 17:31:16 +08:00
  • 318e6d3688 build: replace tslint with Biome for code quality jeffusion 2026-03-03 17:03:23 +08:00
  • 6f389fc1a9 chore: remove obsolete files jeffusion 2026-03-03 17:03:14 +08:00
  • 45e9b1f346 docs: rewrite README following open source standards with i18n jeffusion 2026-03-03 16:49:19 +08:00
  • 99bf4aff5e chore: add config-overrides.json to ignore files and docker volume jeffusion 2026-03-03 16:33:34 +08:00
  • 3cb53db8f0 chore: add concurrent dev script for backend and frontend jeffusion 2026-03-03 16:33:18 +08:00
  • ee1d8f70f7 style(frontend): redesign UI with dark tech aesthetic jeffusion 2026-03-03 16:32:59 +08:00
  • 0b5cbfd5ba feat(frontend): add react-router and refactor app routing jeffusion 2026-03-03 16:32:40 +08:00
  • f223e35cbb feat(frontend): add config management page with UI components jeffusion 2026-03-03 16:32:21 +08:00
  • d375a4c82d feat(api): add config management REST endpoints jeffusion 2026-03-03 16:32:01 +08:00
  • d946423d45 feat(config): add runtime config manager with 3-layer priority jeffusion 2026-03-03 16:31:42 +08:00
  • b4feb0a822 ci: 添加GitHub Actions CI/CD流水线 accelerator 2026-03-01 14:47:22 +08:00
  • e91ebdc974 fix: 修复E2E测试基础设施 accelerator 2026-03-01 14:14:13 +08:00
  • 5c0b4808ee test: 添加E2E测试基础设施(docker-compose + seed + test) accelerator 2026-03-01 03:46:43 +00:00
  • 20b7fae496 test: 添加集成测试(Store→Judge→Policy全链路) accelerator 2026-03-01 03:45:11 +00:00
  • 95cd9f1309 test: 添加ReAct循环单元测试 accelerator 2026-03-01 03:43:42 +00:00
  • 85ab286bf7 test: 添加文件存储和沙箱执行单元测试 accelerator 2026-03-01 03:42:10 +00:00
  • d7a70107a2 test: 添加发布策略和Judge代理单元测试 accelerator 2026-03-01 03:40:27 +00:00
  • 901ef97a25 docs: 更新README添加Agent审查模式文档 accelerator 2026-03-01 03:38:58 +00:00
  • 611fcf39d5 feat: 添加Agent审查相关配置项和依赖 accelerator 2026-03-01 03:37:30 +00:00
  • 2ce2a5f6a6 feat: 集成Agent审查引擎到应用入口和控制器 accelerator 2026-03-01 03:36:01 +00:00
  • 25d4f56bde feat: 添加审查编排器和引擎入口 accelerator 2026-03-01 03:34:27 +00:00
  • 5ddd858785 feat: 添加发布策略和文件审查存储 accelerator 2026-03-01 03:33:03 +00:00
  • 4b58f158fc feat: 添加四个分类专家Agent定义 accelerator 2026-03-01 03:31:33 +00:00
  • 1d9ed3d969 feat: 添加多Agent审查代理(specialist/reflexion/judge/critic/debate) accelerator 2026-03-01 03:30:08 +00:00
  • 956a84acc1 feat: 添加向量记忆和学习系统 accelerator 2026-03-01 03:28:34 +00:00
  • 6186210b4e feat: 添加工具注册表和代码搜索工具 accelerator 2026-03-01 03:26:47 +00:00
  • d1e1e2f33c feat: 添加沙箱执行和本地仓库管理器 accelerator 2026-03-01 03:25:30 +00:00
  • 4c90bf0b9c feat: 添加Agent审查引擎核心类型和Schema定义 accelerator 2026-03-01 03:24:12 +00:00
  • 3a0cb36f02 feat(admin): 添加后台管理界面和Webhook管理功能 accelerator 2025-09-24 21:56:52 +08:00
  • 2b088a653d chore: 补充项目cursor rules jeffusion 2025-04-23 13:54:10 +08:00
  • e9d4f6776c feat: 增加pr提醒,支持飞书机器人消息通知 jeffusion 2025-04-23 13:38:26 +08:00
  • b8e5c5eb41 feat: 项目更名并调整接口 jeffusion 2025-04-14 20:55:56 +08:00
  • ad8aaa0615 [feat] 支持自定义prompt模板 jeffusion 2025-03-19 10:26:03 +08:00
  • 0d09a951b2 [bugfix] 修复对于gitea webhook签名的检查失败问题 jeffusion 2025-03-14 11:50:17 +08:00
  • e488ebc492 [feat] 优化代码审核接受事件 jeffusion 2025-03-14 11:19:29 +08:00
  • dc4fb459b4 [feat] 初始化gitea代码AI审核程序 jeffusion 2025-03-14 11:20:02 +08:00