Skip to content

Releases: longcipher/shellflow

v0.3.0

27 Mar 01:03

Choose a tag to compare

[0.3.0] - 2026-03-27

Features

  • (pkg) Update shellflow and dependencies to version 0.3.0

Refactor

  • (shellflow) Streamline command line handling in script generation

v0.2.6

26 Mar 09:25

Choose a tag to compare

[0.2.6] - 2026-03-26

Features

  • (playbooks) Add installation command for the latest Go version
  • (pyproject) Update version from 0.2.5 to 0.2.6

v0.2.5

25 Mar 10:15

Choose a tag to compare

[0.2.5] - 2026-03-25

Features

  • (shellflow_steps) Update mock.patch target for module structure changes

v0.2.4

25 Mar 09:30

Choose a tag to compare

[0.2.4] - 2026-03-25

Features

  • (shellflow) Enhance command execution with sequential output handling

Bug Fixes

  • (pyproject) Bump version from 0.2.3 to 0.2.4

v0.2.3

25 Mar 05:57

Choose a tag to compare

[0.2.3] - 2026-03-25

Features

  • Implement sequential command execution with output truncation

Refactor

  • (shellflow) Simplify output handling and improve verbosity logic

Testing

  • (sequential) Add tests for sequential command execution
  • (playbooks) Rename and move test_sequential.sh to playbooks directory

v0.2.2

16 Mar 18:55

Choose a tag to compare

[0.2.2] - 2026-03-16

Features

  • Implement remote shell bootstrapping for zsh and bash in execution flow

Bug Fixes

  • Resolve ruff format and lint errors in tests

Testing

  • Add integration test for zsh bootstrap behavior with non-zero rc return

v0.2.1

16 Mar 17:51

Choose a tag to compare

[0.2.1] - 2026-03-16

Bug Fixes

  • Update documentation and examples to improve clarity on @shell usage with zsh

v0.2.0

15 Mar 03:46

Choose a tag to compare

[0.2.0] - 2026-03-15

Features

  • Introduce agent-native execution contract and resilience features
  • Update SKILL.md with changes to block directives and execution behavior guidelines

v0.1.1

15 Mar 01:48

Choose a tag to compare

[0.1.1] - 2026-03-15

Features

  • Add Shellflow skill documentation and usage guidelines

Bug Fixes

  • (README) Update installation and usage instructions in the README file
  • Update shellflow version to 0.1.1 in pyproject.toml and uv.lock

v0.1.0

15 Mar 01:13

Choose a tag to compare

[0.1.0] - 2026-03-15

Features

  • Add public key to context7.json

Miscellaneous Tasks

  • Update release workflow to improve version check and changelog generation