File tree Expand file tree Collapse file tree 6 files changed +11
-1
lines changed
Expand file tree Collapse file tree 6 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11import type { AgentDefinition } from '../types/agent-definition'
2+ import { publisher } from '../constants'
23
34const definition : AgentDefinition = {
45 id : 'deep-thinker' ,
56 displayName : 'Deep Thinker Agent' ,
7+ publisher,
68 model : 'openai/gpt-5' ,
79 reasoningOptions : {
810 enabled : true ,
Original file line number Diff line number Diff line change 11import type { AgentDefinition } from '../types/agent-definition'
2+ import { publisher } from '../constants'
23
34const definition : AgentDefinition = {
45 id : 'deepest-thinker' ,
56 displayName : 'Deepest Thinker Agent' ,
7+ publisher,
68 model : 'openai/gpt-5' ,
79 reasoningOptions : {
810 enabled : true ,
Original file line number Diff line number Diff line change 11import type { AgentDefinition } from '../types/agent-definition'
2+ import { publisher } from '../constants'
23
34const definition : AgentDefinition = {
45 id : 'gemini-thinker-high' ,
56 displayName : 'Gemini Pro High Thinker' ,
7+ publisher,
68 model : 'google/gemini-2.5-pro' ,
79 reasoningOptions : {
810 enabled : true ,
Original file line number Diff line number Diff line change 1+ import { publisher } from '../constants'
12import type { AgentDefinition } from '../types/agent-definition'
23
34const definition : AgentDefinition = {
45 id : 'gemini-thinker' ,
56 displayName : 'Gemini Pro Creative Thinker' ,
7+ publisher,
68 model : 'google/gemini-2.5-pro' ,
79 reasoningOptions : {
810 enabled : true ,
Original file line number Diff line number Diff line change 1- import { publisher } from '../constants'
21import type { AgentDefinition } from '../types/agent-definition'
2+ import { publisher } from '../constants'
33
44const definition : AgentDefinition = {
55 id : 'gpt5-thinker' ,
Original file line number Diff line number Diff line change 1+ import { publisher } from '../constants'
12import type { AgentDefinition } from '../types/agent-definition'
23
34const definition : AgentDefinition = {
45 id : 'sonnet-thinker' ,
56 displayName : 'Claude Sonnet Deep Thinker' ,
7+ publisher,
68 model : 'anthropic/claude-4-sonnet-20250522' ,
79
810 inputSchema : {
You can’t perform that action at this time.
0 commit comments