English
Appearance
+
Cmd/Ctrl+Enter
L10-L15
Comments support plain text. The copied format includes code context:
src/components/DiffViewer.tsx:L14 > setCommentFormOpen(true); Consider debouncing this to avoid rapid open/close cycles.
The Review Panel at the bottom of the screen shows all comments. Each entry displays:
Click the clipboard icon next to any comment. The copied text includes:
file-path:L12 > code snippet Comment body
Click Copy All in the Review Panel. The output uses Markdown:
## Review Result: ### src/components/DiffViewer.tsx **L14** `setCommentFormOpen(true);` Consider debouncing this. **L26** `await copyToClipboard(text);` Handle clipboard API unavailability.
TIP
The Copy All button is disabled when there are no comments.
/tmp/tasuki/{repo}/{branch}/review.json
Comments & Verdicts
Adding Comments
Single Line
+buttonCmd/Ctrl+EnterMulti-Line Range
+button on the selectionL10-L15)Comment Types
Comments support plain text. The copied format includes code context:
Review Panel
The Review Panel at the bottom of the screen shows all comments. Each entry displays:
Resolving Comments
Copying Comments
Single Comment
Click the clipboard icon next to any comment. The copied text includes:
All Comments
Click Copy All in the Review Panel. The output uses Markdown:
TIP
The Copy All button is disabled when there are no comments.
Verdicts
Approve
/tmp/tasuki/{repo}/{branch}/review.json)Reject