Skip to content

refactor(opencode): simplify tui theme file reads

74240c7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

refactor(opencode): bridge config search to AppFileSystem #22633

refactor(opencode): simplify tui theme file reads
74240c7
Select commit
Loading
Failed to load commit list.
GitHub Actions / unit results (windows) failed Apr 15, 2026 in 0s

1746 tests run, 1295 passed, 14 skipped, 437 failed.

Annotations

Check failure on line 149 in test\permission-task.test.ts

See this annotation in the file changed.

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

test\permission-task.test.ts.loads task permissions from opencode.json config

loads task permissions from opencode.json config

Check failure on line 174 in test\permission-task.test.ts

See this annotation in the file changed.

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

test\permission-task.test.ts.loads task permissions with wildcard patterns from config

loads task permissions with wildcard patterns from config

Check failure on line 199 in test\permission-task.test.ts

See this annotation in the file changed.

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

test\permission-task.test.ts.evaluate respects task permission from config

evaluate respects task permission from config

Check failure on line 224 in test\permission-task.test.ts

See this annotation in the file changed.

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

test\permission-task.test.ts.mixed permission config with task and other tools

mixed permission config with task and other tools

Check failure on line 263 in test\permission-task.test.ts

See this annotation in the file changed.

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

test\permission-task.test.ts.task tool disabled when global deny comes last in config

task tool disabled when global deny comes last in config

Check failure on line 295 in test\permission-task.test.ts

See this annotation in the file changed.

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

test\permission-task.test.ts.task tool NOT disabled when specific allow comes last in config

task tool NOT disabled when specific allow comes last in config

Check failure on line 263 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.routes message.part.delta by the event sessionID (no cross-session pollution)

routes message.part.delta by the event sessionID (no cross-session pollution)

Check failure on line 298 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.does not emit user_message_chunk for live prompt parts

does not emit user_message_chunk for live prompt parts

Check failure on line 338 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.keeps concurrent sessions isolated when message.part.delta events are interleaved

keeps concurrent sessions isolated when message.part.delta events are interleaved

Check failure on line 390 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.does not create additional event subscriptions on repeated loadSession()

does not create additional event subscriptions on repeated loadSession()

Check failure on line 412 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.permission.asked events are handled and replied

permission.asked events are handled and replied

Check failure on line 451 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.permission prompt on session A does not block message updates for session B

permission prompt on session A does not block message updates for session B

Check failure on line 538 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.streams running bash output snapshots and de-dupes identical snapshots

streams running bash output snapshots and de-dupes identical snapshots

Check failure on line 572 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.emits synthetic pending before first running update for any tool

emits synthetic pending before first running update for any tool

Check failure on line 617 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.does not emit duplicate synthetic pending after replayed running tool

does not emit duplicate synthetic pending after replayed running tool

Check failure on line 676 in test\acp\event-subscription.test.ts

See this annotation in the file changed.

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

test\acp\event-subscription.test.ts.clears bash snapshot marker on pending state

clears bash snapshot marker on pending state

Check failure on line 15 in test\config\agent-color.test.ts

See this annotation in the file changed.

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

test\config\agent-color.test.ts.agent color parsed from project config

agent color parsed from project config

Check failure on line 40 in test\config\agent-color.test.ts

See this annotation in the file changed.

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

test\config\agent-color.test.ts.Agent.get includes color from config

Agent.get includes color from config

Check failure on line 41 in test\effect\app-runtime-logger.test.ts

See this annotation in the file changed.

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

test\effect\app-runtime-logger.test.ts.AppRuntime also installs EffectLogger through Observability.layer

AppRuntime also installs EffectLogger through Observability.layer

Check failure on line 48 in test\effect\app-runtime-logger.test.ts

See this annotation in the file changed.

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

test\effect\app-runtime-logger.test.ts.AppRuntime attaches InstanceRef from ALS

AppRuntime attaches InstanceRef from ALS

Check failure on line 64 in test\effect\app-runtime-logger.test.ts

See this annotation in the file changed.

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

test\effect\app-runtime-logger.test.ts.EffectBridge preserves logger and instance context across async boundaries

EffectBridge preserves logger and instance context across async boundaries

Check failure on line 13 in test\format\format.test.ts

See this annotation in the file changed.

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

test\format\format.test.ts.status() returns built-in formatters when no config overrides

status() returns built-in formatters when no config overrides

Check failure on line 35 in test\format\format.test.ts

See this annotation in the file changed.

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

test\format\format.test.ts.status() returns empty list when formatter is disabled

status() returns empty list when formatter is disabled

Check failure on line 47 in test\format\format.test.ts

See this annotation in the file changed.

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

test\format\format.test.ts.status() excludes formatters marked as disabled in config

status() excludes formatters marked as disabled in config

Check failure on line 67 in test\format\format.test.ts

See this annotation in the file changed.

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

test\format\format.test.ts.status() excludes uv when ruff is disabled

status() excludes uv when ruff is disabled