chore: sync config and update dependencies - #1566
Conversation
Update various configuration files and sync dependencies across the project
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
Disabled knowledge base sources:
📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughConfiguration files across Codex, OMP, OpenClaw, OpenCode, and PI are updated to upgrade the model version from gpt-5.4 to gpt-5.5. Multiple Codex feature flags are enabled in configuration templates. Package dependencies are bumped to newer versions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Mesa DescriptionTL;DRSync various configuration files and update project dependencies. This primarily involves upgrading AI model versions from What changed?
Description generated by Mesa. Update settings |
|
You do not have enough credits to review this pull request. Please purchase more credits to continue. |
There was a problem hiding this comment.
Code Review
This pull request performs a comprehensive update of project dependencies and transitions the primary GPT model from version 5.4 to 5.5 across multiple configuration files, including OpenClaw, OpenCode, and OMP settings, as well as Fish shell functions. Additionally, numerous new feature flags have been enabled in the Codex configuration. Feedback was provided regarding an inconsistency in the reasoning flag for the gpt-5.5 model, which is currently disabled in the OpenClaw template despite being enabled in other configurations.
| "name": "GPT 5.4", | ||
| "id": "gpt-5.5", | ||
| "name": "GPT 5.5", | ||
| "reasoning": false, |
There was a problem hiding this comment.
The reasoning flag for gpt-5.5 is set to false here, but it is set to true in config/pi/models.json. This inconsistency may lead to reasoning features being disabled in openclaw for this model. Given that this model is used with reasoning-related flags in the fish functions and is marked as true in the pi configuration, it should likely be true here as well.
| "reasoning": false, | |
| "reasoning": true, |
Sync various configuration files and update project dependencies.
This commit updates configuration files for codex, omp, openclaw, opencode, and pi tools. Also updates package.json dependencies and bun.lock file.
The fish function files for coxe and coxeh have been modified along with the models.json configuration.
Summary by cubic
Sync’d configs and bumped dependencies, switching the default GPT model to
gpt-5.5across tools. Enables more Codex features and updates fish helpers for consistency and newer capabilities.Refactors
gpt-5.5as the default model acrossomp,openclaw,opencode,pi, rootmodels.json, and fish functions.config/codex/config.tomland template (e.g.,apply_patch_streaming_events,browser_use,image_generation,js_repl_tools_only,remote_control,request_permissions_tool).Dependencies
package.jsonandbun.lockversions:@anthropic-ai/claude-code^2.1.118,@biomejs/biome^2.4.13,@google/gemini-cli^0.39.0,@kaitranntt/ccs^7.73.1,@mariozechner/pi-coding-agent^0.69.0.Written for commit a804aed. Summary will update on new commits.