Skip to content

Release 1.0.7#26

Merged
sf-jin-ku merged 2 commits intomainfrom
jin/release-1.0.7
Apr 12, 2026
Merged

Release 1.0.7#26
sf-jin-ku merged 2 commits intomainfrom
jin/release-1.0.7

Conversation

@sf-jin-ku
Copy link
Copy Markdown
Contributor

Summary

  • release 1.0.7 with hardened background routing and log-path redaction
  • add shared installed-skill path materialization and cross-platform path/runtime fixes
  • run CI across Windows, macOS, and Linux

Verification

  • npm run lint
  • npm run typecheck
  • npm run test
  • npm run test:integration
  • npm run test:e2e
  • npm run test:cross-platform
  • npm pack --dry-run

@sf-jin-ku sf-jin-ku merged commit 3d56bba into main Apr 12, 2026
5 checks passed
@sf-jin-ku sf-jin-ku deleted the jin/release-1.0.7 branch April 12, 2026 02:04
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 318cdba1ba

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +500 to +503
samePath(pluginRoot, INSTALLED_PLUGIN_ROOT) &&
process.env.CC_PLUGIN_CODEX_SKILLS_MATERIALIZED !== "1"
) {
materializeInstalledSkillPaths(pluginRoot);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Materialize skill placeholders for any local install root

This gate only rewrites SKILL.md placeholders when pluginRoot already equals ~/.codex/plugins/cc, so node scripts/local-plugin-install.mjs install from a normal checkout path skips materialization entirely. In that common flow, plugin/install copies the checkout into Codex’s cache with literal <installed-plugin-root> strings still present, and runtime skills then try to execute node "<installed-plugin-root>/scripts/claude-companion.mjs" ..., which fails because the placeholder was never replaced.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressing this in #27. Rather than mutating arbitrary checkout roots in place, the follow-up makes unsupported direct source-root installs fail fast with a clear message and keeps the supported local-checkout flow explicit.

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.

1 participant