chore: update merge branch with latest v2

# Conflicts:
#	packages/core/src/plugin/provider/github-copilot.ts
This commit is contained in:
Aiden Cline 2026-07-06 15:37:35 -05:00
commit 9c23bc869d
127 changed files with 3037 additions and 2089 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"license": "MIT",
"scripts": {
"test": "bun test --timeout 5000",
"typecheck": "tsgo --noEmit",
"build": "tsc"
},