Add breathing room above proposal outcomes
Hop-State: A_06FN8179TDXZTARKNPVA7G0 Hop-Proposal: R_06FN8156P842QC1DFRA5T9G Hop-Task: T_06FN80RZH5SJ34E1HRXCP30 Hop-Attempt: AT_06FN80RZH7NVH11C2518Q70
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "P_06FN80RZH6H7NKBRW1CE7Q8",
|
||||
"task_id": "T_06FN80RZH5SJ34E1HRXCP30",
|
||||
"attempt_id": "AT_06FN80RZH7NVH11C2518Q70",
|
||||
"state_id": "P_06FN80RZH6H7NKBRW1CE7Q8",
|
||||
"prompt": "there needs to be padding above proposed outcome\nAttachment: /var/folders/58/b6yn15tx3jb7_6lw9m67f89m0000gn/T/TemporaryItems/NSIRD_screencaptureui_buME62/Screenshot 2026-07-11 at 6.47.51 PM.png",
|
||||
"agent_name": "codex",
|
||||
"status": "proposed",
|
||||
"response_summary": "Add breathing room above proposal outcomes",
|
||||
"created_at": "2026-07-12T01:48:38.665883Z",
|
||||
"metadata": {
|
||||
"source_tree": "7e039d04c2df5cd49e7bc933107622eef4a8c22e",
|
||||
"git_commit": "8001195185d93e6a7628b2357e00e86fbbae4109",
|
||||
"attempt_head": "C_06FN813849CSWMSVM8464TR",
|
||||
"attempt_head_kind": "checkpoint"
|
||||
}
|
||||
}
|
||||
@@ -144,6 +144,10 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.hop-prompt h2.hop-prompt__outcome-heading {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
.hop-prompt pre,
|
||||
.hop-prompt__response {
|
||||
background: var(--color-box-body);
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
record.append(makeElement('h2', '', 'Captured request'));
|
||||
record.append(makeElement('pre', '', prompt.prompt));
|
||||
if (prompt.response_summary) {
|
||||
record.append(makeElement('h2', '', 'Proposal outcome'));
|
||||
record.append(makeElement('h2', 'hop-prompt__outcome-heading', 'Proposal outcome'));
|
||||
record.append(makeElement('div', 'hop-prompt__response', prompt.response_summary));
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/hop-home.css?v=4">
|
||||
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/hop-prompts.css?v=1">
|
||||
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/hop-prompts.css?v=2">
|
||||
<script src="{{AssetUrlPrefix}}/js/hop-native-v13.js?v=1"></script>
|
||||
|
||||
Reference in New Issue
Block a user