Skip to content

v1.3.0

Choose a tag to compare

@myakove myakove released this 18 Apr 17:52
· 52 commits to main since this release
996c115

What's Changed

Features

  • Add unique generation ID (UUID) for each generation job (#58)
    • UUID column in projects table with migration and backfill
    • GET /projects/by-id/{uuid} lookup endpoint with access control
    • CLI: display UUID on generate, accept UUID in status/abort/delete/download
    • Frontend: truncated UUID in project tree, full UUID in detail view with copy-to-clipboard
  • Sync docsfy-generate-docs skill with latest version, add merge step and leak reporting

Bug Fixes

  • Fix generation pipeline bugs — broken related-pages links, collapsed callouts, unrendered markdown (#56)
    • Allow relative URLs in HTML sanitizer while blocking XSS schemes
    • Add separate_adjacent_callouts() to split merged Note/Warning/Tip callouts
    • Add convert_details_to_headings() to convert <details> blocks to headings
    • Update AI prompts to forbid <details>/<summary> tags

Documentation

  • Regenerate documentation site with docsfy (#54)