mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Refine issue workflow surfaces and live updates
This commit is contained in:
parent
b4a58ba8a6
commit
03dff1a29a
48 changed files with 2800 additions and 1163 deletions
|
|
@ -5,12 +5,14 @@ export interface RunForIssue {
|
|||
runId: string;
|
||||
status: string;
|
||||
agentId: string;
|
||||
adapterType: string;
|
||||
startedAt: string | null;
|
||||
finishedAt: string | null;
|
||||
createdAt: string;
|
||||
invocationSource: string;
|
||||
usageJson: Record<string, unknown> | null;
|
||||
resultJson: Record<string, unknown> | null;
|
||||
logBytes?: number | null;
|
||||
}
|
||||
|
||||
export interface IssueForRun {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue