greptile 3.4.1 → 3.4.2
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/CHANGELOG.md +15 -0
- package/dist/greptile.js +420 -560
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to the Greptile CLI.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 3.4.2 - 2026-08-26
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- The organization settings editor now shows pull request update reviews as
|
|
12
|
+
disabled when the setting is absent, matching Greptile's default.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- `greptile login` now completes sign-in against self-hosted Greptile
|
|
17
|
+
deployments whose authorization server binds loopback redirects to
|
|
18
|
+
`localhost`.
|
|
19
|
+
- Messages with counts now use the correct singular label for one review,
|
|
20
|
+
file, email, second, or comment.
|
|
21
|
+
|
|
7
22
|
## 3.4.1 - 2026-08-17
|
|
8
23
|
|
|
9
24
|
### Changed
|