Skip to content

Conversation

@msmps
Copy link
Owner

@msmps msmps commented Jan 30, 2026

Previously, spawned processes inherited the daemon's working directory, which was unpredictable (wherever the daemon happened to start from).

Now the CLI sends its current directory as the default, matching user expectations. The --cwd flag remains available as an explicit override.

Closes #5

Previously, spawned processes inherited the daemon's working directory,
which was unpredictable (wherever the daemon happened to start from).

Now the CLI sends its current directory as the default, matching user
expectations. The --cwd flag remains available as an explicit override.

Closes #5
@msmps msmps marked this pull request as ready for review January 30, 2026 20:28
@msmps msmps merged commit 355c644 into main Jan 30, 2026
6 checks passed
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.

spawn: default to client's cwd instead of daemon's cwd

2 participants