reviw 0.11.2 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli.cjs +6 -2
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1253,6 +1253,7 @@ function diffHtmlTemplate(diffData) {
1253
1253
  <label><input type="checkbox" id="prompt-subagents" checked /> All implementation, verification, and report creation will be done by the sub-agents.</label>
1254
1254
  <label><input type="checkbox" id="prompt-reviw" checked /> Open in REVIW next time.</label>
1255
1255
  <label><input type="checkbox" id="prompt-screenshots" checked /> Update all screenshots and videos.</label>
1256
+ <label><input type="checkbox" id="prompt-user-feedback-todo" checked /> Add the user's feedback to the Todo list, and do not check it off without the user's approval.</label>
1256
1257
  </div>
1257
1258
  <div class="modal-actions">
1258
1259
  <button id="modal-cancel">Cancel</button>
@@ -1626,7 +1627,8 @@ function diffHtmlTemplate(diffData) {
1626
1627
  const promptCheckboxes = [
1627
1628
  { id: 'prompt-subagents', text: 'All implementation, verification, and report creation will be done by the sub-agents.' },
1628
1629
  { id: 'prompt-reviw', text: 'Open in REVIW next time.' },
1629
- { id: 'prompt-screenshots', text: 'Update all screenshots and videos.' }
1630
+ { id: 'prompt-screenshots', text: 'Update all screenshots and videos.' },
1631
+ { id: 'prompt-user-feedback-todo', text: "Add the user's feedback to the Todo list, and do not check it off without the user's approval." }
1630
1632
  ];
1631
1633
  const PROMPT_STORAGE_KEY = 'reviw-prompt-prefs';
1632
1634
 
@@ -3140,6 +3142,7 @@ function htmlTemplate(dataRows, cols, projectRoot, relativePath, mode, previewHt
3140
3142
  <label><input type="checkbox" id="prompt-subagents" checked /> All implementation, verification, and report creation will be done by the sub-agents.</label>
3141
3143
  <label><input type="checkbox" id="prompt-reviw" checked /> Open in REVIW next time.</label>
3142
3144
  <label><input type="checkbox" id="prompt-screenshots" checked /> Update all screenshots and videos.</label>
3145
+ <label><input type="checkbox" id="prompt-user-feedback-todo" checked /> Add the user's feedback to the Todo list, and do not check it off without the user's approval.</label>
3143
3146
  </div>
3144
3147
  <div class="modal-actions">
3145
3148
  <button id="modal-cancel">Cancel</button>
@@ -4077,7 +4080,8 @@ function htmlTemplate(dataRows, cols, projectRoot, relativePath, mode, previewHt
4077
4080
  const promptCheckboxes = [
4078
4081
  { id: 'prompt-subagents', text: 'All implementation, verification, and report creation will be done by the sub-agents.' },
4079
4082
  { id: 'prompt-reviw', text: 'Open in REVIW next time.' },
4080
- { id: 'prompt-screenshots', text: 'Update all screenshots and videos.' }
4083
+ { id: 'prompt-screenshots', text: 'Update all screenshots and videos.' },
4084
+ { id: 'prompt-user-feedback-todo', text: "Add the user's feedback to the Todo list, and do not check it off without the user's approval." }
4081
4085
  ];
4082
4086
  const PROMPT_STORAGE_KEY = 'reviw-prompt-prefs';
4083
4087
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reviw",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Lightweight file reviewer with in-browser comments for CSV, TSV, Markdown, and Git diffs.",
5
5
  "type": "module",
6
6
  "bin": {