greptile 3.2.3 → 3.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greptile",
3
- "version": "3.2.3",
3
+ "version": "3.3.0",
4
4
  "type": "module",
5
5
  "description": "Greptile code review from your terminal",
6
6
  "bin": "dist/greptile.js",
@@ -12,6 +12,10 @@
12
12
  "type": "boolean",
13
13
  "description": "Color output. Set to false for the same effect as always passing --no-color."
14
14
  },
15
+ "telemetry": {
16
+ "type": "boolean",
17
+ "description": "Anonymous usage data sharing. Overrides the first-run consent choice; never includes code or repo contents."
18
+ },
15
19
  "apiBaseUrl": {
16
20
  "type": "string",
17
21
  "description": "API base URL for a self-hosted Greptile deployment. Origin only — serve the API at an origin root or dedicated hostname."