Releases: VincentHardouin/opencode-snip
Releases · VincentHardouin/opencode-snip
v1.6.1
10 Apr 17:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.6.0 (2026-04-10)
Features
disable plugin when snip is not installed (e73f565 )
v1.5.1
21 Mar 09:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.2.1 (2026-03-17)
Reverts
Revert "feat: support env vars prefix in commands" (87b5c36 )
v1.1.0
04 Mar 19:49
Compare
Sorry, something went wrong.
No results found
1.1.0 (2026-03-04)
Bug Fixes
Features