Skip to content

Update claude-bionify to 1.0.6 - #358

Open
abullard1 wants to merge 1 commit into
ccplugins:mainfrom
abullard1:update-claude-bionify-1.0.6
Open

Update claude-bionify to 1.0.6#358
abullard1 wants to merge 1 commit into
ccplugins:mainfrom
abullard1:update-claude-bionify-1.0.6

Conversation

@abullard1

Copy link
Copy Markdown
Contributor

Follow-up to #296. The vendored copy is at 1.0.1, five releases behind, and two of the
missing releases are Windows fixes that leave the plugin non-functional.

Anyone installing claude-bionify from this marketplace today gets:

Missing since Effect
1.0.5 On native Windows the hook never starts. The python.org installer creates no python3.exe, and Windows ships a Microsoft Store placeholder of that name which exits 9009 without running Python. Hooks are spawned with no shell, so there was no fallback, and a failed MessageDisplay hook shows the original text without reporting an error. Silently inert.
1.0.3 Non-ASCII characters garble on Windows, so an em dash renders as mojibake.
1.0.4 Code blocks can be bolded as prose when Claude streams quickly.
1.0.6 /claude-bionify:status can report that nothing is being bolded when it is.
1.0.2 The skill no longer gives settings guidance when the plugin is absent.

This syncs plugins/claude-bionify/ to 1.0.6 and updates the version in both
.claude-plugin/marketplace.json and the plugin manifest.

Validation

  • claude plugin validate ./plugins/claude-bionify --strict
  • jq empty .claude-plugin/marketplace.json plugins/claude-bionify/.claude-plugin/plugin.json plugins/claude-bionify/hooks/hooks.json
  • Upstream suite at 1.0.6: 127 passed, 2 skipped, 93.6% coverage
  • The Windows fix was verified on a Windows 11 VM with python.org Python: before, exit 9009 and no output; after, the hook runs through the py launcher

Repo-level claude plugin validate . --strict reports 2 warnings, unchanged by this PR
(present on main before it).

The vendored copy was at 1.0.1, five releases behind. Two of the missing
releases are Windows fixes: without 1.0.5 the hook never starts on most
native Windows machines, and without 1.0.3 non-ASCII characters garble.

Syncs plugins/claude-bionify/ to 1.0.6 and updates the version in both
.claude-plugin/marketplace.json and the plugin manifest.
Copilot AI lite review requested due to automatic review settings August 17, 2026 10:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants