Skip to content

v0.4.0

Latest

Choose a tag to compare

@shaunbuswell shaunbuswell released this 14 Jan 15:19
· 290 commits to main since this release
994a02c

馃帀 What's New in v0.4.0

New Features

  • Token usage tracking - Track input/output/total token counts per turn for cost monitoring
  • Context window optimization - New context_lines parameter to limit transcript depth for long debates
  • Project-relative debate storage - Automatic detection and storage relative to your project with DEBATE_HALL_STATE_DIR
  • Edge-optimizer agent - New agent definition for boundary exploration

Improvements

  • Dynamic state_dir resolution in MCP server for flexible storage locations
  • Updated octave-mcp dependency to v0.6.1 for enhanced validation

Fixes

  • Edge-optimizer agent configuration for OCTAVE validation
  • Dynamic state_dir resolution for project-relative paths

Quality

  • 496 tests with 92.47% coverage (up from 262 tests, 91.44% in v0.3.0)
  • Removed legacy .claude/rules documentation

Documentation

  • Token usage analysis and optimization guide
  • Integrity Engine design documentation
  • Updated README with accurate test metrics

Installation

pip install --upgrade debate-hall-mcp

Full Changelog

See CHANGELOG.md for complete details.