fix: keep inbox quicklook and tests standalone

This commit is contained in:
Dotta 2026-04-10 22:36:45 -05:00
parent dab95740be
commit 7ec8716159
4 changed files with 24 additions and 5 deletions

View file

@ -22,6 +22,7 @@ function createLiveRun(overrides: Partial<LiveRunForIssue> = {}): LiveRunForIssu
function createActiveRun(overrides: Partial<ActiveRunForIssue> = {}): ActiveRunForIssue {
return {
id: "run-1",
companyId: "company-1",
agentId: "agent-1",
agentName: "CodexCoder",
adapterType: "codex_local",