-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix: canonicalize paths in api service run args #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe changes update the naming of the Bun sidecar binary from "bun" to "devu-bun" across configuration, code, and scripts. Path handling in the Rust code is refactored to canonicalize resource and data directories using the Changes
Sequence Diagram(s)sequenceDiagram
participant App as Tauri App
participant OS as Operating System
participant Sidecar as devu-bun (Sidecar Binary)
App->>OS: Canonicalize resource/data paths (using dunce)
App->>Sidecar: Spawn "devu-bun" with canonicalized paths as arguments
Sidecar-->>App: Runs API service with provided paths
Poem
Note β‘οΈ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. π Recent review detailsConfiguration used: CodeRabbit UI β Files ignored due to path filters (2)
π Files selected for processing (6)
π€ Files with no reviewable changes (1)
π Additional comments (8)
β¨ Finishing Touches
πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
π Linked issue
#8
β Type of change
π Description
Fixed API resources unresolved on Windows build.
This PR also changes the embedded Bun binary name to make it easier to identify services run by the app.
π Checklist
Summary by CodeRabbit