Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: ability to pick a model when launching claude#18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
TheLazyLemur wants to merge1 commit intocoder:main
base:main
Choose a base branch
Loading
fromTheLazyLemur:main

Conversation

TheLazyLemur
Copy link

Would like to add the ability to use Claude with other avliable models using the--model flag on Claude CLI.

Will clean up this PR and document correctly and add the correct user commands if this is something you would consider?

Copy link
Member

@ThomasK33ThomasK33 left a comment

Choose a reason for hiding this comment

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

Hey, thanks for this PR, and that's a great idea.

I think the docs could be updated to use a mapping of<leader>am to the model picker command?

Comment on lines +335 to +340
local models = {
{ name = "Claude Opus 4 (Latest)", value = "claude-opus-4-20250514" },
{ name = "Claude Sonnet 4 (Latest)", value = "claude-sonnet-4-20250514" },
{ name = "Claude 3.7 Sonnet (Latest)", value = "claude-3-7-sonnet-latest" },
{ name = "Claude 3.5 Haiku (Latest)", value = "claude-3-5-haiku-latest" },
}
Copy link
Member

Choose a reason for hiding this comment

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

Do you think we can make this a user-configurable table?
This could be included in the defaults, and then when a new model version is released, one can update their configuration.

@ThomasK33
Copy link
Member

While we're on the topic of adding the model flag to the terminal command, I’m considering extending the:ClaudeCode command to accept arbitrary arguments and flags (think of it like:ClaudeCode --continue), then passing them verbatim to the command invocation.

mikkelsvartveit reacted with thumbs up emoji

@ThomasK33
Copy link
Member

Hey@TheLazyLemur, you'll have to rebase this PR onto the latest main as there are two merge conflicts.

@mikkelsvartveit
Copy link

While we're on the topic of adding the model flag to the terminal command, I’m considering extending the:ClaudeCode command to accept arbitrary arguments and flags (think of it like:ClaudeCode --continue), then passing them verbatim to the command invocation.

I think this would be great!

@ThomasK33
Copy link
Member

While we're on the topic of adding the model flag to the terminal command, I’m considering extending the:ClaudeCode command to accept arbitrary arguments and flags (think of it like:ClaudeCode --continue), then passing them verbatim to the command invocation.

I think this would be great!

That's already implemented on the main branch. 😅
I'd like to merge the open PRs onto main before cutting a release in a few days.

mikkelsvartveit reacted with heart emoji

@TheLazyLemur
Copy link
Author

Hi, Sorry had a rough past week at work, Will finish this up today.

ThomasK33 reacted with heart emoji

@ThomasK33
Copy link
Member

Hi, Sorry had a rough past week at work, Will finish this up today.

I understand that feeling. Don't worry, take your time.

If you no longer have the time or interest, please let me know, and I can try to complete it. 😄

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ThomasK33ThomasK33ThomasK33 left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@TheLazyLemur@ThomasK33@mikkelsvartveit

[8]ページ先頭

©2009-2025 Movatter.jp