feat: add tower base entry, session listing, and engine fixes #1125
ci.yml
on: pull_request
Matrix: test
build
3m 50s
test-pi-tui
43s
test-windows
lint
1m 4s
typecheck
2m 33s
test
2s
Annotations
5 errors and 19 warnings
|
test (3)
Process completed with exit code 1.
|
|
[agent-core-v2] test/features/tower/towerService.test.ts > AgentTowerService > clears the death mark when the agent starts again:
packages/agent-core-v2/test/features/tower/towerService.test.ts#L711
AssertionError: expected '2026-09-02T04:35:49.654Z tower init m…' to contain 'revived'
- Expected
+ Received
- revived
+ 2026-09-02T04:35:49.654Z tower init mode=branch base=main ref=.tower/comms/MISSIONS.md
+ 2026-09-02T04:35:49.654Z tower died name=w1 agent=agent-w1 kind=worker status=failed reason=provider blew up mission=M1
+
❯ test/features/tower/towerService.test.ts:711:19
|
|
test (1)
Process completed with exit code 1.
|
|
[minidb] test/cluster/concurrent.test.ts > a reader process observes commits from a concurrently running writer process:
packages/minidb/test/cluster/helpers.ts#L81
Error: worker failed (code=1)
args: wait-read /tmp/minidb-cluster-mp-zzYoJY 4 live:k 42 120000
stdout: {"ok":0,"mode":"wait-read","error":"timeout waiting for live:k","got":null}
stderr:
❯ runWorkerOk test/cluster/helpers.ts:81:11
❯ test/cluster/concurrent.test.ts:102:22
|
|
test
Process completed with exit code 1.
|
|
test-pi-tui
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/fileSkillDiscovery.ts#L47
"path" also has a named export "join"
|
|
eslint-plugin-unicorn(prefer-string-replace-all):
packages/agent-core-v2/src/_base/utils/workdir-slug.ts#L18
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/di/lifecycle.ts#L640
Unexpected console statement.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/di/lifecycle.ts#L558
Unexpected console statement.
|
|
eslint-plugin-unicorn(no-array-sort):
packages/agent-core-v2/src/features/reminder/reminderAgentRuntime.ts#L163
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
eslint-plugin-import(no-duplicates):
packages/agent-core-v2/src/_base/di/scope.ts#L3
Module './instantiation' is imported more than once in this file
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L211
Function declared in a loop contains unsafe references to variable(s)
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L206
Function declared in a loop contains unsafe references to variable(s)
|
|
eslint-plugin-import(first):
packages/agent-core-v2/src/_base/di/test.ts#L12
Import statements must come first
|
|
eslint-plugin-import(first):
packages/agent-core-v2/src/_base/di/test.ts#L11
Import statements must come first
|
|
typecheck
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (5)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (4)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (3)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (2)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (1)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|