jeffusion
9567501369
chore(deploy): standardize assistant default port to 5174
2026-03-24 13:40:06 +08:00
jeffusion
0bc147cbc5
refactor: replace master.key file with ENCRYPTION_KEY env var and fix k8s deployment
...
- Replace file-based master key (data/master.key) with ENCRYPTION_KEY env var (hex-encoded)
- App now requires ENCRYPTION_KEY to start, removing MASTER_KEY_PATH entirely
- Fix k8s: add missing gitea-assistant-data volume, replace PVC with hostPath for single-node
- Fix k8s: change qdrant from StatefulSet+PVC to Deployment+hostPath
- Add K8s Secret for ENCRYPTION_KEY injection
- Update all tests, .env.example, and documentation
2026-03-24 12:30:13 +08:00
jeffusion
769517f7bf
docs: update README to reflect DB-first configuration model
...
- Configuration Reference now shows only PORT/DATABASE_PATH/MASTER_KEY_PATH as env vars
- All other settings documented as Web UI configuration
- Installation steps simplified (no more .env editing for runtime config)
- Docker run command updated to use volume mount instead of --env-file
- k8s section simplified: only GITEA_ACCESS_TOKEN in Secret
2026-03-24 12:30:13 +08:00
jeffusion
b807c10d7a
chore: update .env.example for multi-provider LLM configuration
...
Remove obsolete OPENAI_* and REVIEW_MODEL_* vars; add note about Web UI config.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
2026-03-24 12:30:13 +08:00
accelerator
611fcf39d5
feat: 添加Agent审查相关配置项和依赖
...
新增REVIEW_ENGINE、向量记忆、Reflection/Debate等环境变量;添加@qdrant/js-client-rest和zod-to-json-schema依赖;添加test脚本
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-03-01 03:37:30 +00:00
jeffusion
e9d4f6776c
feat: 增加pr提醒,支持飞书机器人消息通知
2025-04-23 13:38:26 +08:00
jeffusion
ad8aaa0615
[feat] 支持自定义prompt模板
2025-03-19 10:26:03 +08:00
jeffusion
0d09a951b2
[bugfix] 修复对于gitea webhook签名的检查失败问题
2025-03-14 11:52:04 +08:00
jeffusion
dc4fb459b4
[feat] 初始化gitea代码AI审核程序
2025-03-14 11:20:02 +08:00