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.

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [1.13.0] - 2026-09-19

### 🚀 Features

- *(harness)* One observation depth - drop quick, drop the depth field, older reports' depth ignored (#620)
- *(mcp)* Environment-scoped stack_config - env-stack keys next to stack keys, an optional environment field selects the effective entry (#621)
- *(mcp)* Grafana persists the gcx context the runs use - stack_config.grafana.context, proved by the one config check (#622)
- *(bench)* Launch-llms-benchmark runs each model twice and keeps the better run for the table (#634)

### 🐛 Bug Fixes

- *(ci)* Pin every job's runs-on to ubuntu-26.04 - the ubuntu-latest label migrates to Ubuntu 26.04 from 2026-10-19 (#616)

### 📚 Documentation

- *(agents)* A separate reviewer sub-agent checks every branch before its PR, fixes loop back until green (#611)
- *(odd)* Verify oddyssey-mcp after the environment-scoped stack_config and the grafana context - clear the loop's warning (#624)
- *(readme)* The APM install and update commands install the latest 1.x release (#626)
- *(readme)* The APM commands install and update to the latest release (#627)
- *(readme)* The APM update command names the package, the release range stays in the manifest (#628)

### ⚙️ Miscellaneous Tasks

- *(ci)* Odd-status job on oddyssey-actions v1.3.0 - one minimum oddyssey version checked by every setup, the verdict read from the package only (#613)
- *(bench)* Llms-benchmark row for z-ai/glm-5.3-flashx on opencode (#630)
- *(harness)* Test-plugin-harnessing defaults to deepseek/deepseek-v4.1-flash (#632)
## [1.12.2] - 2026-09-17

### 🚀 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.12.2
version: 1.13.0
license: MIT
description: Observability-Driven Development for CLI coding agents
displayName: Oddyssey
Expand Down Expand Up @@ -27,7 +27,7 @@ dependencies:
args:
- "--refresh-package"
- "oddyssey-mcp"
- "oddyssey-mcp==1.12.2"
- "oddyssey-mcp==1.13.0"

# `apm pack` compiles this block into the native marketplace manifests
# (.claude-plugin/marketplace.json for Claude Code / Copilot CLI / Kimi
Expand All @@ -45,5 +45,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.12.2
version: 1.13.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.

122 changes: 21 additions & 101 deletions marketplace/oddyssey/agents/observe-run.agent.md

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

Loading