@@ -4,35 +4,13 @@ import type { AgentTemplateTypes } from '../types/session-state'
44export const AGENT_PERSONAS = {
55 // Base agents - all use Buffy persona
66 base : {
7- displayName : 'Buffy the Enthusiastic Coding Assistant ' ,
7+ displayName : 'Buffy the Base Agent ' ,
88 purpose : 'Base agent that orchestrates the full response.' ,
99 } as const ,
10- 'base-lite' : {
11- displayName : 'Buffy the Enthusiastic Coding Assistant' ,
12- purpose : 'Base agent that orchestrates the full response.' ,
13- } as const ,
14- 'base-max' : {
15- displayName : 'Buffy the Enthusiastic Coding Assistant' ,
16- purpose : 'Base agent that orchestrates the full response.' ,
17- } as const ,
18- 'base-experimental' : {
19- displayName : 'Buffy the Enthusiastic Coding Assistant' ,
20- purpose : 'Base agent that orchestrates the full response.' ,
21- } as const ,
22- 'claude4-gemini-thinking' : {
23- displayName : 'Buffy the Enthusiastic Coding Assistant' ,
24- purpose : 'Base agent that orchestrates the full response.' ,
25- } as const ,
26-
27- superagent : {
28- displayName : 'Superagent' ,
29- purpose :
30- 'Superagent that can spawn multiple code editing agents to complete a task.' ,
31- } as const ,
3210
3311 // Ask mode
3412 ask : {
35- displayName : 'Buffy the Enthusiastic Coding Assistant ' ,
13+ displayName : 'Ask Mode Agent ' ,
3614 purpose : 'Base ask-mode agent that orchestrates the full response.' ,
3715 } as const ,
3816
@@ -55,15 +33,10 @@ export const AGENT_PERSONAS = {
5533 purpose : 'Expert at researching topics using web search and documentation.' ,
5634 } as const ,
5735 planner : {
58- displayName : 'Peter Plan the Planner ' ,
36+ displayName : 'Peter Plan' ,
5937 purpose : 'Agent that formulates a comprehensive plan to a prompt.' ,
6038 hidden : true ,
6139 } as const ,
62- 'dry-run' : {
63- displayName : 'Sketch the Dry Runner' ,
64- purpose : 'Agent that takes a plan and try to implement it in a dry run.' ,
65- hidden : true ,
66- } as const ,
6740 reviewer : {
6841 displayName : 'Nit Pick Nick the Reviewer' ,
6942 purpose :
0 commit comments