getgloss 0.8.5 → 0.10.0
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 +2 -2
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/server/daemon.js +213 -27
- package/dist/server/daemon.js.map +1 -1
- package/dist/web/assets/index-BKRv97xI.js +269 -0
- package/dist/web/assets/index-Bp9ypCXu.css +1 -0
- package/dist/web/assets/{syntax-B7bGuVNL.js → syntax-CRTtR0tw.js} +6 -6
- package/dist/web/index.html +18 -2
- package/package.json +1 -1
- package/dist/web/assets/index-BYy-6xmS.js +0 -244
- package/dist/web/assets/index-CRYcChM8.css +0 -1
package/README.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
# Gloss
|
|
6
6
|
|
|
7
|
-
[](https://github.com/iamrajjoshi/gloss/releases)
|
|
8
8
|
[](https://www.npmjs.com/package/getgloss)
|
|
9
9
|
[](https://github.com/iamrajjoshi/gloss/actions/workflows/ci.yml)
|
|
10
|
-
[](LICENSE)
|
|
11
11
|
|
|
12
12
|
Gloss is a local browser review loop for coding agents. It captures your current
|
|
13
13
|
git diff, opens a localhost review UI, lets you attach comments to changed
|
package/dist/cli/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import path from "path";
|
|
|
30
30
|
// package.json
|
|
31
31
|
var package_default = {
|
|
32
32
|
name: "getgloss",
|
|
33
|
-
version: "0.
|
|
33
|
+
version: "0.10.0",
|
|
34
34
|
description: "Local browser-based diff review for coding-agent loops.",
|
|
35
35
|
type: "module",
|
|
36
36
|
packageManager: "pnpm@10.33.2",
|