getgloss 0.6.0 → 0.7.1

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.
@@ -28,7 +28,7 @@
28
28
  content="Comment on local code diffs and save feedback in your repo."
29
29
  />
30
30
  <meta name="twitter:image" content="https://getgloss.dev/og.png" />
31
- <script type="module" crossorigin src="/assets/index-Bj1LDmIl.js"></script>
31
+ <script type="module" crossorigin src="/assets/index-ENS6WF0D.js"></script>
32
32
  <link rel="stylesheet" crossorigin href="/assets/index-BsRo7I09.css">
33
33
  </head>
34
34
  <body>
@@ -258,6 +258,13 @@
258
258
  6. Optionally mark individual comments handled:
259
259
  gloss resolve &lt;reviewId&gt; --comment &lt;commentId&gt; --summary "&lt;what changed&gt;"
260
260
  7. Run gloss resolve &lt;reviewId&gt; --summary "&lt;what changed&gt;", then summarize what changed.</pre>
261
+ <p>
262
+ Browser review shortcuts:
263
+ </p>
264
+ <ul>
265
+ <li><code>Command+Enter</code> saves the active draft comment.</li>
266
+ <li><code>Command+Shift+Enter</code> submits already-saved comments.</li>
267
+ </ul>
261
268
  </section>
262
269
 
263
270
  <section>
@@ -278,6 +285,10 @@
278
285
  Leave the command running. Gloss exits after the browser review is submitted and writes
279
286
  feedback under <code>~/.gloss/reviews/&lt;reviewId&gt;/</code>.
280
287
  </p>
288
+ <p>
289
+ In the browser review, <code>Command+Enter</code> saves the active draft comment and
290
+ <code>Command+Shift+Enter</code> submits already-saved comments.
291
+ </p>
281
292
  <p>Start a fresh session with the same command for follow-up diffs.</p>
282
293
  </section>
283
294
 
package/dist/web/setup.md CHANGED
@@ -60,6 +60,11 @@ The skill pairs the CLI with the browser app:
60
60
  7. Run `gloss resolve <reviewId> --summary "<what changed>"`, then summarize
61
61
  what changed.
62
62
 
63
+ Browser review shortcuts:
64
+
65
+ - `Command+Enter` saves the active draft comment.
66
+ - `Command+Shift+Enter` submits the review with already-saved comments.
67
+
63
68
  ## Update Your Persistent Instructions
64
69
 
65
70
  Add Gloss guidance to the persistent instruction file this agent will actually
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "getgloss",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "Local browser-based diff review for coding-agent loops.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.33.2",