invideoio / 2026-06-19 to 2026-07-03

Biweekly Work Report

03 Jul 2026
Category

Agent UX

19 Jun - 03 Jul
iv-pro-web PR #8790

Auto-advance question prompt like claude.ai

Make QuestionPromptBoxCard behave like claude.ai's question flow: - every question shows a Skip button (drop the skip/submit conditioning) - clicking an option marks it as the.

iv-pro-web PR #8815

Redesign PromptMinimapRail (Codex-style)

feat: redesign PromptMinimapRail (Codex-style) Rework the v45 copilot's prompt minimap into a Codex-style rail: - Dashes stay put on hover; a preview card appears to the LEFT of.

iv-pro-web PR #8826

Gate annotation on image media, always show agent switcher

feat(sequence-modal): gate annotation on image media, always show agent switcher - Show the annotation toggle only when the previewed media is an image, and exit annotation mode.

iv-pro-web PR #8829

Count subagent step text in crew chat search

Subagent steps render nested inside their agent_start row's single `data-chat-step-id` wrapper, so the DOM highlighter painted their text (attributed to the parent step) while.

Category

Support tooling

19 Jun - 03 Jul
iv-pro-copilot-v45 PR #3375

Signed-url download command for v45 support preview

feat: add signed-url download command for v45 support preview Support users viewing a session in the support preview are not members of the session's workspace, so the.

iv-pro-web PR #8813

Enable asset downloads in v45 support preview

feat: enable asset downloads in v45 support preview Support users are not members of the session's workspace, so the workspace-scoped HTTP download endpoint denies them. In.

iv-pro-web PR #8822

Show UTC timestamps alongside local time in support preview

In the v45 crew chat, message timestamps rendered only in the viewer's local timezone, making it hard for support staff to line messages up with server-side logs. In support.

iv-pro-web PR #8823

Filter and paginate over full event set

The Events Inspector derived buckets, filter options, search, counts, and the filtered-rows export from `devToolsStore.events`, which held only a single fetched page. Filters and.

Category

Agent reliability

19 Jun - 03 Jul
iv-pro-copilot-v45 PR #3337

Emit visible asset version for imported sequence assets

import_one/4 cloned the source upload into a /sequences/<slug> asset via Assets.append but never called Assets.create_visible — unlike the sandbox, sequence, and element in the.

Category

Avatar / media infra

19 Jun - 03 Jul
iv-pro-media-router PR #762

Add isv256 lipsync model on in-house avatars workers

feat(isv256): add isv256 lipsync model on in-house avatars workers Wires isv256 into media-router as a first-class model. Same request contract and params as isv512c (POST.

Category

Document ingestion

19 Jun - 03 Jul
iv-pro-copilot-v45 PR #3374

Parallelize document-to-markdown chunking + robustness fixes

feat(document-ingestion): parallelize PDF chunk processing with fail-fast Process the 30-page document-to-markdown chunks concurrently (max_concurrency 5) instead of.