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 .claude-plugin/marketplace.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions apm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oddyssey
version: 1.4.1
version: 1.5.0
license: MIT
description: Observability-Driven Development for CLI coding agents

Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion marketplace/oddyssey/.claude-plugin/plugin.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion marketplace/oddyssey/.mcp.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mcp-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/mcp-server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.