You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"[browser-smoke] pro upload attachment (non-inline)"
11
+
"${CMD[@]}" --model gpt-5.1-pro --prompt "Read the attached file and return exactly one markdown bullet '- upload: <content>' where <content> is the file text." --file "$tmpfile" --slug browser-smoke-upload
echo"[browser-smoke] instant with attachment preview (inline)"
14
17
"${CMD[@]}" --model "5.1 Instant" --browser-inline-files --prompt "Read the attached file and return exactly one markdown bullet '- file: <content>' where <content> is the file text." --file "$tmpfile" --slug browser-smoke-file --preview
15
18
16
-
echo"[browser-smoke] pro upload attachment (non-inline)"
17
-
"${CMD[@]}" --model gpt-5.1-pro --prompt "Read the attached file and return exactly one markdown bullet '- upload: <content>' where <content> is the file text." --file "$tmpfile" --slug browser-smoke-upload
18
-
19
19
echo"[browser-smoke] standard markdown check"
20
20
"${CMD[@]}" --model gpt-5.1 --prompt "Return two markdown bullets and a fenced code block labeled js that logs 'thinking-ok'." --slug browser-smoke-thinking
0 commit comments