release: update Bennett UI Improvements to 1.2.4 - #70
Open
JHees wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Script Market entry and published script for “Bennett UI Improvements” to the upstream 1.2.4 release so users receive the latest Codex++ UI compatibility and Markdown/history enhancements via the market.
Changes:
- Bumped the
bennett-ui-improvementsmarket version to1.2.4and updated metadata (tags + homepage). - Published/updated the
scripts/bennett-ui-improvements.jsrenderer script for the 1.2.4 release. - Updated the market SHA-256 to
8624e289c60916a6cfbb6fc121c179d5aaa4e027e2a61dadd7a9c10c506a28fe.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| index.json | Updates Bennett UI Improvements market metadata (version, tags, homepage, sha256). |
| scripts/bennett-ui-improvements.js | Updates the shipped single-file renderer script to the 1.2.4 release artifact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+9204
to
+9211
| for (const script of document.querySelectorAll("script[src]")) { | ||
| const src = script.getAttribute("src") || ""; | ||
| if (!src) continue; | ||
| try { | ||
| const response = await fetch(src); | ||
| if (response.ok) collectModuleNames(await response.text(), candidates); | ||
| } catch {} | ||
| } |
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.
What changed
bennett-ui-improvementsmarket entry from1.0.9-bigpizza.1to1.2.48624e289c60916a6cfbb6fc121c179d5aaa4e027e2a61dadd7a9c10c506a28feWhy
The Script Market still serves an older Bennett UI build. The current release includes the recent Codex++ UI compatibility work, improved Markdown preview behavior, and a safer history-limit implementation.
The previous history helper queried, hydrated, cached, and projected conversations itself. Version 1.2.4 removes that parallel conversation-management path and only asks Codex to refresh its native recent-history list with a larger limit. Codex and CC Switch remain responsible for providers, projects, pins, archives, deduplication, and rendering.
User impact
Validation
index.jsonparses successfully and contains exactly one Bennett entrynode --check scripts/bennett-ui-improvements.js8624e289c60916a6cfbb6fc121c179d5aaa4e027e2a61dadd7a9c10c506a28fegit diff --checkindex.jsonandscripts/bennett-ui-improvements.jsRelated release PR: JHees/bennett-ui-improvements-for-codexplusplus#1