|
Some checks failed
Forgejo Android APK / Root app tests (push) Successful in 52s
Forgejo Docker Build / Root app tests (push) Successful in 52s
Forgejo Android APK / Build signed APK (push) Successful in 2m15s
Forgejo Docker Build / Build Docker image (push) Successful in 10s
Forgejo Docker Build / Deploy to the host (push) Failing after 0s
"Include a diagram" produced decks with no picture. Three separate faults, each hiding the next, found by generating the same deck after fixing each one. First, deck generation ran on the default 4000-token budget. A deck's JSON is several times the size of the prose it holds, so a long deck came back truncated, failed to parse, and fell back to markdown — which has no way to request a figure, so the model described one instead and the slide rendered a literal "![Placeholder: Flow diagram ...]" as its first bullet. Deck generation now gets room, and the fallback says how the reply failed: empty, cut short at N characters, or not a deck. Second, the figure request sat inside the layout vocabulary, one line among forty, and the model passed over it. It goes last now, after the author's own instructions — the same placement lesson the image tool taught earlier. Third, and the one that actually mattered: image_prompt is only read on the figure and image types, so an image_prompt on a bullets slide was dropped in silence. The instruction said "add image_prompt to N slides" without saying which types carry one. It now names them, and a misplaced request is honoured rather than discarded — a slide with words becomes a figure, one without becomes a full-slide image. Image markup is also stripped wherever text enters a slide, on both paths: a described figure is not a figure, and a bullet of raw markdown is worse than no bullet. Verified end to end after: the same request produced a deck with one figure, the job completed, and the exported pptx carries one embedded image across 21 slides. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU |
||
|---|---|---|
| .. | ||
| account-boundary.test.js | ||
| admin-clinical-assistant-wiring.test.js | ||
| admin-docs-toc.test.js | ||
| assistant-attachment-roundtrip.test.js | ||
| assistant-autosave.test.js | ||
| assistant-citation-modal.test.js | ||
| assistant-citations.test.js | ||
| assistant-component-css.test.js | ||
| assistant-export-owner.test.js | ||
| assistant-image-attachments.test.js | ||
| assistant-image-done.test.js | ||
| assistant-image-intent.test.js | ||
| assistant-math-mhchem.test.js | ||
| assistant-message-actions.test.js | ||
| assistant-mobile.test.js | ||
| assistant-saved-tables.test.js | ||
| assistant-sharing-boundary.test.js | ||
| assistant-sources-cleaning.test.js | ||
| assistant-translate.test.js | ||
| assistant-user-markdown.test.js | ||
| assistant-voice-mode.test.js | ||
| assistant-voice.test.js | ||
| assistant-workspace-layout.test.js | ||
| backend-hardening.test.js | ||
| bedside-respiratory-ventilation.test.js | ||
| build-id.test.js | ||
| calc-math.test.js | ||
| calculators-data.test.js | ||
| clinical-assistant-prompt-pool.test.js | ||
| clinical-conversation.test.js | ||
| clinical-generation-options.test.js | ||
| clinical-mcp-session-lifecycle.test.js | ||
| clinical-notes-entrypoints.test.js | ||
| clinical-release-integration.test.js | ||
| clinical-retrieval-title.test.js | ||
| clinical-table-preservation.test.js | ||
| deck-review.test.js | ||
| doc-spec.test.js | ||
| e2e-harness.test.js | ||
| embeddings-provider.test.js | ||
| extension-transfer.test.js | ||
| frontend-prompt-env.test.js | ||
| frontend-rendering-safety.test.js | ||
| generated-image-cache.test.js | ||
| generated-image-storage.test.js | ||
| generated-image-tools.test.js | ||
| generated-images-ui.test.js | ||
| generated-images.integration.js | ||
| learning-hub-ai-category.test.js | ||
| learning-hub-ai-panel-controller.test.js | ||
| learning-hub-editor.test.js | ||
| learning-hub-manual-category.test.js | ||
| learning-hub-quiz-controller.test.js | ||
| learning-hub-webdav-controller.test.js | ||
| learning-retrieval.test.js | ||
| login-codes.test.js | ||
| mcp-shutdown.test.js | ||
| metrics.test.js | ||
| model-defaults.test.js | ||
| module-entrypoints.test.js | ||
| my-resources.test.js | ||
| notes-sanitize.test.js | ||
| patient-takehome.test.js | ||
| pe-guide-data.test.js | ||
| policy-flows.test.js | ||
| policy-ui.test.js | ||
| prompt-administration.test.js | ||
| release.test.js | ||
| session-quiz-ed-regressions.test.js | ||
| slide-shapes.test.js | ||
| slide-spec.test.js | ||
| stt-provider.test.js | ||
| transcription-memory-policy.test.js | ||
| tts-provider.test.js | ||
| web-search.test.js | ||
| well-visit-data.test.js | ||