From ddc1df4c3f23258c804d286500899cfffbef1e26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:32:16 +0000 Subject: [PATCH] chore: release 1.1.0 --- .release-please-manifest.json | 18 ++++++++-------- CHANGELOG.md | 26 ++++++++++++++++++++++++ package.json | 2 +- packages/jira-adapter/CHANGELOG.md | 14 +++++++++++++ packages/jira-adapter/package.json | 2 +- packages/linear-adapter/CHANGELOG.md | 14 +++++++++++++ packages/linear-adapter/package.json | 2 +- packages/local-repos-plugin/CHANGELOG.md | 15 ++++++++++++++ packages/local-repos-plugin/package.json | 2 +- packages/observability/CHANGELOG.md | 7 +++++++ packages/observability/package.json | 2 +- packages/pr-pipeline/CHANGELOG.md | 15 ++++++++++++++ packages/pr-pipeline/package.json | 2 +- packages/process-utils/CHANGELOG.md | 7 +++++++ packages/process-utils/package.json | 2 +- packages/sdk/CHANGELOG.md | 14 +++++++++++++ packages/sdk/package.json | 2 +- packages/types/CHANGELOG.md | 7 +++++++ packages/types/package.json | 2 +- src/version.ts | 2 +- 20 files changed, 138 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 954877c..a518657 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "1.0.1", - "packages/types": "1.0.1", - "packages/sdk": "1.0.1", - "packages/observability": "1.0.1", - "packages/process-utils": "1.0.1", - "packages/local-repos-plugin": "1.0.1", - "packages/jira-adapter": "1.0.1", - "packages/linear-adapter": "1.0.1", - "packages/pr-pipeline": "1.0.1" + ".": "1.1.0", + "packages/types": "1.1.0", + "packages/sdk": "1.1.0", + "packages/observability": "1.1.0", + "packages/process-utils": "1.1.0", + "packages/local-repos-plugin": "1.1.0", + "packages/jira-adapter": "1.1.0", + "packages/linear-adapter": "1.1.0", + "packages/pr-pipeline": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bda92e5..824847a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/agent-detective-v1.0.1...agent-detective-v1.1.0) (2026-06-07) + + +### Features + +* **cli:** add interactive init wizard with review loop ([fa187ca](https://github.com/andezdev/agent-detective/commit/fa187ca3b4edc016935443a87e0f13382021e139)) + + +### Bug Fixes + +* **agents:** pass --trust for headless Cursor CLI runs ([4a65655](https://github.com/andezdev/agent-detective/commit/4a65655dd1d4f1231a6d2790fd5210570437376b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @agent-detective/jira-adapter bumped to 1.1.0 + * @agent-detective/linear-adapter bumped to 1.1.0 + * @agent-detective/local-repos-plugin bumped to 1.1.0 + * @agent-detective/observability bumped to 1.1.0 + * @agent-detective/pr-pipeline bumped to 1.1.0 + * @agent-detective/process-utils bumped to 1.1.0 + * @agent-detective/sdk bumped to 1.1.0 + * @agent-detective/types bumped to 1.1.0 + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/agent-detective-v1.0.0...agent-detective-v1.0.1) (2026-06-06) diff --git a/package.json b/package.json index b6852f7..6719c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-detective", - "version": "1.0.1", + "version": "1.1.0", "private": false, "packageManager": "pnpm@10.33.0", "description": "AI-powered code analysis agent that responds to events from Jira, Telegram, Slack and more", diff --git a/packages/jira-adapter/CHANGELOG.md b/packages/jira-adapter/CHANGELOG.md index 2baa679..de3b155 100644 --- a/packages/jira-adapter/CHANGELOG.md +++ b/packages/jira-adapter/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/jira-adapter-v1.0.1...jira-adapter-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **jira-adapter:** Synchronize agent-detective versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @agent-detective/sdk bumped to 1.1.0 + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/jira-adapter-v1.0.0...jira-adapter-v1.0.1) (2026-06-06) diff --git a/packages/jira-adapter/package.json b/packages/jira-adapter/package.json index 4bd6034..73abf74 100644 --- a/packages/jira-adapter/package.json +++ b/packages/jira-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/jira-adapter", - "version": "1.0.1", + "version": "1.1.0", "description": "Jira webhook adapter for agent-detective", "type": "module", "main": "dist/index.js", diff --git a/packages/linear-adapter/CHANGELOG.md b/packages/linear-adapter/CHANGELOG.md index f636a13..248e87a 100644 --- a/packages/linear-adapter/CHANGELOG.md +++ b/packages/linear-adapter/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/linear-adapter-v1.0.1...linear-adapter-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **linear-adapter:** Synchronize agent-detective versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @agent-detective/sdk bumped to 1.1.0 + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/linear-adapter-v1.0.0...linear-adapter-v1.0.1) (2026-06-06) diff --git a/packages/linear-adapter/package.json b/packages/linear-adapter/package.json index abce407..b50bace 100644 --- a/packages/linear-adapter/package.json +++ b/packages/linear-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/linear-adapter", - "version": "1.0.1", + "version": "1.1.0", "description": "Linear webhook adapter for agent-detective", "type": "module", "main": "dist/index.js", diff --git a/packages/local-repos-plugin/CHANGELOG.md b/packages/local-repos-plugin/CHANGELOG.md index a6a4655..76341d7 100644 --- a/packages/local-repos-plugin/CHANGELOG.md +++ b/packages/local-repos-plugin/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/local-repos-plugin-v1.0.1...local-repos-plugin-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **local-repos-plugin:** Synchronize agent-detective versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @agent-detective/process-utils bumped to 1.1.0 + * @agent-detective/sdk bumped to 1.1.0 + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/local-repos-plugin-v1.0.0...local-repos-plugin-v1.0.1) (2026-06-06) diff --git a/packages/local-repos-plugin/package.json b/packages/local-repos-plugin/package.json index a3b33df..8cb015a 100644 --- a/packages/local-repos-plugin/package.json +++ b/packages/local-repos-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/local-repos-plugin", - "version": "1.0.1", + "version": "1.1.0", "description": "Local repository access plugin for agent-detective", "type": "module", "main": "dist/index.js", diff --git a/packages/observability/CHANGELOG.md b/packages/observability/CHANGELOG.md index 0b17e17..1e79214 100644 --- a/packages/observability/CHANGELOG.md +++ b/packages/observability/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/observability-v1.0.1...observability-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **observability:** Synchronize agent-detective versions + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/observability-v1.0.0...observability-v1.0.1) (2026-06-06) diff --git a/packages/observability/package.json b/packages/observability/package.json index 1f36234..0be83fc 100644 --- a/packages/observability/package.json +++ b/packages/observability/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/observability", - "version": "1.0.1", + "version": "1.1.0", "type": "module", "description": "Observability infrastructure for agent-detective", "main": "./dist/index.js", diff --git a/packages/pr-pipeline/CHANGELOG.md b/packages/pr-pipeline/CHANGELOG.md index 24d110f..58ebe01 100644 --- a/packages/pr-pipeline/CHANGELOG.md +++ b/packages/pr-pipeline/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/pr-pipeline-v1.0.1...pr-pipeline-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **pr-pipeline:** Synchronize agent-detective versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @agent-detective/process-utils bumped to 1.1.0 + * @agent-detective/sdk bumped to 1.1.0 + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/pr-pipeline-v1.0.0...pr-pipeline-v1.0.1) (2026-06-06) diff --git a/packages/pr-pipeline/package.json b/packages/pr-pipeline/package.json index a62f883..42f2edd 100644 --- a/packages/pr-pipeline/package.json +++ b/packages/pr-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/pr-pipeline", - "version": "1.0.1", + "version": "1.1.0", "description": "Jira-triggered agent PR creation (GitHub and Bitbucket Cloud)", "type": "module", "main": "dist/index.js", diff --git a/packages/process-utils/CHANGELOG.md b/packages/process-utils/CHANGELOG.md index 5a7c7b2..b28aff7 100644 --- a/packages/process-utils/CHANGELOG.md +++ b/packages/process-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/process-utils-v1.0.1...process-utils-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **process-utils:** Synchronize agent-detective versions + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/process-utils-v1.0.0...process-utils-v1.0.1) (2026-06-06) diff --git a/packages/process-utils/package.json b/packages/process-utils/package.json index e38436e..0a63ddb 100644 --- a/packages/process-utils/package.json +++ b/packages/process-utils/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/process-utils", - "version": "1.0.1", + "version": "1.1.0", "description": "Process execution utilities for agent-detective", "type": "module", "main": "dist/index.js", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 8efa235..4a5f95f 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/sdk-v1.0.1...sdk-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **sdk:** Synchronize agent-detective versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @agent-detective/types bumped to 1.1.0 + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/sdk-v1.0.0...sdk-v1.0.1) (2026-06-06) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index d848a15..d028102 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/sdk", - "version": "1.0.1", + "version": "1.1.0", "description": "Runtime SDK for agent-detective plugin authors (defineRoute, registerRoutes, zodToPluginSchema)", "type": "module", "main": "dist/index.js", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 83f8e6d..4623472 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/andezdev/agent-detective/compare/types-v1.0.1...types-v1.1.0) (2026-06-07) + + +### Miscellaneous Chores + +* **types:** Synchronize agent-detective versions + ## [1.0.1](https://github.com/andezdev/agent-detective/compare/types-v1.0.0...types-v1.0.1) (2026-06-06) diff --git a/packages/types/package.json b/packages/types/package.json index 4cd6671..129f409 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@agent-detective/types", - "version": "1.0.1", + "version": "1.1.0", "description": "Shared TypeScript types for agent-detective core and plugins", "type": "module", "main": "dist/index.js", diff --git a/src/version.ts b/src/version.ts index 03ff1fd..99d5a62 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ export const APP_NAME = 'agent-detective'; -export const APP_VERSION = '1.0.1'; // x-release-please-version +export const APP_VERSION = '1.1.0'; // x-release-please-version