mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
## [1.3.1](https://github.com/jeffusion/gitea-ai-assistant/compare/v1.3.0...v1.3.1) (2026-03-26) ### Bug Fixes * **db:** self-heal missing repository prompt schema ([b6e6ee0](b6e6ee0927)) * **logs:** gate repository list debug logs behind REPO_LIST_DEBUG_LOGS env flag ([3a97d67](3a97d673f6)) * **repo:** add structured diagnostics for repository list failures ([22b6032](22b603258a))
11 KiB
11 KiB
1.3.1 (2026-03-26)
Bug Fixes
- db: self-heal missing repository prompt schema (b6e6ee0)
- logs: gate repository list debug logs behind REPO_LIST_DEBUG_LOGS env flag (3a97d67)
- repo: add structured diagnostics for repository list failures (22b6032)
1.3.0 (2026-03-26)
Features
- repo: add project-level review prompt with UI redesign (d5deb75)
1.2.1 (2026-03-24)
Bug Fixes
- ci: source Docker tags from semantic-release version (f84c0ab)
1.2.0 (2026-03-24)
Bug Fixes
- lint: apply biome cleanup for notification modules (7aec1e4)
Features
- frontend: add dedicated notification management menu and test panel (9964614)
- notification: replace feishu-only flow with pluggable providers (e40dadd)
1.1.1 (2026-03-24)
Bug Fixes
- build: guard husky prepare for production installs (5aeff75)
1.1.0 (2026-03-24)
Bug Fixes
- agent: fix rg args ordering in function reference search tool (f410373)
- agent: improve specialist agent JSON resilience and finding schema (2587576)
- ci: stabilize visual regression environment (9887504)
- config: make persistOverrides resilient to read-only filesystems (3f2817d)
- config: silently skip readonly fields on save instead of rejecting (12425d1)
- docker: add git, ca-certificates, and ripgrep to production image (ba26635)
- frontend: standardize favicon/title, 401 redirect, SPA root route, and theme switching (5bb1c3a)
- k8s: extract Secret to separate file to fix kustomize apply (e3b8365)
- k8s: remove stale GITEA_ACCESS_TOKEN/GITEA_API_URL/QDRANT_URL from k8s config (9b063af)
- k8s: use writable emptyDir volume for config overrides (98e5048)
- lint: resolve biome violations across src modules (3c1d616)
- make all config consumers read dynamically instead of caching at module load (9a356a2)
- make FEISHU_WEBHOOK_URL optional to prevent startup crash (d84a0ed)
- remove isDev branches that caused production to use mock test data (f3ba9de)
- test: update specialist-agent-react tests for LLMGateway API (824564d)
- ui: align card headers and stabilize themed layout polish (28d86af)
Features
- config: add Codex engine configuration fields (129094a)
- config: add global prompt setting injected into all LLM calls (afd5685)
- config: migrate all runtime settings from env vars to SQLite DB (4c32a46)
- db: add SQLite database layer with encrypted secret storage (21fef99)
- frontend: update config UI for DB-first config architecture (9c9ef05)
- llm: add LLM config REST API controller (c6c8e20)
- llm: add pluggable multi-provider LLM architecture (c9a2db3)
- llm: add resilience layer with rate limiting and retry (839d4a8)
- review/codex: add Codex review engine with MCP tools (614f66c)
- review: add incremental review with snapshot refs (9308c60)
- review: add token-aware context control with tokenlens (ec2029a)
- review: add triage agent for smart specialist routing (86480de)
- review: add workspace cleanup on PR close and scheduled stale cleanup (792ed7f)
- review: remove legacy mode and harden agent/codex pipeline (1c0c9af)
- ui: add frontend test infrastructure with vitest (bc7616d)
- ui: add LLM provider management frontend (c45cb34)
- ui: add review config page with engine selector (ae0dfce)
- ui: replace hardcoded model lists with dynamic tokenlens API (71bd310)
1.0.0 (2026-03-03)
Bug Fixes
Features
- admin: 添加后台管理界面和Webhook管理功能 (3a0cb36)
- api: add config management REST endpoints (d375a4c)
- config: add runtime config manager with 3-layer priority (d946423)
- frontend: add config management page with UI components (f223e35)
- frontend: add react-router and refactor app routing (0b5cbfd)
- 增加pr提醒,支持飞书机器人消息通知 (e9d4f67)
- 添加Agent审查引擎核心类型和Schema定义 (4c90bf0)
- 添加Agent审查相关配置项和依赖 (611fcf3)
- 添加发布策略和文件审查存储 (5ddd858)
- 添加向量记忆和学习系统 (956a84a)
- 添加四个分类专家Agent定义 (4b58f15)
- 添加多Agent审查代理(specialist/reflexion/judge/critic/debate) (1d9ed3d)
- 添加审查编排器和引擎入口 (25d4f56)
- 添加工具注册表和代码搜索工具 (6186210)
- 添加沙箱执行和本地仓库管理器 (d1e1e2f)
- 集成Agent审查引擎到应用入口和控制器 (2ce2a5f)
- 项目更名并调整接口 (b8e5c5e)