Skip to content

chore: drop useless feature flags#8850

Merged
jif-oai merged 3 commits into
mainfrom
jif/drop-useless-feature-flags
Jan 7, 2026
Merged

chore: drop useless feature flags#8850
jif-oai merged 3 commits into
mainfrom
jif/drop-useless-feature-flags

Conversation

@jif-oai

@jif-oai jif-oai commented Jan 7, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

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

Copy link
Copy Markdown
Contributor

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: 42b604b35b

ℹ️ 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 375 to 377
FeatureSpec {
id: Feature::PowershellUtf8,
key: "powershell_utf8",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Badge Restore skills feature registration

The Feature::Skills enum is still used to gate skill loading (e.g., config.features.enabled(Feature::Skills) in codex.rs), but its FeatureSpec entry was removed from FEATURES. Because Features::with_defaults and feature_for_key only consult this list, Skills can no longer be enabled by defaults or by [features].skills in config, effectively disabling skills for all sessions. If skills are still intended to be available, re‑add the spec (or remove the gating and make skills unconditional).

Useful? React with 👍 / 👎.

…ure-flags

# Conflicts:
#	codex-rs/core/src/tools/spec.rs
@jif-oai jif-oai merged commit 1253d19 into main Jan 7, 2026
26 checks passed
@jif-oai jif-oai deleted the jif/drop-useless-feature-flags branch January 7, 2026 19:54
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants