fix(omega): unify ai package version to fix tool execution

- Add pnpm override for ai@6.0.23 to prevent version conflicts
- @tpmjs/registry-execute and @tpmjs/registry-search were using
  ai@6.0.0-beta.124 which caused tool interface incompatibility
- All packages now use ai@6.0.23 consistently
This commit is contained in:
Ajax Davis 2026-01-25 11:17:10 +10:00
parent dff523fa99
commit 9c6a09e747
2 changed files with 23 additions and 220 deletions

View file

@ -55,7 +55,8 @@
],
"overrides": {
"cheerio": "1.0.0-rc.12",
"tailwindcss": "3.4.17"
"tailwindcss": "3.4.17",
"ai": "6.0.23"
}
},
"devDependencies": {