Skip to content

fix(ProcessExecution): pass io parameter through input_data to get_fi…#13

Merged
mhusbynflow merged 1 commit intomasterfrom
fix-input-data
Mar 20, 2026
Merged

fix(ProcessExecution): pass io parameter through input_data to get_fi…#13
mhusbynflow merged 1 commit intomasterfrom
fix-input-data

Conversation

@mhusbynflow
Copy link
Collaborator

…le_text

input_data() always read from the local filesystem because it didn't accept or forward an io parameter, unlike all_output_data() which did. This meant that when using a remote filesystem (e.g. SSH), input_data() would fail to read .command.run files. Now input_data() accepts io and passes it to get_file_text(), and all_output_data() forwards its io through to input_data().

Bumps version to 0.13.0.

…le_text

input_data() always read from the local filesystem because it didn't
accept or forward an io parameter, unlike all_output_data() which did.
This meant that when using a remote filesystem (e.g. SSH), input_data()
would fail to read .command.run files. Now input_data() accepts io and
passes it to get_file_text(), and all_output_data() forwards its io
through to input_data().

Bumps version to 0.13.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mhusbynflow mhusbynflow merged commit b0b7c1b into master Mar 20, 2026
12 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.

1 participant