Skip to content

chore: release v1.0.0#81

Merged
riatzukiza merged 1 commit intodevfrom
release/v1.0.0-20251213215139
Dec 13, 2025
Merged

chore: release v1.0.0#81
riatzukiza merged 1 commit intodevfrom
release/v1.0.0-20251213215139

Conversation

@riatzukiza
Copy link
Collaborator

Release v1.0.0

Release notes

Summary

The commit set represents a sweeping architectural overhaul of the plugin: core modules for request handling and prompts were rewritten, and multiple legacy components were removed/renamed. It introduces CODEX_MODE, a new 7-step fetch flow, and per-model configuration changes that are likely breaking for existing integrations relying on prior APIs/config formats.

Release Type

  • MAJOR (auto-detected)

Highlights

  • Extensive refactor: new request-transformer, tool-normalizer, prompt-cache, and tooling layers
  • Removal/replacement of legacy compaction components (codex-compaction, compaction-executor)
  • New 7-step fetch flow in index.ts with updated token management and URL rewriting
  • Introduction of CODEX_MODE and bridge prompts with tool remapping for MCP awareness
  • Model normalization and per-model config merging introduced/altered
  • Widespread config, logging, and metrics schema changes across lib and tests

Breaking Changes

  • Public API/config surface changed: new CODEX_MODE, per-model options, and transformed request pipeline
  • Old compaction flow removed; new request-transformer API replaces legacy components
  • Prompt handling and caching changed; existing code depending on prior prompts/keys may break
  • Reasoning payload handling and history filtering updated; stateless mode implications
  • Tests and docs updated to reflect new flows; downstream integrations may require code/config updates

@riatzukiza riatzukiza enabled auto-merge (squash) December 13, 2025 21:51
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 13, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • package.json is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v1.0.0-20251213215139

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@riatzukiza riatzukiza merged commit ba9fa90 into dev Dec 13, 2025
10 of 11 checks passed
@riatzukiza riatzukiza deleted the release/v1.0.0-20251213215139 branch December 13, 2025 21:53
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

Comments