feat(cli): make the AI service opt-in via a declared dependency (Community-Edition support) #7129
ci.yml
on: pull_request
filter
8s
Test Core
6m 39s
Dogfood Regression Gate
5m 55s
Build Core
5m 15s
Build Docs
2m 21s
Check Skill Docs
Annotations
3 errors
|
Test Core
Process completed with exit code 1.
|
|
Test Core
@objectstack/runtime#test: command (/home/runner/work/framework/framework/packages/runtime) /opt/hostedtoolcache/node/20.20.2/x64/bin/pnpm run test exited (1)
|
|
src/security/api-key.test.ts > extractApiKey > does NOT treat Bearer tokens as API keys:
packages/runtime/src/security/api-key.test.ts#L88
AssertionError: expected 'osk_123' to be undefined
- Expected:
undefined
+ Received:
"osk_123"
❯ src/security/api-key.test.ts:88:64
|