tag:github.com,2008:https://github.com/Norbert515/vide_cli/releasesTags from vide_cli2026-02-25T23:53:34Ztag:github.com,2008:Repository/1113378530/v0.7.12026-02-26T00:01:03Zv0.7.1<p>Fix bundled team framework generator output path</p>
<p>The file was moved from lib/src/generated/ to lib/src/team_framework/
<br />in the feature-first restructure but the generator still targeted the
<br />old path.</p>github-actionstag:github.com,2008:Repository/1113378530/v0.7.02026-02-24T23:55:39Zv0.7.0<p>Remove stderr.writeln calls from claude_sdk that corrupt TUI display</p>
<p>When Ctrl+C is pressed, SIGINT propagates to child Claude processes
<br />(ISIG flag remains set). The processes exit and the stderr.writeln
<br />calls write raw text over the TUI alternate screen buffer. Status
<br />updates still flow through ClaudeStatus.error for proper logging by
<br />the consumer (vide_core's VideLogger).</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.152026-02-17T22:04:37Zv0.6.15<p>Redesign vide_in_app_sdk: bottom panel layout, setup screen, improved…</p>
<p>… config</p>
<p>Redesign the in-app SDK from a Wiredash-style slide-up overlay to an
<br />embedded dev environment with the app inside it:</p>
<p>- Replace FAB + slide-up panel with a bottom handle bar + expandable panel
<br />- App gets padding and rounded corners when panel expands
<br />- Add full-screen setup page shown until server is configured
<br />- Split server URL into separate host/port fields with test-before-connect
<br />- Simplify empty state to just the input bar (no big empty state graphic)
<br />- Move screenshot/send buttons inside the text field as suffix icons
<br />- Use minimal handle bar with "vide" wordmark and status dot</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.142026-02-15T23:22:29Zv0.6.14<p>Improve settings and session creation UX</p>
<p>Settings:
<br />- Show connection status text next to status dot (Connected/Error/etc)
<br />- Replace Rename with Edit Connection dialog (name, host, port)
<br />- Auto-reconnect when connection details change</p>
<p>Session creation:
<br />- Redesign working directory as dropdown-style picker
<br />- Tap to open bottom sheet with recent dirs, browse, manual entry
<br />- Remove inline directory rows and buttons</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.132026-02-15T22:58:16Zv0.6.13<p>Improve session creation: folder picker, server-aware browsing, search</p>
<p>- Move server selection above working directory so folder picker
<br /> browses the correct server's filesystem
<br />- Replace free-text path input with folder picker bottom sheet
<br /> that navigates directories via the filesystem API
<br />- Add search bar to filter folders in the current directory
<br />- Keep manual path entry as a fallback option
<br />- Handle edge cases: root path, no server connected, empty dirs</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.122026-02-15T17:35:06Zv0.6.12<p>Add --dangerously-skip-permissions to daemon start</p>
<p>Allows skipping all permission checks for sessions spawned by the daemon,
<br />intended for sandboxed environments (Docker, VMs, CI runners). Requires
<br />interactive "yes" confirmation before proceeding. The flag propagates to
<br />session-server subprocesses via VIDE_DANGEROUSLY_SKIP_PERMISSIONS env var.</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.112026-02-15T14:55:17Zv0.6.11<p>Fix test expecting StatusResponse for unrecognized system subtypes</p>
<p>The implementation intentionally returns TextResponse for unrecognized
<br />system subtypes to avoid ClaudeStatus.unknown affecting agent status
<br />tracking, but the test was not updated to match.</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.102026-02-15T12:31:56Zv0.6.10<p>Remove remaining authToken references from TUI code</p>
<p>Cleanup after auth token removal:
<br />- serve_command.dart: Remove --token and --generate-token flags
<br />- daemon_connection_service.dart: Remove authToken field and logic
<br />- daemon_connection_state_test.dart: Remove authToken test</p>
<p>All code now relies on Tailscale for security.</p>github-actionstag:github.com,2008:Repository/1113378530/v0.6.92026-02-13T22:49:49Zv0.6.9github-actionstag:github.com,2008:Repository/1113378530/v0.6.82026-02-12T22:20:07Zv0.6.8github-actions