Add native LLM core foundation (#24712)

This commit is contained in:
Kit Langton
2026-05-08 16:56:20 -04:00
committed by GitHub
parent dc7d665e94
commit 5bb7b23440
144 changed files with 17052 additions and 2 deletions

View File

@@ -13,6 +13,10 @@
"outputs": [],
"passThroughEnv": ["*"]
},
"test:ci": {
"outputs": [".artifacts/unit/junit.xml"],
"passThroughEnv": ["*"]
},
"opencode#test:ci": {
"dependsOn": ["^build"],
"outputs": [".artifacts/unit/junit.xml"],