feat: memory UI — hit count display, archive/restore actions (H.7-H.8) #1573
ci.yml
on: push
Matrix: unit-tests
Lint
33s
Typecheck
40s
Secret Scan (gitleaks)
10s
Server Unit Tests
49s
Unit Tests (macOS)
2m 26s
Unit Tests (Windows)
1m 22s
Unit Tests (Windows ConPTY)
1m 2s
Server DB Integration Tests
53s
Repo Provider Integration Tests
0s
Coverage Report
0s
Android Release Build
0s
Publish to npm
0s
Annotations
13 errors and 13 warnings
|
Unit Tests (Node 24)
Process completed with exit code 1.
|
|
test/daemon/subsession-manager.test.ts > startSubSession — geminiSessionId stored in session-store > persists undefined geminiSessionId as undefined (not lost):
test/daemon/subsession-manager.test.ts#L350
AssertionError: expected "spy" to be called with arguments: [ 'resolved-gemini-uuid', '/proj' ]
Received:
1st spy call:
Array [
"resolved-gemini-uuid",
"/proj",
+ "proj",
]
Number of calls: 1
❯ test/daemon/subsession-manager.test.ts:350:36
|
|
test/daemon/structured-session-bootstrap.test.ts > resolveStructuredSessionBootstrap > resolves a Gemini session id for new gemini sessions and injects memory:
test/daemon/structured-session-bootstrap.test.ts#L73
AssertionError: expected "spy" to be called with arguments: [ 'gemini-uuid-1', '/proj' ]
Received:
1st spy call:
Array [
"gemini-uuid-1",
"/proj",
+ "proj",
]
Number of calls: 1
❯ test/daemon/structured-session-bootstrap.test.ts:73:38
|
|
test/daemon/codex-watcher-bootstrap.test.ts > ensureSessionFile > uses legacy bootstrapped memory before legacy injection is disabled:
src/daemon/codex-watcher.ts#L451
Error: [vitest] No "buildSessionBootstrapContext" export is defined on the "../../src/daemon/memory-inject.js" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("../../src/daemon/memory-inject.js"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.ensureSessionFile src/daemon/codex-watcher.ts:451:13
❯ test/daemon/codex-watcher-bootstrap.test.ts:51:5
|
|
Unit Tests (Node 22)
The strategy configuration was canceled because "unit-tests._24" failed
|
|
Unit Tests (Node 22)
The operation was canceled.
|
|
test/daemon/subsession-manager.test.ts > startSubSession — geminiSessionId stored in session-store > persists undefined geminiSessionId as undefined (not lost):
test/daemon/subsession-manager.test.ts#L350
AssertionError: expected "spy" to be called with arguments: [ 'resolved-gemini-uuid', '/proj' ]
Received:
1st spy call:
Array [
"resolved-gemini-uuid",
"/proj",
+ "proj",
]
Number of calls: 1
❯ test/daemon/subsession-manager.test.ts:350:36
|
|
test/daemon/structured-session-bootstrap.test.ts > resolveStructuredSessionBootstrap > resolves a Gemini session id for new gemini sessions and injects memory:
test/daemon/structured-session-bootstrap.test.ts#L73
AssertionError: expected "spy" to be called with arguments: [ 'gemini-uuid-1', '/proj' ]
Received:
1st spy call:
Array [
"gemini-uuid-1",
"/proj",
+ "proj",
]
Number of calls: 1
❯ test/daemon/structured-session-bootstrap.test.ts:73:38
|
|
test/daemon/codex-watcher-bootstrap.test.ts > ensureSessionFile > uses legacy bootstrapped memory before legacy injection is disabled:
src/daemon/codex-watcher.ts#L451
Error: [vitest] No "buildSessionBootstrapContext" export is defined on the "../../src/daemon/memory-inject.js" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("../../src/daemon/memory-inject.js"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.ensureSessionFile src/daemon/codex-watcher.ts:451:13
❯ test/daemon/codex-watcher-bootstrap.test.ts:51:5
|
|
Unit Tests (macOS)
Process completed with exit code 1.
|
|
test/daemon/subsession-manager.test.ts > startSubSession — geminiSessionId stored in session-store > persists undefined geminiSessionId as undefined (not lost):
test/daemon/subsession-manager.test.ts#L350
AssertionError: expected "spy" to be called with arguments: [ 'resolved-gemini-uuid', '/proj' ]
Received:
1st spy call:
Array [
"resolved-gemini-uuid",
"/proj",
+ "proj",
]
Number of calls: 1
❯ test/daemon/subsession-manager.test.ts:350:36
|
|
test/daemon/structured-session-bootstrap.test.ts > resolveStructuredSessionBootstrap > resolves a Gemini session id for new gemini sessions and injects memory:
test/daemon/structured-session-bootstrap.test.ts#L73
AssertionError: expected "spy" to be called with arguments: [ 'gemini-uuid-1', '/proj' ]
Received:
1st spy call:
Array [
"gemini-uuid-1",
"/proj",
+ "proj",
]
Number of calls: 1
❯ test/daemon/structured-session-bootstrap.test.ts:73:38
|
|
test/daemon/codex-watcher-bootstrap.test.ts > ensureSessionFile > uses legacy bootstrapped memory before legacy injection is disabled:
src/daemon/codex-watcher.ts#L451
Error: [vitest] No "buildSessionBootstrapContext" export is defined on the "../../src/daemon/memory-inject.js" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("../../src/daemon/memory-inject.js"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.ensureSessionFile src/daemon/codex-watcher.ts:451:13
❯ test/daemon/codex-watcher-bootstrap.test.ts:51:5
|
|
Secret Scan (gitleaks)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, gitleaks/gitleaks-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/daemon/p2p-orchestrator.ts#L167
'buildOriginalRequestReminder' is defined but never used
|
|
Typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Server Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Web Tests (Unit)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Web Tests (Components)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Server DB Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (Windows ConPTY)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (Windows)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (macOS)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
gitleaks-results.sarif
|
367 Bytes |
sha256:bbe4fef8b53ecfe816c59de2ca2caea6229c9919c425da67897eb5a3b376c7ad
|
|