Skip to content

chore: prepare 0.9.0 release#55

Merged
douglasmonsky merged 1 commit into
mainfrom
release/0.9.0
Jun 21, 2026
Merged

chore: prepare 0.9.0 release#55
douglasmonsky merged 1 commit into
mainfrom
release/0.9.0

Conversation

@douglasmonsky

Copy link
Copy Markdown
Owner

Summary

  • bump package, plugin manifest, and bundled MCP runtime pin to 0.9.0
  • add 0.9.0 changelog notes for diagnostic snapshots and dashboard panels
  • update release docs and public smoke command references to 0.9.0

Validation

  • .venv/bin/python -m ruff check .
  • .venv/bin/python -m mypy
  • .venv/bin/python -m pytest
  • .venv/bin/python -m pytest --cov=codex_usage_tracker --cov-report=term-missing
  • .venv/bin/python -m compileall src
  • for file in src/codex_usage_tracker/plugin_data/dashboard/dashboard*.js; do node --check "$file"; done
  • .venv/bin/python scripts/check_release.py
  • git diff --check
  • rm -rf dist build src/codex_usage_tracker.egg-info src/codex_usage_tracking.egg-info && .venv/bin/python -m build
  • .venv/bin/python -m twine check dist/*
  • .venv/bin/python scripts/check_release.py --dist
  • .venv/bin/python scripts/smoke_installed_package.py
  • .venv/bin/python scripts/smoke_installed_package.py --docker
  • DASHBOARD_BASE_URL=http://127.0.0.1:8898 npm run smoke:dashboard:diagnostics

Release notes

0.9.0 adds persisted aggregate diagnostic snapshots, on-demand diagnostics refresh, tool/command/file-read/concentration reports, and Diagnostics dashboard panels while preserving the aggregate-only privacy boundary.

@douglasmonsky douglasmonsky merged commit 5fb0729 into main Jun 21, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant