mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
# [1.1.0](https://github.com/Jeffusion/gitea-ai-assistant/compare/v1.0.0...v1.1.0) (2026-03-24) ### Bug Fixes * **agent:** fix rg args ordering in function reference search tool ([f410373](f410373f7b)) * **agent:** improve specialist agent JSON resilience and finding schema ([2587576](2587576514)) * **ci:** stabilize visual regression environment ([9887504](98875044d6)) * **config:** make persistOverrides resilient to read-only filesystems ([3f2817d](3f2817d6c3)) * **config:** silently skip readonly fields on save instead of rejecting ([12425d1](12425d147f)) * **docker:** add git, ca-certificates, and ripgrep to production image ([ba26635](ba2663552d)) * **frontend:** standardize favicon/title, 401 redirect, SPA root route, and theme switching ([5bb1c3a](5bb1c3a2d1)) * **k8s:** extract Secret to separate file to fix kustomize apply ([e3b8365](e3b8365ea2)) * **k8s:** remove stale GITEA_ACCESS_TOKEN/GITEA_API_URL/QDRANT_URL from k8s config ([9b063af](9b063afba0)) * **k8s:** use writable emptyDir volume for config overrides ([98e5048](98e5048f2c)) * **lint:** resolve biome violations across src modules ([3c1d616](3c1d616dc1)) * make all config consumers read dynamically instead of caching at module load ([9a356a2](9a356a228f)) * make FEISHU_WEBHOOK_URL optional to prevent startup crash ([d84a0ed](d84a0ed956)) * remove isDev branches that caused production to use mock test data ([f3ba9de](f3ba9de06f)) * **test:** update specialist-agent-react tests for LLMGateway API ([824564d](824564dac6)) * **ui:** align card headers and stabilize themed layout polish ([28d86af](28d86aff16)) ### Features * **config:** add Codex engine configuration fields ([129094a](129094a39e)) * **config:** add global prompt setting injected into all LLM calls ([afd5685](afd568588d)) * **config:** migrate all runtime settings from env vars to SQLite DB ([4c32a46](4c32a460d3)) * **db:** add SQLite database layer with encrypted secret storage ([21fef99](21fef999fb)) * **frontend:** update config UI for DB-first config architecture ([9c9ef05](9c9ef05d13)) * **llm:** add LLM config REST API controller ([c6c8e20](c6c8e20683)) * **llm:** add pluggable multi-provider LLM architecture ([c9a2db3](c9a2db3df2)) * **llm:** add resilience layer with rate limiting and retry ([839d4a8](839d4a89bf)) * **review/codex:** add Codex review engine with MCP tools ([614f66c](614f66c433)) * **review:** add incremental review with snapshot refs ([9308c60](9308c60aa0)) * **review:** add token-aware context control with tokenlens ([ec2029a](ec2029a942)) * **review:** add triage agent for smart specialist routing ([86480de](86480dec07)) * **review:** add workspace cleanup on PR close and scheduled stale cleanup ([792ed7f](792ed7faa2)) * **review:** remove legacy mode and harden agent/codex pipeline ([1c0c9af](1c0c9afd17)) * **ui:** add frontend test infrastructure with vitest ([bc7616d](bc7616df42)) * **ui:** add LLM provider management frontend ([c45cb34](c45cb34a35)) * **ui:** add review config page with engine selector ([ae0dfce](ae0dfceba1)) * **ui:** replace hardcoded model lists with dynamic tokenlens API ([71bd310](71bd310459))
8.8 KiB
8.8 KiB
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)