sync
This commit is contained in:
@@ -161,10 +161,9 @@ export function PermissionPrompt(props: { request: PermissionRequest }) {
|
||||
</Match>
|
||||
<Match when={props.request.permission === "task"}>
|
||||
<TextBody
|
||||
icon="◉"
|
||||
title={
|
||||
`${Locale.titlecase(input().subagent_type as string)} Task "` + (input().description ?? "") + `"`
|
||||
}
|
||||
icon="#"
|
||||
title={`${Locale.titlecase((input().subagent_type as string) ?? "Unknown")} Task`}
|
||||
description={"◉ " + input().description}
|
||||
/>
|
||||
</Match>
|
||||
<Match when={props.request.permission === "webfetch"}>
|
||||
|
||||
Reference in New Issue
Block a user