v2.15.0
emout の利用者向け Codex plugin と導入 CLI を追加し、大規模可視化や既存解析 script 改善を Codex に相談しやすくしたリリースです。Jupyter / remote execution まわりの導線と backtrace の optional MPI backend も拡張しています。
Highlights
- Add the
emout ContextCodex plugin with visualization-script, remote execution, feedback, and issue-reporting skills (5fda40e) - Add
emout codex install-plugin/emout codex upgrade-pluginandemout version --check-updateCLI commands (5fda40e) - Add
emout jupyterCLI and exposeFigureProxyfor remote rendering workflows (fe0e2e8, 520ef30)
New Features
- Add repo-local Codex marketplace and
emout-contextplugin for user-facing emout support outside the repository (5fda40e) - Add visualization-script generation and feedback-reporting skills for emout analysis workflows (5fda40e)
- Add
emout codex install-plugin,emout codex upgrade-plugin, andinstall-codex-pluginalias for plugin setup (5fda40e) - Add
emout version --check-updateto check the installed version against PyPI on demand (5fda40e) - Add
emout jupyterCLI for Claude Code MCP integration (fe0e2e8) - Expose
FigureProxyfrom theremote_figurecontext manager for server-side figure composition (520ef30) - Add opt-in
vdsolverfMPI backend support for backtrace workflows (7f4a636)
Bug Fixes
- Fix leaked license-badge text on docs index pages (e890baa)
- Fix docs language switcher behavior and add the English index page (f3545cf)
Documentation
- Add Codex plugin installation and usage guidance to README files (5fda40e)
- Bundle emout user-guide snapshots inside the Codex plugin references (5fda40e)
- Reorder the distributed guide around explicit remote usage (443b372)
- Document
FigureProxyandvdsolverfMPI backend usage in the relevant guides (520ef30, 7f4a636)
Full Changelog: v2.14.0...v2.15.0