Skip to content

chore: release v1.0.0#66

Closed
riatzukiza wants to merge 1 commit intodevfrom
release/v1.0.0-20251120234757
Closed

chore: release v1.0.0#66
riatzukiza wants to merge 1 commit intodevfrom
release/v1.0.0-20251120234757

Conversation

@riatzukiza
Copy link
Collaborator

Release v1.0.0

Release notes

Summary

This release introduces a sweeping refactor and feature expansion across the core fetch pipeline, prompt handling, model normalization, and workflow configuration. The changes modify default behavior (stateless reasoning, model normalization, CODEX_MODE prompts) and add new prompts and CI workflows, which are not backwards-compatible with prior configurations.

Release Type

  • MAJOR (auto-detected)

Highlights

  • Core fetch pipeline rewritten (request-transformer) with new input filtering and prompt injection semantics
  • CODEX_MODE bridge prompt implemented and OpenCode prompts filtered; tool remapping updated
  • Model normalization updated to map legacy names to canonical ones (gpt-5, gpt-5-codex, codex-mini-latest)
  • Reasoning/config defaults adjusted (reasoningEffort, textVerbosity, reasoningSummary)
  • New/updated prompts for Codex and OpenCode integration; updated caching and prompt verification flow
  • CI/CD workflows and release automation workflows expanded; tags creation logic adjusted
  • Stateless operation introduced via including reasoning.encrypted_content in responses; potential impact on clients

Breaking Changes

  • API/behavioral changes in request transformation and prompt construction; existing integrations may need code changes to accommodate new payload structure
  • Model name normalization changes may affect clients relying on exact model identifiers; update configurations accordingly
  • Enforced stateless output with reasoning content included; downstream consumers must handle new fields and possible encrypted reasoning payload
  • CODEX_MODE behavior changes; removal/alteration of some OpenCode prompts; expect different prompts and chain of prompts
  • Default settings changed (reasoningEffort, textVerbosity) impacting response granularity
  • CI/workflow changes; existing pipelines may need updated workflow files for PR tagging and release flow

@riatzukiza riatzukiza enabled auto-merge (squash) November 20, 2025 23:47
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 20, 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-20251120234757

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

@riatzukiza riatzukiza closed this Nov 20, 2025
auto-merge was automatically disabled November 20, 2025 23:49

Pull request was closed

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