Skip to content

Commit 4485c83

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.1...v1.7.0) (2026-05-01) ### Bug Fixes * **idempotency:** scope durable check with since=triggerTimestamp (closes [#33](#33)) ([#69](#69)) ([5f1c1fa](5f1c1fa)) ### Features * **ship:** pr shepherding scaffolding + flag-gated trigger surfaces ([#75](#75)) ([928811b](928811b)) * **ship:** scoped commands (US5) + remove SHIP_USE_TRIGGER_SURFACES_V2 flag ([#77](#77)) ([33132a3](33132a3)) * **ship:** wire ship iteration loop, tickle scheduler, and four scoped executors ([#79](#79)) ([43da9aa](43da9aa))
1 parent a9c919d commit 4485c83

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.7.0](https://github.com/chrisleekr/github-app-playground/compare/v1.6.1...v1.7.0) (2026-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **idempotency:** scope durable check with since=triggerTimestamp (closes [#33](https://github.com/chrisleekr/github-app-playground/issues/33)) ([#69](https://github.com/chrisleekr/github-app-playground/issues/69)) ([5f1c1fa](https://github.com/chrisleekr/github-app-playground/commit/5f1c1fa519c40128f9d18c360413ef262356bb11))
7+
8+
9+
### Features
10+
11+
* **ship:** pr shepherding scaffolding + flag-gated trigger surfaces ([#75](https://github.com/chrisleekr/github-app-playground/issues/75)) ([928811b](https://github.com/chrisleekr/github-app-playground/commit/928811b21ccf594952439afa6d30652f69e08278))
12+
* **ship:** scoped commands (US5) + remove SHIP_USE_TRIGGER_SURFACES_V2 flag ([#77](https://github.com/chrisleekr/github-app-playground/issues/77)) ([33132a3](https://github.com/chrisleekr/github-app-playground/commit/33132a3ffa968f169d0692450700dc445a6e2290))
13+
* **ship:** wire ship iteration loop, tickle scheduler, and four scoped executors ([#79](https://github.com/chrisleekr/github-app-playground/issues/79)) ([43da9aa](https://github.com/chrisleekr/github-app-playground/commit/43da9aa0568c5b8cd2817b70e91f257aa260a5f5))
14+
115
## [1.6.1](https://github.com/chrisleekr/github-app-playground/compare/v1.6.0...v1.6.1) (2026-04-27)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@chrisleekr/github-app-playground",
33
"description": "A GitHub App that listens for @chrisleekr-bot mentions on PRs and issues, then autonomously responds using the Claude Agent SDK (@anthropic-ai/claude-agent-sdk) with MCP servers",
44
"author": "Chris Lee <git@chrislee.kr>",
5-
"version": "1.6.1",
5+
"version": "1.7.0",
66
"main": "dist/app.js",
77
"bin": {
88
"github-app-playground": "dist/app.js"

0 commit comments

Comments
 (0)