Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/greptile/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "greptile",
"description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments, run reviews on your working branch, and search your organization's knowledge base and coding patterns, directly from Claude Code.",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"author": {
"name": "Greptile",
Expand Down
12 changes: 7 additions & 5 deletions plugins/greptile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ This plugin registers no hooks. What it contacts:
The bundled CLI reports anonymous usage events to `/v1/telemetry` on the same
host as its API. The events are lifecycle signals — `cli_first_run`,
`cli_login_started`, `cli_login_failed`, `cli_onboarding_started`,
`cli_skill_installed`, `cli_review_blocked`, `cli_update_completed` — carrying
your install method, OS, architecture, whether the run was interactive, and
which agent surface it ran under. Nothing else: no code, no repository or
branch names, no file paths, no review content. Event-specific fields are
fixed values such as `method`, `exit_code`, `reason`, and version strings.
`cli_skill_installed`, `cli_skill_updated`, `cli_review_blocked`,
`cli_update_completed` — carrying your install method, OS, architecture,
whether the run was interactive, and which agent surface it ran under. Nothing
else: no code, no repository or branch names, no file paths, no review content.
Event-specific fields are fixed values: `method`, `exit_code`, `reason`, the
version strings on an update, and the name of the Greptile-authored skill on
the two skill events.

Inside Claude Code the CLI is always non-interactive, so it cannot ask you to
decide and does not try. It falls back to **anonymous mode**: a random
Expand Down
Loading