From 0551c68226fb5ef865738f6530510b2bd7e38580 Mon Sep 17 00:00:00 2001 From: using-system <12829212+using-system@users.noreply.github.com> Date: Sun, 23 Aug 2026 20:07:11 +0000 Subject: [PATCH] chore(release): 1.5.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ apm.yml | 6 +++--- marketplace/oddyssey/.claude-plugin/plugin.json | 2 +- marketplace/oddyssey/.mcp.json | 2 +- src/mcp-server/pyproject.toml | 2 +- src/mcp-server/uv.lock | 2 +- 7 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8ac909f..fc5afa1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ { "name": "oddyssey", "description": "Observability-Driven Development for CLI coding agents: OTel expert agent, run-observation agent, verification pass, local Grafana stack via MCP", - "version": "1.4.1", + "version": "1.5.0", "category": "Observability", "source": "./marketplace/oddyssey" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f07f2e9..5e3b63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ +## [1.5.0] - 2026-08-23 + +### 🚀 Features + +- *(mcp)* Make odd_stack_reset machine-wide wipe visible (#49) + +### 🐛 Bug Fixes + +- *(mcp)* Probe all four signal backends for stack readiness (#51) + +### 📚 Documentation + +- *(skill)* Align setup-local-stack with the verified gcx surface (#52) ## [1.4.1] - 2026-08-23 ### ⚙️ Miscellaneous Tasks - *(community)* Community health files and manual release proposing (#45) +- *(release)* 1.4.1 (#47) ## [1.4.0] - 2026-08-23 ### 🚀 Features diff --git a/apm.yml b/apm.yml index e40df7f..7a2da5f 100644 --- a/apm.yml +++ b/apm.yml @@ -1,5 +1,5 @@ name: oddyssey -version: 1.4.1 +version: 1.5.0 license: MIT description: Observability-Driven Development for CLI coding agents @@ -10,7 +10,7 @@ dependencies: transport: stdio command: uvx args: - - "oddyssey-mcp==1.4.1" + - "oddyssey-mcp==1.5.0" # `apm pack` compiles this block into the native marketplace manifests # (.claude-plugin/marketplace.json for Claude Code / Copilot CLI / Kimi @@ -28,5 +28,5 @@ marketplace: - name: oddyssey description: "Observability-Driven Development for CLI coding agents: OTel expert agent, run-observation agent, verification pass, local Grafana stack via MCP" source: ./marketplace/oddyssey - version: 1.4.1 + version: 1.5.0 category: Observability diff --git a/marketplace/oddyssey/.claude-plugin/plugin.json b/marketplace/oddyssey/.claude-plugin/plugin.json index af573ac..04010d4 100644 --- a/marketplace/oddyssey/.claude-plugin/plugin.json +++ b/marketplace/oddyssey/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oddyssey", - "version": "1.4.1", + "version": "1.5.0", "description": "Observability-Driven Development for CLI coding agents", "license": "MIT" } \ No newline at end of file diff --git a/marketplace/oddyssey/.mcp.json b/marketplace/oddyssey/.mcp.json index 790fc55..4f7378d 100644 --- a/marketplace/oddyssey/.mcp.json +++ b/marketplace/oddyssey/.mcp.json @@ -3,7 +3,7 @@ "oddyssey": { "type": "stdio", "command": "uvx", - "args": ["oddyssey-mcp==1.4.1"] + "args": ["oddyssey-mcp==1.5.0"] } } } diff --git a/src/mcp-server/pyproject.toml b/src/mcp-server/pyproject.toml index 5d5464a..458b831 100644 --- a/src/mcp-server/pyproject.toml +++ b/src/mcp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oddyssey-mcp" -version = "1.4.1" +version = "1.5.0" description = "Oddyssey MCP server: pilots the local observability stack for CLI coding agents" requires-python = ">=3.12" license = "MIT" diff --git a/src/mcp-server/uv.lock b/src/mcp-server/uv.lock index e9fa727..10c5685 100644 --- a/src/mcp-server/uv.lock +++ b/src/mcp-server/uv.lock @@ -506,7 +506,7 @@ wheels = [ [[package]] name = "oddyssey-mcp" -version = "1.4.1" +version = "1.5.0" source = { editable = "." } dependencies = [ { name = "httpx" },