[codex] update preview extension to v1.1.0#20
Merged
Conversation
bigsmartben
force-pushed
the
codex/update-preview-extension-v1.1.0
branch
from
June 23, 2026 10:39
5f28abc to
ba4e5a0
Compare
bigsmartben
marked this pull request as ready for review
June 23, 2026 11:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
previewextension tov1.1.0frombigsmartben/spec-kit-preview./speckit.preview.htmlcommand with six fidelity-specific Markdown/HTML preview commands.Compatibility Note
This preserves the breaking command surface from the released preview extension:
/speckit.preview.htmlis removed. Users should migrate to one of the low/mid/high fidelity commands, for example/speckit.preview.mid-html.Validation
python extensions\preview\tests\validate-extension.pypython -m py_compile extensions\preview\tests\validate-extension.pypython -c "import json; json.load(open('extensions/catalog.json', encoding='utf-8')); json.load(open('extensions/catalog.community.json', encoding='utf-8')); print('catalog json ok')"git diff --checkPYTHONPATH=... python -m pytest tests\test_extensions.py -q(284 passed, 1 skipped)PYTHONPATH=... python -m pytest tests\integrations\test_integration_base_yaml.py tests\integrations\test_integration_base_skills.py tests\integrations\test_integration_base_toml.py tests\integrations\test_integration_base_markdown.py tests\integrations\test_integration_cline.py tests\integrations\test_integration_copilot.py tests\integrations\test_integration_generic.py tests\integrations\test_cli.py -q(183 passed, 8 skipped)v1.1.0with 6 commands, 6 templates, and 2 schema files.Notes
A full
tests/integrationsrun was attempted but timed out after 4 minutes locally, so the directly affected integration subsets above were run instead.