Skip to content

feature: ux improvements#257

Merged
rmolinamir merged 3 commits intomainfrom
feature/ux-improvements
Mar 29, 2026
Merged

feature: ux improvements#257
rmolinamir merged 3 commits intomainfrom
feature/ux-improvements

Conversation

@rmolinamir
Copy link
Copy Markdown
Contributor

@rmolinamir rmolinamir commented Mar 29, 2026

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
journl Ready Ready Preview, Comment Mar 29, 2026 9:51pm

Copy link
Copy Markdown

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

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: 1550edc40d

ℹ️ 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".

.optional(zOpenAIReasoningEffort)
.describe(
"Optional reasoning effort for this edit. Use `low` for normal edits, `medium` for multi-section rewrites, and `high` for the most complex asks. Defaults to `low` if omitted.",
"Optional reasoning effort for this edit. Use `minimal` for normal edits, `low` for multi-section rewrites, and `medium` for complex tasks, or `high` for the most creative asks. Defaults to `minimal` if omitted.",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Align reasoningEffort default with runtime behavior

The schema description now says omitted reasoningEffort defaults to minimal, but the write tool still sends toolCall.input.reasoningEffort ?? "low" in useWriteTool (apps/web/src/ai/tools/write/client.ts), so callers that rely on the schema contract will actually run at a higher effort than documented. This mismatch was introduced in this commit and can skew latency/cost and tool-selection behavior from the model.

Useful? React with 👍 / 👎.

@rmolinamir rmolinamir merged commit e3b3485 into main Mar 29, 2026
5 checks passed
@rmolinamir rmolinamir deleted the feature/ux-improvements branch March 29, 2026 21:07
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