Releases: Tencent/teamai-cli
Releases · Tencent/teamai-cli
v0.16.6
Full Changelog: v0.16.2...v0.16.6
v0.16.4
Bug Fixes
- push: Exclude
.gitfromcopyDirto prevent submodule gitlink in team repo (#10)- When a skill directory was itself a git repository (e.g. cloned from a remote),
copyDirwould copy the.gitdirectory into the team repo. Git then treated it as a submodule reference (mode 160000), causing the resulting MR to contain only a commit hash instead of actual file content.
- When a skill directory was itself a git repository (e.g. cloned from a remote),
Improvements
- wiki: Consolidate wiki storage to shared
~/.teamai/wiki/(user scope) or<projectRoot>/.teamai/wiki/(project scope) instead of duplicating across each AI tool directory - e2e: Stabilize E2E tests for GitHub Actions CI
Docs
- Make English the default README for GitHub
- Minor README formatting improvements
What's Changed
- sync: v0.16.3 from internal by @jeff-r2026 in #1
- docs: make English the default README by @jeff-r2026 in #2
- docs: fix README blockquote spacing by @jeff-r2026 in #3
- docs: split tagline and description into separate paragraphs by @jeff-r2026 in #4
- ci: validate e2e pipeline with new secrets by @jeff-r2026 in #5
- refactor: unify wiki storage to ~/.teamai/wiki/ by @hsuchifeng in #9
- fix(push): exclude .git from copyDir to prevent submodule gitlink by @jeff-r2026 in #12
New Contributors
- @jeff-r2026 made their first contribution in #1
- @hsuchifeng made their first contribution in #9
Full Changelog: v0.16.3...v0.16.4
v0.16.3
Full Changelog: https://github.com/Tencent/teamai-cli/commits/v0.16.3