Skip to content

Releases: VincentHardouin/opencode-snip

v1.6.1

10 Apr 17:38
da1e531

Choose a tag to compare

1.6.1 (2026-04-10)

Bug Fixes

  • prefix only first command in pipelines (fixes jq expressions) (254ad4c)

v1.6.0

10 Apr 17:24
9857a4c

Choose a tag to compare

1.6.0 (2026-04-10)

Features

  • disable plugin when snip is not installed (e73f565)

v1.5.1

21 Mar 09:31
c74ca67

Choose a tag to compare

1.5.1 (2026-03-21)

Bug Fixes

  • preserve shell redirections like 2>&1 when splitting commands (6ecb7a9)

v1.5.0

20 Mar 12:32
51f968e

Choose a tag to compare

1.5.0 (2026-03-20)

Features

  • snip all chained commands instead of only the first one (3acbc94)

v1.4.0

20 Mar 09:47
2c4f6b8

Choose a tag to compare

1.4.0 (2026-03-20)

Features

  • skip proxy for shell-builtin commands (cd, source, export, etc.) (c2dae80)

v1.3.0

17 Mar 12:18
93ff3b2

Choose a tag to compare

1.3.0 (2026-03-17)

Bug Fixes

  • add vitest, test script and CI lint+test job (4bc9209)
  • extract toolExecuteBefore to fix typecheck errors in tests (9f9069a)
  • remove .opencode from tsconfig include to fix rootDir conflict (4d2e467)
  • split CI and CD into separate workflows (5570300)

Features

  • support env vars prefix in commands (080f844)

v1.2.1

17 Mar 11:02
87b5c36

Choose a tag to compare

1.2.1 (2026-03-17)

Reverts

  • Revert "feat: support env vars prefix in commands" (87b5c36)

v1.1.0

04 Mar 19:49
9fbf223

Choose a tag to compare

1.1.0 (2026-03-04)

Bug Fixes

Features