Releases: agentcodinglab/aicodingagentteam
Releases · agentcodinglab/aicodingagentteam
Release list
v0.3.0
Changelog
- 063ae5b fix(website): use @ alias for all component/lib imports
- 0764f6f fix(website): smart locale detection on root redirect
- 0b8c3cd fix(website): set basePath for GitHub Pages subpath
- 0c1a7e8 fix(website): locale-prefixed navigation + react-markdown doc rendering
- 0ce24e9 fix(website): docs/layout.tsx import path + ignore tsbuildinfo
- 1bcdd99 fix(website): doc page fallback to English content for missing locales
- 240d44c fix(website): correct relative import paths
- 8a8eec5 fix(ci): upload-pages-artifact path is repo-relative
- 89e88dc fix(ci): switch docs-site to npm install + auto-commit lockfile
- b1faed2 fix(ci): remove pointless cp out/404.html out/404.html step
- f824032 fix(ci): drop setup-node cache (no package-lock.json yet)
- da242c6 fix(ci): docs-site working-directory consistency
- f113f13 feat(website): sitemap.xml, robots.txt, changelog page (en + zh)
- f1a3b24 feat(website): root redirect /aicodingagentteam -> /aicodingagentteam/en/
- 34e4999 feat(website): redesign homepage with best-practice landing sections
- b004112 feat(website): add Tilt wrapper for mouse-follow 3D card hover
- c663323 feat(website): Stage 2 dark duotone redesign (cyan + magenta neon)
- 96e8882 feat(website): Next.js 14 marketing + docs site, 9 locales, static export to GitHub Pages
- b3ff4ec feat(governance): perf-budget + lighthouse config + axe a11y + godocgen
- d9893e3 ci(release): add workflow_dispatch trigger for manual re-release
- beaecab ci(governance): wire governance.yml + bump CONSTRAINTS to v0.3.0
- ff70488 chore(website): regenerate package-lock.json
- 38b4d5e chore(governance): add ADR-0016 + direction A plan + maintenance standard
- 482b964 chore(docs): scrub [ref-project] references from tracked content
v0.2.1
v0.2.0
Changelog
- 3188598 fix(tui): drop TextProvider import from ink (not exported in installed version)
- 7112fc6 fix(test): 测试跨平台兼容,CI Linux 环境全通过
- 46c008e fix(ci): replace gitleaks-action with gitleaks binary (no license needed)
- 45a9579 fix(ci): golangci-lint v2.5 for Go 1.25
- c195049 fix(ci): golangci-lint v2.13 match local
- cdbf42b fix(ci): golangci-lint config v2 schema
- 5891e9f fix(ci): golangci-lint action v8 and config v2 compat
- 40ecb83 fix(ci): gitleaks.toml allowlist -> allowlists (v8.25+ syntax change)
- 705cac6 fix(ci): gitleaks via docker image (go install v8 path no longer exists)
- ceba4d9 fix(ci): gitleaks non-blocking with allowlist for test files
- a273f62 fix(ci): gitleaks config to allow test files with intentional fake secrets
- 45da4de fix(ci): gitleaks --no-git only scans working tree; remove || true
- 5a7288b feat(quality-gate): 全链透传检查详情 + config 合并默认值 + env 覆盖
- e4b926c feat(J+K+L): e2e tests + security hardening + release polish
- a54b8b3 feat(I): feature completion and spec alignment
- 4667d2a feat(F+G): release readiness + quality gap closure
- 88f7a8d feat(D): wire RAG knowledge + memory into Director; codex coverage 94.9%; golangci-lint v9
- f8fc5fa docs(plan): multilang-readme-release plan
- 998a6bb ci+test: 升级 actions v5/v6 消除 Node 20 warning + contracts/runtime 测试
- d8c8789 Initial commit 2
- a5df50e Initial commit