Skip to content

Fix sidecar in shipped binaries#9

Merged
nedtwigg merged 1 commit into
mainfrom
fix/win-shell
Apr 13, 2026
Merged

Fix sidecar in shipped binaries#9
nedtwigg merged 1 commit into
mainfrom
fix/win-shell

Conversation

@nedtwigg
Copy link
Copy Markdown
Member

Tauri maps .. to _up_ when bundling resources, so ../sidecar/**/* ends up at _up_/sidecar/ in the resource directory. The resolve logic now checks both sidecar/ and _up_/sidecar/ prefixes before falling back to the compile-time manifest path.

Tauri maps `..` to `_up_` when bundling resources, so `../sidecar/**/*`
ends up at `_up_/sidecar/` in the resource directory. The resolve logic
now checks both `sidecar/` and `_up_/sidecar/` prefixes before falling
back to the compile-time manifest path.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying mouseterm with  Cloudflare Pages  Cloudflare Pages

Latest commit: e8fde15
Status: ✅  Deploy successful!
Preview URL: https://ff486d35.mouseterm.pages.dev
Branch Preview URL: https://fix-win-shell.mouseterm.pages.dev

View logs

@nedtwigg nedtwigg merged commit 234f5f6 into main Apr 13, 2026
3 checks passed
@nedtwigg nedtwigg deleted the fix/win-shell branch April 13, 2026 03:59
nedtwigg added a commit that referenced this pull request May 9, 2026
Resolves SPEC-CONFLICTS #9.

The reducer in terminal-state.ts unconditionally clears
pendingCommandLine on promptStart and promptEnd — there's no actual
"staleness" condition, the spec wording was just imprecise. Replace
"clears stale pending command-line fallback" with the concrete rule:
a fresh prompt boundary drops any pending input that was not yet
consumed by a commandStart, because a fresh prompt is the unambiguous
signal that no command is in flight.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant