Add MLX (Apple Silicon) and ROCm (AMD) inference backends #21
Annotations
2 errors and 1 warning
|
test
Process completed with exit code 1.
|
|
src/agent-tools.test.ts > agent-tools > git tools > git_commit stages and commits everything:
app/src/agent-tools.test.ts#L281
AssertionError: expected 'Exit code: 128\n\n--- stderr ---\nAut…' to contain 'Exit code: 0'
- Expected
+ Received
- Exit code: 0
+ Exit code: 128
+
+ --- stderr ---
+ Author identity unknown
+
+ *** Please tell me who you are.
+
+ Run
+
+ git config --global user.email "you@example.com"
+ git config --global user.name "Your Name"
+
+ to set your account's default identity.
+ Omit --global to set the identity only in this repository.
+
+ fatal: empty ident name (for <runner@runnervm3jd5f.abeklq3pcfkunev5g5yv1x5cva.ex.internal.cloudapp.net>) not allowed
+
❯ src/agent-tools.test.ts:281:28
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|