Skip to content

Releases: Tencent/teamai-cli

v0.16.6

27 May 04:27

Choose a tag to compare

v0.16.4

19 May 02:17

Choose a tag to compare

Bug Fixes

  • push: Exclude .git from copyDir to prevent submodule gitlink in team repo (#10)
    • When a skill directory was itself a git repository (e.g. cloned from a remote), copyDir would copy the .git directory 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.

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

Full Changelog: v0.16.3...v0.16.4

v0.16.3

09 May 07:16

Choose a tag to compare