andrewyng--aisuite
2450d2bae1
Lint / lint (push) Has been cancelled
Lint / build_and_test (3.10) (push) Has been cancelled
Lint / build_and_test (3.11) (push) Has been cancelled
Lint / build_and_test (3.12) (push) Has been cancelled
Four fixes from live testing ahead of launch. The approval card clamps long commands to a scrollable box with line breaks preserved (a heredoc script used to fill the screen). PDF artifacts render via pdf.js onto stacked canvases - WKWebView has no inline PDF plugin, so the old <embed> showed a gray void in the Tauri shell; the pdf.js chunk loads lazily like the xlsx viewer. The Cowork prompt now requires todo_write at task start (the Progress panel renders from it and stayed empty when the model judged a task too small to plan) and forbids inlining multi-line scripts in shell commands in favor of write_file + run. The composer placeholder is per-surface: ask the coworker / ask anything / ask the coder. Co-authored-by: Devika <dr.drp8226@gmail.com>