Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.35 KB

File metadata and controls

34 lines (20 loc) · 2.35 KB

Changelog

0.1.12 (2026-03-31)

Bug Fixes

  • debug: correct debug audio example to use --file/-f flag (42dcdad)

0.1.11 (2026-03-09)

Features

  • api,debug: add deepctl api command, debug stream proxy, and debug improvements (53accd5)
  • complete nested command architecture implementation (f3a9945)
  • debug-audio: add ffmpeg-python dependency for audio file analysis (398b2eb)
  • debug-audio: implement comprehensive audio file analysis (fb773b6)
  • mcp: fix auth, switch to streamable-http, and improve READMEs (8e76d60)
  • skills: add deepctl skills command and agent-native CLI metadata (5654d40)

Bug Fixes

  • debug-audio: correct indentation in error handling blocks (f8931a2)
  • debug-audio: restore correct indentation in handle method (e40cf29)
  • resolve mypy type checking issues and modernize Python code (a93526e)
  • tooling: resolve all ruff, mypy, and Makefile issues (3500379)

Documentation

  • debug-audio: add comprehensive documentation (6a32c2b)
  • readme: regenerate READMEs for new api and debug-stream packages (bd7170a)