Skip to content

Commit 013d861

Browse files
committed
chore: start browser smoke with attachment
1 parent f158778 commit 013d861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/browser-smoke.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ CMD=(node "$ROOT/dist/bin/oracle-cli.js" --engine browser --browser-headless --w
77
tmpfile="$(mktemp -t oracle-browser-smoke)"
88
echo "smoke-attachment" >"$tmpfile"
99

10+
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
12+
1013
echo "[browser-smoke] pro simple"
1114
"${CMD[@]}" --model gpt-5.1-pro --prompt "Return exactly one markdown bullet: '- pro-ok'." --slug browser-smoke-pro
1215

1316
echo "[browser-smoke] instant with attachment preview (inline)"
1417
"${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
1518

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-
1919
echo "[browser-smoke] standard markdown check"
2020
"${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
2121

0 commit comments

Comments
 (0)