Skip to content

Releases: zakelfassi/htmlify

v1.0.0

12 Jun 02:30
7f5fcb4

Choose a tag to compare

1.0.0 (2026-06-12)

⚠ BREAKING CHANGES

  • the root SKILL.md and references/ are removed. Clones that installed the repo root as a skill directory must re-install by pointing at skills/htmlify (and optionally skills/deckify). The htmlify-answer CLI, hook path, and Pi/OMP entry points are unchanged.

Features

  • add --validate cli with rich, app, and deck profiles (713d771)
  • add claude code plugin manifest and marketplace listing (827733e)
  • add hardcopy visual identity and reskin the document theme (7129d53)
  • add self-contained landing page and pages deploy (b582a9b)
  • add validated example gallery (430098d)
  • move htmlify skill into skills/ and add deckify skill (532f5fa)

Miscellaneous Chores

  • prepare the 1.0.0 release (11d0e6b)

htmlify v0.3.1

31 May 22:00

Choose a tag to compare

Adds cross-agent integration support.\n\n- Adds htmlify-answer CLI for converting stdin or files into self-contained HTML artifacts.\n- Adds Claude Code Stop hook for threshold-based long-answer HTML export.\n- Adds agent integration docs for Codex, Claude Code, Cursor, Windsurf, Aider, and generic agents.\n- Adds focused tests for CLI and Claude Stop hook behavior.

htmlify v0.3.0

31 May 21:51

Choose a tag to compare

Initial htmlify launch.\n\n- Renames pi-html-long-answer-extension to htmlify.\n- Adds agentskills.io-compatible SKILL.md.\n- Adds htmlify principles reference merging operator-brief and HTML-effectiveness workflows.\n- Keeps Pi/OMP extension runtime with legacy /html-last aliases and new /htmlify commands.\n- Publishes package metadata for @zakelfassi/htmlify.

v0.2.2

06 May 02:12

Choose a tag to compare

Fixed

  • Avoid persisting full assistant output in hidden extension state while keeping /html-last available from memory and branch hydration.
  • Add commentable block IDs to rich HTML exports.
  • Preserve whitespace and newlines when importing pasted /html-comments JSON.
  • Add regression tests for source persistence, rich-export comments, and pasted comments JSON.

Verified

  • pnpm test
  • node --check index.js && node --check test/extension.test.js
  • omp -e ./index.js --offline --no-tools -p "/html-last-version"
  • pi -e ./index.js --offline --no-tools -p "/html-last-version"