feat: add claude-opus-4-7 to model list #268

Open
opened 2026-05-06 12:24:22 -07:00 by hikari · 0 comments
Owner

Overview

CLI v2.1.111 introduced Claude Opus 4.7 (claude-opus-4-7) support, including auto mode and the new xhigh effort level. The model should be added to the model picker in ConfigSidebar.svelte.

Changes Required

  • Add claude-opus-4-7 to the model options list in src/lib/components/ConfigSidebar.svelte
  • Label it appropriately (e.g. "Claude Opus 4.7 (Latest)" or similar)
  • Place it at the top of the list since it is the most capable/latest model

Context

From the v2.1.111 changelog:

Claude Opus 4.7 xhigh is now available! Use /effort to tune speed vs. intelligence
Auto mode is now available for Max subscribers when using Opus 4.7

From the v2.1.117 changelog:

Fixed Opus 4.7 sessions showing inflated /context percentages and autocompacting too early — Claude Code was computing against a 200K context window instead of Opus 4.7's native 1M

Note: Opus 4.7 has a native 1M context window.

References

  • Claude Code CLI v2.1.111 changelog
  • Claude Code CLI v2.1.112 changelog (fix for Opus 4.7 "temporarily unavailable" error)
  • Claude Code CLI v2.1.117 changelog (1M context window fix)

This issue was created with help from Hikari~ 🌸

## Overview CLI v2.1.111 introduced Claude Opus 4.7 (`claude-opus-4-7`) support, including auto mode and the new `xhigh` effort level. The model should be added to the model picker in `ConfigSidebar.svelte`. ## Changes Required - Add `claude-opus-4-7` to the model options list in `src/lib/components/ConfigSidebar.svelte` - Label it appropriately (e.g. "Claude Opus 4.7 (Latest)" or similar) - Place it at the top of the list since it is the most capable/latest model ## Context From the v2.1.111 changelog: > Claude Opus 4.7 xhigh is now available! Use /effort to tune speed vs. intelligence > Auto mode is now available for Max subscribers when using Opus 4.7 From the v2.1.117 changelog: > Fixed Opus 4.7 sessions showing inflated `/context` percentages and autocompacting too early — Claude Code was computing against a 200K context window instead of Opus 4.7's native 1M Note: Opus 4.7 has a native 1M context window. ## References - Claude Code CLI v2.1.111 changelog - Claude Code CLI v2.1.112 changelog (fix for Opus 4.7 "temporarily unavailable" error) - Claude Code CLI v2.1.117 changelog (1M context window fix) ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#268