Releases: u-ichi/reviewable-html-workbench
Releases · u-ichi/reviewable-html-workbench
v1.9.0
What's Changed
✨ New Features
- Make RHW available during planning; the plan text now includes a preview URL (a4f22f1)
- Add automatic LLM replies when comments are added to RHW HTML, and automatically apply document updates after threads are resolved (a4f22f1)
- Separate review comment handling section and refine TOC/filter UI (33e602d)
🐛 Bug Fixes
- Enable scrolling within the TOC area when the TOC is long (5c302bb)
- Add grace period when preview server owner pid exits (01efa22)
- Require heading_level and fix TOC rendering issues (7fede35)
⬆️ Version Updates
- Update GitHub Actions to Node.js 24 compatible versions (d37ffc2)
📝 Documentation
- Add backlog for browser extension based review support (8490ff2)
変更内容(日本語)
✨ 新機能
- plan時にもrhwを使えるようにした。plan内容にurlが追加されます (a4f22f1)
- rhwのhtmlにコメントを入れた際に自動的にLLMがコメントを入れる機能を追加。解決状態にすると自動的にドキュメント修正までやります (a4f22f1)
- レビューコメント対応の独立セクション化 + TOC/フィルタ UI 修正 (33e602d)
🐛 バグ修正
- TOC が長い時に目次エリア内スクロールを有効化 (5c302bb)
- preview server: owner-pid 死亡時のグレース期間を追加 (01efa22)
- heading_level 必須化と TOC 表示バグ修正 (7fede35)
⬆️ バージョン更新
- GitHub Actions: Node.js 24 対応版にアクション更新 (d37ffc2)
📝 ドキュメント
- ブラウザ拡張化 backlog を追加 (8490ff2)
Full Changelog: v1.5.0...v1.9.0
v1.5.0
What's Changed
✨ New Features
- Add heading hierarchy, document structure, and HTML quality guidance to SKILL.md; improve renderer semantics (0db87dd)
🔥 Removals
- Remove automatic Release generation workflow from CD (dc74b8d)
変更内容(日本語)
✨ 新機能
- SKILL.md に見出し階層・文書構造・HTML品質の指導を追加し、レンダラーのセマンティクスを改善 (0db87dd)
🔥 削除
- CD の自動 Release 生成ワークフローを削除 (dc74b8d)
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.4
What's Changed
✨ New Features
- Add public preview & download functionality (5719870)
- Auto-create GitHub Release on minor/major version bump (3a5e232)
💄 UI Improvements
- Add OGP meta tags, eyebrow links, remove data attributes, fix scroll offset for public HTML (1651254)
- Review UI: fix CSS autonum, expand body width, persist focus mode (94fc995)
🐛 Bug Fixes
- Preview server: improve startup reliability with ready signal pipe (a679d65)
- Preview server: require --owner-pid to prevent orphan processes (d4174ad)
- Comment UI: fix scroll/scrollIntoView bugs, add autonum chapter numbers (523ee76)
- Preview: use no-store to prevent stale cache on reload (b7ed599)
- Fix table horizontal scroll issue (34a90af)
🔥 Removals
- Preview server: remove unused pick_free_port / current_agent_pid / _wait_until_preview_ready (cea53f1)
📝 Documentation
- README: rewrite overview to emphasize the review-and-improve workflow (d2fb3e5)
🔧 Maintenance
- Remove .agents/rules/project-management.md from git tracking (e3f4a47)
変更内容(日本語)
✨ 新機能
💄 UI 改善
- 公開 HTML: OGP メタタグ・eyebrow リンク・data 属性除去・スクロールオフセット修正 (1651254)
- レビュー UI: CSS autonum 修正 + 本文幅拡張 + focus モード永続化 (94fc995)
🐛 バグ修正
- preview server: ready シグナルパイプで起動信頼性を改善 (a679d65)
- preview server: --owner-pid を必須化し孤児プロセスを防止 (d4174ad)
- コメント UI: scroll / scrollIntoView のバグ修正 + autonum 章番号 (523ee76)
- プレビュー: no-store で再読込時の stale キャッシュを防ぐ (b7ed599)
- 表が横スクロールできず読めない問題を修正 (34a90af)
🔥 削除
- preview server: 不要になった pick_free_port / current_agent_pid / _wait_until_preview_ready を削除 (cea53f1)
📝 ドキュメント
- README: 概要をレビュー→改善ワークフロー中心の説明に書き換え (d2fb3e5)
🔧 メンテナンス
- .agents/rules/project-management.md を git 管理対象から除外 (e3f4a47)
Full Changelog: v1.0.0...v1.3.4
v1.0.0
v1.0.0 — Initial Public Release
Highlights
- i18n support: HTML template UI supports English and Japanese, controlled by
langmetadata in document-model.json - Full plugin distribution: Install via
claude plugin add u-ichi/reviewable-html-workbench(Claude Code) orcodex plugin add u-ichi/reviewable-html-workbench(Codex CLI) - Two skills:
visual-html-rendererfor HTML generation with diagrams,reviewable-design-docfor inline review comments and agent feedback ingestion - Preview Runtime: Local preview server with Tailscale IPv4 support
- Review Comments: Inline highlighting, comment cards, threaded replies, resolve/reopen workflow
Install
# Claude Code
claude plugin add u-ichi/reviewable-html-workbench
claude plugin install reviewable-html-workbench
# Codex CLI
codex plugin add u-ichi/reviewable-html-workbench
codex plugin install reviewable-html-workbenchRequirements
- Python 3.11+
- Standard library only (no external dependencies)