Skip to content

Release v0.3.1 - #7

Merged
nleononline merged 1 commit into
masterfrom
codex/release-v0.3.1
Jul 30, 2026
Merged

Release v0.3.1#7
nleononline merged 1 commit into
masterfrom
codex/release-v0.3.1

Conversation

@nleononline

Copy link
Copy Markdown
Owner

Summary

  • enrich the plugin manifest with publisher and project links
  • explicitly declare the bundled lifecycle hooks
  • classify the plugin and marketplace entry under Developer Tools
  • bump the package and plugin version to 0.3.1
  • add user-facing release notes

Why

The plugin metadata was incomplete and its Productivity category did not reflect its developer-tooling purpose. The marketplace remains independently published as codex-context-window; this release has no dependency on private repositories.

Impact

Runtime hook behavior is unchanged. Users get clearer plugin details and more accurate marketplace classification after upgrading.

Validation

  • cargo fmt --check
  • cargo test --locked --all-targets (18 passed)
  • cargo clippy --locked --all-targets -- -D warnings
  • cargo build --release --locked
  • release metadata, workflow YAML, generated marketplace JSON, and git diff --check

@nleononline
nleononline marked this pull request as ready for review July 30, 2026 09:55
@nleononline
nleononline merged commit db7c1f4 into master Jul 30, 2026
12 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 93a3b24ebd

ℹ️ 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 thread .codex-plugin/plugin.json
]
}
},
"hooks": "./hooks/hooks.json"

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 Remove the rejected top-level hooks field

When the staged v0.3.1 plugin is installed, Codex validates .codex-plugin/plugin.json, and the current ingestion schema rejects hooks as an unsupported top-level field. This addition therefore prevents the plugin from loading instead of explicitly declaring its hooks; omit it and continue relying on default hooks/ discovery.

Useful? React with 👍 / 👎.

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