mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 10:08:38 +02:00
Merge pull request #14 from multica-ai/forrestchang/agent-default-text
fix: update agent settings copy and status label
This commit is contained in:
@@ -15,7 +15,7 @@ export const DEFAULT_AGENTS: Record<string, AgentConfig> = {
|
||||
},
|
||||
opencode: {
|
||||
id: 'opencode',
|
||||
name: 'OpenCode',
|
||||
name: 'opencode',
|
||||
command: 'opencode',
|
||||
args: ['acp'],
|
||||
enabled: true,
|
||||
|
||||
@@ -163,7 +163,7 @@ function AgentItem({ agent, isSelected, onSelect }: AgentItemProps) {
|
||||
|
||||
{/* Right side: status or button */}
|
||||
{status === 'selected' ? (
|
||||
<span className="text-xs text-green-600">Default</span>
|
||||
<span className="text-xs text-green-600">Selected</span>
|
||||
) : status === 'ready' ? (
|
||||
<button
|
||||
onClick={handleSelectClick}
|
||||
|
||||
Reference in New Issue
Block a user