[PR #2473] fix: title gen w/ gpt-5-nano #10317

Closed
opened 2026-02-16 18:14:56 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2473

State: closed
Merged: Yes


WHEN generating title:

  • minimize reasoning for gpt-5-nano
  • disable reasoning for google models
  • slight bump in token allotment for reasoning models

slight bump in token allotment for reasoning models

I've noticed google, grok, and openai models that reason all have difficulty generating titles due to their thinking consuming the entire token allocation. This slight bump seems to have fixed it at least with the few cases I tested with

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2473 **State:** closed **Merged:** Yes --- WHEN generating title: - minimize reasoning for gpt-5-nano - disable reasoning for google models - slight bump in token allotment for reasoning models > slight bump in token allotment for reasoning models I've noticed google, grok, and openai models that reason all have difficulty generating titles due to their thinking consuming the entire token allocation. This slight bump seems to have fixed it at least with the few cases I tested with
yindo added the pull-request label 2026-02-16 18:14:56 -05:00
yindo closed this issue 2026-02-16 18:14:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10317