Skip to content

Use opencode/minimax-m2.5-free as default model in opencode template#40

Merged
jellydn merged 2 commits into
feat/default-templatefrom
copilot/sub-pr-24
Mar 4, 2026
Merged

Use opencode/minimax-m2.5-free as default model in opencode template#40
jellydn merged 2 commits into
feat/default-templatefrom
copilot/sub-pr-24

Conversation

Copilot AI commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

The opencode default template was using opencode/big-pickle as the default model. Per feedback, switch to opencode/minimax-m2.5-free.

Change

  • src/config.ts: Update buildCommandForTool opencode branch to use opencode/minimax-m2.5-free
- return `opencode run --model opencode/big-pickle --agent plan '${escapeSingleQuotes(prompt)}'`;
+ return `opencode run --model opencode/minimax-m2.5-free --agent plan '${escapeSingleQuotes(prompt)}'`;

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.


Important

Update buildCommandForTool in src/config.ts to use opencode/minimax-m2.5-free as the default model for opencode.

  • Behavior:
    • Update buildCommandForTool in src/config.ts to use opencode/minimax-m2.5-free instead of opencode/big-pickle for the opencode tool.

This description was created by Ellipsis for e7c8ccf. You can customize this summary. It will automatically update as commits are pushed.

@changeset-bot

changeset-bot Bot commented Mar 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e7c8ccf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Co-authored-by: jellydn <870029+jellydn@users.noreply.github.com>
Copilot AI changed the title [WIP] Update seed default templates based on feedback Use opencode/minimax-m2.5-free as default model in opencode template Mar 4, 2026
@jellydn jellydn marked this pull request as ready for review March 4, 2026 07:10
@jellydn jellydn merged commit 0eab64b into feat/default-template Mar 4, 2026
4 checks passed

@ellipsis-dev ellipsis-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to e7c8ccf in 6 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_vlF3uu0AMiYAT0KX

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

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