Update files

This commit is contained in:
Mohamed Boudra
2026-01-24 22:21:28 +07:00
parent fb07df3fd1
commit 504fb83fa9
3 changed files with 3 additions and 5 deletions

View File

@@ -966,7 +966,7 @@ export function GitDiffPane({ serverId, agentId }: GitDiffPaneProps) {
description={pushDisabled && !(gitStatus?.hasRemote ?? false) ? "No remote configured" : undefined}
onSelect={() => pushMutation.mutate()}
>
Push branch
Push to remote
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem

View File

@@ -76,7 +76,7 @@ const styles = StyleSheet.create((theme) => ({
color: theme.colors.foreground,
},
subtitle: {
fontSize: theme.fontSize.sm,
fontSize: 12,
fontWeight: "300",
color: theme.colors.foregroundMuted,
},

View File

@@ -15,9 +15,7 @@ export function getSelfIdentificationInstructions(
const lines = [
"You are running under Paseo, an agent orchestration tool.",
"Immediately after your first message where you understand the task and decide to do multi-step work, call set_title to self-identify. Call it exactly once per task—do not repeat.",
"Skip set_title in plan/read-only modes or when running a slash command.",
"Do not call set_title for short, fixed, or single-response requests (e.g., \"say X exactly\", yes/no, one-liners).",
"You MUST call set_title immediately after understanding the task. Call it exactly once per task—do not repeat.",
];
if (inWorktree) {