Skip to content

fix for https://github.com/antinomyhq/forgecode/issues/2846#2891

Open
jeffbryner wants to merge 3 commits intoantinomyhq:mainfrom
jeffbryner:fix_2846
Open

fix for https://github.com/antinomyhq/forgecode/issues/2846#2891
jeffbryner wants to merge 3 commits intoantinomyhq:mainfrom
jeffbryner:fix_2846

Conversation

@jeffbryner
Copy link
Copy Markdown

Fixes #2846 by respecting provider/model choice for agents.

Setting provider/model in an agent.md file now allows for things like using gemini pro vs flash for coding vs planning agents:

id: "coder"
title: "Write some serious code"
description: "Hands-on implementation agent .."
reasoning:
  enabled: true
provider: vertex_ai
model: gemini-3-flash-preview

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Apr 8, 2026
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 8, 2026

CLA assistant check
All committers have signed the CLA.

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

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Model/provider not updated when switching agents

2 participants