lazyreview 1.0.21 → 1.0.22

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/dist/cli.js +10 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -86631,7 +86631,7 @@ var shortcutGroups = [
86631
86631
  {
86632
86632
  title: "PR Detail",
86633
86633
  items: [
86634
- { key: "1 / 2 / 3", description: "Switch tabs (Conversations/Commits/Files)" },
86634
+ { key: "1-5", description: "Switch tabs (Desc/Conv/Commits/Files/Checks)" },
86635
86635
  { key: "o", description: "Open PR in browser" },
86636
86636
  { key: "y", description: "Copy PR URL" },
86637
86637
  { key: "R", description: "Submit review" },
@@ -86673,6 +86673,15 @@ var shortcutGroups = [
86673
86673
  items: [
86674
86674
  { key: "y", description: "Copy commit SHA" }
86675
86675
  ]
86676
+ },
86677
+ {
86678
+ title: "Comment / Review Input",
86679
+ items: [
86680
+ { key: "Enter", description: "New line" },
86681
+ { key: "Tab", description: "Insert indent (2 spaces)" },
86682
+ { key: "Ctrl+S", description: "Submit" },
86683
+ { key: "Esc", description: "Cancel / Back" }
86684
+ ]
86676
86685
  }
86677
86686
  ];
86678
86687
  function HelpModal({ onClose }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazyreview",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "A TUI code review tool for GitHub PRs",
5
5
  "type": "module",
6
6
  "author": "Tauan Camargo",