mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Update files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user