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.
- package/README.md +7 -0
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/server/daemon.js +1 -1
- package/dist/server/daemon.js.map +1 -1
- package/dist/web/assets/index-ENS6WF0D.js +179 -0
- package/dist/web/index.html +1 -1
- package/dist/web/setup/index.html +11 -0
- package/dist/web/setup.md +5 -0
- package/package.json +1 -1
- package/dist/web/assets/index-Bj1LDmIl.js +0 -179
package/dist/web/index.html
CHANGED
|
@@ -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-
|
|
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 <reviewId> --comment <commentId> --summary "<what changed>"
|
|
260
260
|
7. Run gloss resolve <reviewId> --summary "<what changed>", 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/<reviewId>/</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
|