@@ -76,21 +76,21 @@ func getFrameworkOptions(template string) []promptObject {
7676 frameworkPromptObjects := map [string ][]promptObject {
7777 "slack-cli#ai-apps/support-agent" : {
7878 {
79- Title : fmt .Sprintf ("Bolt for JavaScript %s" , style .Secondary ("Node.js " )),
79+ Title : fmt .Sprintf ("Bolt for JavaScript %s" , style .Secondary ("Support Agent " )),
8080 Repository : "slack-cli#ai-apps/support-agent/bolt-js" ,
8181 },
8282 {
83- Title : fmt .Sprintf ("Bolt for Python %s" , style .Secondary ("Python " )),
83+ Title : fmt .Sprintf ("Bolt for Python %s" , style .Secondary ("Support Agent " )),
8484 Repository : "slack-cli#ai-apps/support-agent/bolt-python" ,
8585 },
8686 },
8787 "slack-cli#ai-apps/starter-agent" : {
8888 {
89- Title : fmt .Sprintf ("Bolt for JavaScript %s" , style .Secondary ("Node.js " )),
89+ Title : fmt .Sprintf ("Bolt for JavaScript %s" , style .Secondary ("Starter Agent " )),
9090 Repository : "slack-cli#ai-apps/starter-agent/bolt-js" ,
9191 },
9292 {
93- Title : fmt .Sprintf ("Bolt for Python %s" , style .Secondary ("Python " )),
93+ Title : fmt .Sprintf ("Bolt for Python %s" , style .Secondary ("Starter Agent " )),
9494 Repository : "slack-cli#ai-apps/starter-agent/bolt-python" ,
9595 },
9696 },
@@ -103,58 +103,58 @@ func getAdapterOptions(framework string) []promptObject {
103103 adapterPromptObjects := map [string ][]promptObject {
104104 "slack-cli#ai-apps/support-agent/bolt-js" : {
105105 {
106- Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for JavaScript - Support Agent Template " )),
106+ Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for JavaScript - Support Agent" )),
107107 Repository : "slack-samples/bolt-js-support-agent" ,
108108 Subdir : "claude-agent-sdk" ,
109109 },
110110 {
111- Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for JavaScript - Support Agent Template " )),
111+ Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for JavaScript - Support Agent" )),
112112 Repository : "slack-samples/bolt-js-support-agent" ,
113113 Subdir : "openai-agents-sdk" ,
114114 },
115115 },
116116 "slack-cli#ai-apps/support-agent/bolt-python" : {
117117 {
118- Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for Python - Support Agent Template " )),
118+ Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for Python - Support Agent" )),
119119 Repository : "slack-samples/bolt-python-support-agent" ,
120120 Subdir : "claude-agent-sdk" ,
121121 },
122122 {
123- Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for Python - Support Agent Template " )),
123+ Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for Python - Support Agent" )),
124124 Repository : "slack-samples/bolt-python-support-agent" ,
125125 Subdir : "openai-agents-sdk" ,
126126 },
127127 {
128- Title : fmt .Sprintf ("Pydantic AI %s" , style .Secondary ("Bolt for Python - Support Agent Template " )),
128+ Title : fmt .Sprintf ("Pydantic AI %s" , style .Secondary ("Bolt for Python - Support Agent" )),
129129 Repository : "slack-samples/bolt-python-support-agent" ,
130130 Subdir : "pydantic-ai" ,
131131 },
132132 },
133133 "slack-cli#ai-apps/starter-agent/bolt-js" : {
134134 {
135- Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for JavaScript - Starter Agent Template " )),
135+ Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for JavaScript - Starter Agent" )),
136136 Repository : "slack-samples/bolt-js-starter-agent" ,
137137 Subdir : "claude-agent-sdk" ,
138138 },
139139 {
140- Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for JavaScript - Starter Agent Template " )),
140+ Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for JavaScript - Starter Agent" )),
141141 Repository : "slack-samples/bolt-js-starter-agent" ,
142142 Subdir : "openai-agents-sdk" ,
143143 },
144144 },
145145 "slack-cli#ai-apps/starter-agent/bolt-python" : {
146146 {
147- Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for Python - Starter Agent Template " )),
147+ Title : fmt .Sprintf ("Claude Agent SDK %s" , style .Secondary ("Bolt for Python - Starter Agent" )),
148148 Repository : "slack-samples/bolt-python-starter-agent" ,
149149 Subdir : "claude-agent-sdk" ,
150150 },
151151 {
152- Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for Python - Starter Agent Template " )),
152+ Title : fmt .Sprintf ("OpenAI Agents SDK %s" , style .Secondary ("Bolt for Python - Starter Agent" )),
153153 Repository : "slack-samples/bolt-python-starter-agent" ,
154154 Subdir : "openai-agents-sdk" ,
155155 },
156156 {
157- Title : fmt .Sprintf ("Pydantic AI %s" , style .Secondary ("Bolt for Python - Starter Agent Template " )),
157+ Title : fmt .Sprintf ("Pydantic AI %s" , style .Secondary ("Bolt for Python - Starter Agent" )),
158158 Repository : "slack-samples/bolt-python-starter-agent" ,
159159 Subdir : "pydantic-ai" ,
160160 },
0 commit comments