opt-chat
AI Agent Ops App
opt-chat - App
ConversationPromptInput+7
Composite agent workspace for planning, patch preview, and verification output.
Release Investigator
롤아웃 이후 회귀를 조사하고, 제안 패치와 검증 결과를 함께 정리했어요.
롤아웃 이후 billing, cache, relay 경로를 우선 조사합니다.
생성된 패치 미리보기
export function ReleaseSummaryCard() {
return (
<section className="rounded-2xl border p-5 shadow-sm">
<h2 className="text-lg font-semibold">Release Summary</h2>
<p className="mt-2 text-sm text-muted-foreground">
Billing sync latency increased after the latest rollout.
</p>
</section>
);
}