Skip to content

replace "codebuff/[email protected]" Model does not Work #318

@dazzafact7

Description

@dazzafact7

Hello! My agent always uses the default “codebuff researcher” instead of a fixed model. How can I change this?
The same thing happens with others, such as review.

• For API Developers (Potential Enhancements):

Completed: Reid Searcher the Researcher (codebuff/[email protected])

[Edit File]
Editing file at src/utils/route.ts...

Main agent

// .agents/couchboss.ts
export default {
  id: 'couchboss',
  displayName: 'Couchboss (grok4 fast)',
  model: 'x-ai/grok-fast',
  spawnableAgents: [
    "file-explorer",
    "contexter",
    "file-picker",
    "researcher",
    "thinker",
    "local-reviewer",

  ],
...

Reaserer Agent

const agentDefinition = {
	id: "researcher",
	displayName: "Reid Searcher the Researcher",
	publisher: "couchboss",
	
	model: 'deepseek/deepseek-r1-0528',
	toolNames: [
		"web_search",
		"read_docs",
		"read_files",
		"end_turn"
	],
	spawnableAgents: [],
	inputSchema: {
		prompt: {
			type: "string",
			description: "A question you would like answered using web search and documentation"
		}
	},
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions