feat: color pending proposal blocks by author (Claude blue/purple)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
BenStullsBets
2026-06-26 14:17:40 -07:00
parent 44ef0a21db
commit 2955e8d929
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -94,6 +94,7 @@ export class ProposalController implements vscode.Disposable {
replaced: p.original ?? fp?.text ?? "",
replacement: p.replacement,
original: p.original,
author: p.author?.kind === "agent" ? "claude" : "human",
};
});
}