Skip to content

Add 'xhigh' effort level to ClaudeCodeOptions#632

Open
mellson wants to merge 1 commit into
mattpocock:mainfrom
mellson:main
Open

Add 'xhigh' effort level to ClaudeCodeOptions#632
mellson wants to merge 1 commit into
mattpocock:mainfrom
mellson:main

Conversation

@mellson
Copy link
Copy Markdown
Contributor

@mellson mellson commented May 12, 2026

Extend the ClaudeCodeOptions.effort union to include 'xhigh' introduced with Opus 4.7

Extend the ClaudeCodeOptions.effort union to include 'xhigh' introduced with Opus 4.7
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

@mellson is attempting to deploy a commit to the Matt Pocock's projects Team on Vercel.

A member of the Team first needs to authorize it.

Comment thread src/AgentProvider.ts
const extractErrorMessage = (obj: any): string | undefined => {
const err = obj.error;
if (typeof err === "string") return err;
if (typeof err === "object" && err !== null && typeof err.message === "string") {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Prettier doing it's thing 🧹

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