Skip to content

chore: merge dev

c830f67
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

refactor(core): migrate accounts and load file agents #30309

chore: merge dev
c830f67
Select commit
Loading
Failed to load commit list.
GitHub Actions / unit results (linux) failed Jun 4, 2026 in 0s

4267 tests run, 4217 passed, 29 skipped, 21 failed.

Annotations

Check failure on line 68 in test/server/httpapi-instance-route-auth.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-instance-route-auth.test.ts.requires configured auth before resolving the PTY websocket route

requires configured auth before resolving the PTY websocket route

Check failure on line 171 in test/server/httpapi-listen.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-listen.test.ts.serves HTTP routes and upgrades PTY websocket through Server.listen

serves HTTP routes and upgrades PTY websocket through Server.listen

Check failure on line 222 in test/server/httpapi-listen.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-listen.test.ts.stop(true) is safe when called concurrently and repeatedly

stop(true) is safe when called concurrently and repeatedly

Check failure on line 242 in test/server/httpapi-listen.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-listen.test.ts.stop(true) can force a graceful stop already in progress

stop(true) can force a graceful stop already in progress

Check failure on line 263 in test/server/httpapi-listen.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-listen.test.ts.graceful stop waits for an overlapping forced stop

graceful stop waits for an overlapping forced stop

Check failure on line 332 in test/server/httpapi-listen.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-listen.test.ts.rejects unsafe PTY ticket mint and connect requests

rejects unsafe PTY ticket mint and connect requests

Check failure on line 384 in test/server/httpapi-listen.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-listen.test.ts.keeps PTY websocket tickets optional when server auth is disabled

keeps PTY websocket tickets optional when server auth is disabled

Check failure on line 35 in test/server/httpapi-file.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-file.test.ts.serves read endpoints

serves read endpoints

Check failure on line 57 in test/server/httpapi-file.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-file.test.ts.serves search endpoints

serves search endpoints

Check failure on line 212 in test/server/httpapi-sdk.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-sdk.test.ts.uses the generated SDK for safe instance routes

uses the generated SDK for safe instance routes

Check failure on line 198 in test/server/httpapi-sdk.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-sdk.test.ts.routes configured SDK directory and workspace for v2 location GETs

routes configured SDK directory and workspace for v2 location GETs

Check failure on line 223 in test/server/httpapi-sdk.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-sdk.test.ts.matches generated SDK instance read routes

matches generated SDK instance read routes

Check failure on line 54 in test/server/httpapi-v2-location.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-v2-location.test.ts.returns command and skill snapshots with resolved locations

returns command and skill snapshots with resolved locations

Check failure on line 70 in test/server/httpapi-v2-location.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-v2-location.test.ts.streams native EventV2 payloads with resolved locations

streams native EventV2 payloads with resolved locations

Check failure on line 80 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.serves PTY JSON routes through experimental Effect routes

serves PTY JSON routes through experimental Effect routes

Check failure on line 142 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.disposes PTY sessions with their legacy instance

disposes PTY sessions with their legacy instance

Check failure on line 159 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.returns 404 for missing PTY websocket before upgrade

returns 404 for missing PTY websocket before upgrade

Check failure on line 167 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.returns 404 for missing PTY websocket before decoding cursor query

returns 404 for missing PTY websocket before decoding cursor query

Check failure on line 175 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.returns typed not found errors for missing PTY HTTP resources

returns typed not found errors for missing PTY HTTP resources

Check failure on line 202 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.returns typed errors for PTY connect token failures

returns typed errors for PTY connect token failures

Check failure on line 232 in test/server/httpapi-pty.test.ts

See this annotation in the file changed.

@github-actions github-actions / unit results (linux)

test/server/httpapi-pty.test.ts.serves PTY websocket output and input through Effect routes

serves PTY websocket output and input through Effect routes