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
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/jira-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/jira-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/linear-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/linear-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/local-repos-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/local-repos-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/observability/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/pr-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pr-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/process-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/process-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -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