Skip to content

Thinking: gate xhigh by model#444

Merged
steipete merged 2 commits into
openclaw:mainfrom
grp06:feature/xhigh-thinking-models
Jan 13, 2026
Merged

Thinking: gate xhigh by model#444
steipete merged 2 commits into
openclaw:mainfrom
grp06:feature/xhigh-thinking-models

Conversation

@grp06

@grp06 grp06 commented Jan 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Gate xhigh thinking level to codex models (gpt-5.2-codex, gpt-5.1-codex) and hide it elsewhere.
  • Show thinking level help/completions based on the current model in CLI/TUI/inline.
  • Update tests for xhigh gating.

Testing

  • pnpm lint
  • pnpm test (2 live tests skipped by suite)

AI-assisted

  • AI-assisted: yes.
  • Prompts (summary): add xhigh as /thinking level for codex models only; hide from non-codex usage/errors; update CLI/TUI/inline guidance.
  • I understand the changes in this PR.

@grp06
grp06 force-pushed the feature/xhigh-thinking-models branch from 588e40a to 918c321 Compare January 8, 2026 03:33
@steipete steipete self-assigned this Jan 13, 2026
@steipete

Copy link
Copy Markdown
Contributor

Finally getting to this.

@steipete

Copy link
Copy Markdown
Contributor

Thanks George!

@steipete
steipete force-pushed the feature/xhigh-thinking-models branch from 918c321 to 18d22aa Compare January 13, 2026 06:51
@steipete
steipete merged commit 40e5088 into openclaw:main Jan 13, 2026
40 checks passed
@steipete

Copy link
Copy Markdown
Contributor

Landed via temp rebase onto main.

  • Gate: pnpm lint && pnpm build && pnpm test
  • Land commit: 18d22aa
  • Merge commit: 40e5088

Thanks @grp06!

@steipete

Copy link
Copy Markdown
Contributor

Landed via temp rebase onto main.\n\n- Gate: pnpm lint && pnpm build && pnpm test\n- Land commit: d0a79c1\n- Merge commit: 40e5088\n\nThanks @grp06!

steipete added a commit that referenced this pull request Jan 13, 2026
victorarias pushed a commit to victorarias/clawdbot that referenced this pull request Jan 13, 2026
dominicnunez referenced this pull request in dominicnunez/openclaw Feb 26, 2026
dominicnunez referenced this pull request in dominicnunez/openclaw Feb 26, 2026
heatherstew44-maker pushed a commit to heatherstew44-maker/openclaw that referenced this pull request Mar 8, 2026
* feat: add german, japanese, and chinese translations

adds complete translations for:
- german (de)
- japanese (ja)
- chinese simplified (zh)

builds on the internationalization foundation added in openclaw#437.
updates CONTRIBUTING_TRANSLATIONS.md to reflect supported languages.

* fix: escape Chinese quotation marks in zh translation

* cleanup

* remove extra keys for now

---------

Co-authored-by: CJ Pais <[email protected]>
dustin-olenslager pushed a commit to dustin-olenslager/ironclaw-supreme that referenced this pull request Mar 24, 2026
dustin-olenslager pushed a commit to dustin-olenslager/ironclaw-supreme that referenced this pull request Mar 24, 2026
Fato07 pushed a commit to Fato07/elav that referenced this pull request Mar 26, 2026
lovewanwan pushed a commit to lovewanwan/openclaw that referenced this pull request Apr 28, 2026
lovewanwan pushed a commit to lovewanwan/openclaw that referenced this pull request Apr 28, 2026
github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request May 9, 2026
github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request May 9, 2026
larry-the-open-lobster added a commit to larry-the-open-lobster/openclaw that referenced this pull request May 23, 2026
…rely visible

Three fixes for the light theme (data-theme-mode='light'):

- .cfg-select arrow: override light SVG stroke (openclaw#888openclaw#444)
- .agents-select arrow: override light SVG stroke (openclaw#888openclaw#444)
- .field select arrow: add light-mode rule with darker stroke (#a1a1aa → openclaw#444)
- .chat-bubble:hover: add light-mode hover highlight (stronger accent border + subtle glow)

Closes openclaw#85713
sallyom pushed a commit to Linux2010/openclaw that referenced this pull request May 23, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
larry-the-open-lobster added a commit to larry-the-open-lobster/openclaw that referenced this pull request May 23, 2026
…rely visible

Three fixes for the light theme (data-theme-mode='light'):

- .cfg-select arrow: override light SVG stroke (openclaw#888openclaw#444)
- .agents-select arrow: override light SVG stroke (openclaw#888openclaw#444)
- .field select arrow: add light-mode rule with darker stroke (#a1a1aa → openclaw#444)
- .chat-bubble:hover: add light-mode hover highlight (stronger accent border + subtle glow)

Closes openclaw#85713
sallyom pushed a commit to Linux2010/openclaw that referenced this pull request May 23, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
larry-the-open-lobster added a commit to larry-the-open-lobster/openclaw that referenced this pull request May 23, 2026
…rely visible

Three fixes for the light theme (data-theme-mode='light'):

- .cfg-select arrow: override light SVG stroke (openclaw#888openclaw#444)
- .agents-select arrow: override light SVG stroke (openclaw#888openclaw#444)
- .field select arrow: add light-mode rule with darker stroke (#a1a1aa → openclaw#444)
- .chat-bubble:hover: add light-mode hover highlight (stronger accent border + subtle glow)

Closes openclaw#85713
sallyom pushed a commit that referenced this pull request May 23, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded #888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to #444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: #85713
SebTardif pushed a commit to SebTardif/openclaw that referenced this pull request May 24, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
SebTardif pushed a commit to SebTardif/openclaw that referenced this pull request May 24, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
SebTardif pushed a commit to SebTardif/openclaw that referenced this pull request May 24, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request May 24, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
SebTardif pushed a commit to SebTardif/openclaw that referenced this pull request May 26, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
SebTardif pushed a commit to SebTardif/openclaw that referenced this pull request May 26, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
SebTardif pushed a commit to SebTardif/openclaw that referenced this pull request May 26, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
jameslcowan pushed a commit to jameslcowan/openclaw that referenced this pull request Jun 2, 2026
jameslcowan pushed a commit to jameslcowan/openclaw that referenced this pull request Jun 2, 2026
jameslcowan pushed a commit to jameslcowan/openclaw that referenced this pull request Jun 2, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
SYU8384 pushed a commit to SYU8384/openclaw that referenced this pull request Jun 3, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
sablehead pushed a commit to sablehead/openclaw that referenced this pull request Jun 10, 2026
…ble hover

Problem:
- Select dropdown arrow uses hardcoded openclaw#888 SVG stroke, barely visible on
  light backgrounds
- Chat bubble hover border uses 28% accent blend, too subtle in light theme
  for meaningful visual feedback

Fix:
- Darken dropdown arrow SVG to openclaw#444 in light theme (.cfg-select)
- Increase chat-bubble:hover accent blend from 28% to 48% in light theme
- Add subtle box-shadow on bubble hover for clearer feedback

Fixes: openclaw#85713
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.

2 participants