fix: proposal threads disable the dead reply input (decide-only, INV-12) #16
Reference in New Issue
Block a user
Delete Branch "fix/proposal-canreply"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Operator feedback while playing with F4: the proposal comment widget showed VS Code's default "Reply…" input, but no submit command is wired for
cowriting.proposals— typed replies had nowhere to go. Proposals are decide-only (INV-12: ✓ Accept / ✗ Reject in the thread title bar); discussion belongs in a regular coauthoring thread.vsThread.canReply = falseon proposal threads — the dead input never rendersRenderedProposal.canReplyexposed on the test-facing snapshot + host E2E assertionTest plan
npm run typecheckcleannpx vitest run— 98 passednpm run test:e2e— 18 + 3 passing (new canReply assertion included)🤖 Generated with Claude Code