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 .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"plugins/lavish": "1.2.0",
"plugins/axi": "1.2.0",
"plugins/playwright-cli": "1.0.0",
"plugins/greptile": "1.0.0"
"plugins/greptile": "1.1.0"
}
8 changes: 6 additions & 2 deletions plugins/greptile/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "greptile",
"version": "1.0.0",
"version": "1.1.0",
"description": "Greptile agent skills for PR quality: check PR review comments and status checks, run Greptile CLI reviews on local branches, and iteratively improve PRs until they score 5/5",
"license": "MIT",
"keywords": ["greptile", "code-review", "pull-request"],
"keywords": [
"greptile",
"code-review",
"pull-request"
],
"skills": "./.agents/skills/"
}
2 changes: 1 addition & 1 deletion plugins/greptile/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greptile",
"version": "1.0.0",
"version": "1.1.0",
"description": "Greptile agent skills for PR quality: check PR review comments and status checks, run Greptile CLI reviews on local branches, and iteratively improve PRs until they score 5/5",
"author": {
"name": "Community"
Expand Down
2 changes: 1 addition & 1 deletion plugins/greptile/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "greptile",
"displayName": "Greptile",
"description": "Greptile agent skills for PR quality: check PR review comments and status checks, run Greptile CLI reviews on local branches, and iteratively improve PRs until they score 5/5",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "Community"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/greptile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/greptile-v1.0.0...greptile-v1.1.0) (2026-07-03)


### Features

* **greptile:** add greptile skills plugin ([#243](https://github.com/pleaseai/claude-code-plugins/issues/243)) ([9c1aefc](https://github.com/pleaseai/claude-code-plugins/commit/9c1aefc3a8b1ee2af173369b0deec922af44a1ac))
2 changes: 1 addition & 1 deletion plugins/greptile/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greptile",
"version": "1.0.0",
"version": "1.1.0",
"description": "Greptile agent skills for PR quality: check PR review comments and status checks, run Greptile CLI reviews on local branches, and iteratively improve PRs until they score 5/5",
"license": "MIT",
"keywords": [
Expand Down
Loading