···3exactly. Do not rename the audio files. If there are multiple cover images, \
4delete all but highest quality image, then rename it to cover.ext, where ext is \
5the extension for the image type (i.e., jpg, png). Return a summary of all \
6-changed file names after completion."
7-8- # systemd-run --user --scope \
9- # -p ProtectSystem=strict \
10- # -p ProtectHome=read-only \
11- # -p ReadWritePaths="$PWD" \
12- # -p PrivateTmp=yes \
13- # -p NoNewPrivileges=yes \
14- # gemini --model gemini-2.5-flash --allowed-tools list_directory,run_shell_command "$prompt" $argv
1516 bwrap \
17 --ro-bind / / \
···20 --tmpfs /tmp \
21 --bind "$PWD" "$PWD" \
22 --bind "$HOME/.gemini" "$HOME/.gemini" \
23- gemini --model gemini-2.5-flash --allowed-tools list_directory,run_shell_command "$prompt" $argv
24end
···3exactly. Do not rename the audio files. If there are multiple cover images, \
4delete all but highest quality image, then rename it to cover.ext, where ext is \
5the extension for the image type (i.e., jpg, png). Return a summary of all \
6+changed file names after completion. Use safe move and delete commands. Do not \
7+Delete or overwrite any files until you have confirmed that all edits have been
8+made successfully."
000000910 bwrap \
11 --ro-bind / / \
···14 --tmpfs /tmp \
15 --bind "$PWD" "$PWD" \
16 --bind "$HOME/.gemini" "$HOME/.gemini" \
17+ gemini --model gemini-3-flash-preview --allowed-tools list_directory,run_shell_command --yolo "$prompt" $argv
18end