Skip to content

v0.1.4

Choose a tag to compare

@DrSelfTape DrSelfTape released this 12 May 23:59
· 9 commits to main since this release

Highlights

  • Windowed downloads: --start and --end now constrain the yt-dlp download via --download-sections, so a 3-minute slice of a 4-hour video fetches in seconds, not minutes. Output timestamps stay in original-video coordinates.
  • Chapter detection no longer degrades to one block on tightly edited talking-head videos. Silence detection retries at progressively looser thresholds; even-time-split is the last-resort fallback.
  • Long silence-based chapters get subdivided into ~4-minute sub-segments so summarize/lecture modes always have usable structure.

Fixes since 0.1.0

  • hooks.json schema (top-level hooks record) so Claude Code's plugin loader accepts it.
  • Docs now invoke scope.py directly (it has a python3 shebang); the previous bash prefix made bash interpret the Python source.

See CHANGELOG.md for full notes.

Full Changelog: https://github.com/DrSelfTape/claude-scope/commits/v0.1.4