Skip to content

Releases: devantler-tech/ksail

v5.28.2

30 Jan 18:27
Immutable release. Only release title and notes can be modified.
806c3c3

Choose a tag to compare

Changelog

Bug Fixes

  • 806c3c3 fix: enable Go module caching in coverage steps action (#1996)

Quick Start

Homebrew Cask (macOS):

Note

Since the binary is not signed/notarized, you may need to add the --no-quarantine flag on some macOS systems.

# Standard installation:
brew install --cask devantler-tech/tap/ksail

# If you encounter macOS quarantine issues:
brew install --cask --no-quarantine devantler-tech/tap/ksail

Go Install:

go install github.com/devantler-tech/ksail/[email protected]

Download Binary: Choose your platform from the assets above

Docker:

docker pull ghcr.io/devantler-tech/ksail:v5.28.2

Full Changelog: v5.28.1...v5.28.2

v5.28.1

30 Jan 17:33
Immutable release. Only release title and notes can be modified.
0d08fa3

Choose a tag to compare

Changelog

Bug Fixes

  • 0d08fa3 fix: remove unused command from vscode extension (#1998)

Other Changes

  • 20ba1a8 chore(deps-dev): Bump @types/node in /vsce in the npm-dependencies group (#2002)

Quick Start

Homebrew Cask (macOS):

Note

Since the binary is not signed/notarized, you may need to add the --no-quarantine flag on some macOS systems.

# Standard installation:
brew install --cask devantler-tech/tap/ksail

# If you encounter macOS quarantine issues:
brew install --cask --no-quarantine devantler-tech/tap/ksail

Go Install:

go install github.com/devantler-tech/ksail/[email protected]

Download Binary: Choose your platform from the assets above

Docker:

docker pull ghcr.io/devantler-tech/ksail:v5.28.1

Full Changelog: v5.28.0...v5.28.1

v5.28.0

30 Jan 15:29
Immutable release. Only release title and notes can be modified.
e15465a

Choose a tag to compare

Changelog

Features

  • e15465a feat: add VSCode extension documentation and installation instructions

Quick Start

Homebrew Cask (macOS):

Note

Since the binary is not signed/notarized, you may need to add the --no-quarantine flag on some macOS systems.

# Standard installation:
brew install --cask devantler-tech/tap/ksail

# If you encounter macOS quarantine issues:
brew install --cask --no-quarantine devantler-tech/tap/ksail

Go Install:

go install github.com/devantler-tech/ksail/[email protected]

Download Binary: Choose your platform from the assets above

Docker:

docker pull ghcr.io/devantler-tech/ksail:v5.28.0

Full Changelog: v5.27.6...v5.28.0

v5.27.5

30 Jan 15:09
Immutable release. Only release title and notes can be modified.
46cc0d1

Choose a tag to compare

fix: update concurrency group format in CI workflow (#1999)

Signed-off-by: Nikolai Emil Damm <[email protected]>

v5.27.4

30 Jan 01:36
Immutable release. Only release title and notes can be modified.
5bef033

Choose a tag to compare

fix: Change VSCode extension publisher to devantler (#1994)

* Initial plan

* Change VSCode extension publisher to devantler

Co-authored-by: devantler <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: devantler <[email protected]>

v5.27.3

30 Jan 01:16
Immutable release. Only release title and notes can be modified.
63466b0

Choose a tag to compare

fix: Rename VSCode extension: vscode-ksail → ksail (#1993)

* Initial plan

* Rename VSCode extension from vscode-ksail to ksail

- Updated package.json: name field changed from "vscode-ksail" to "ksail"
- Updated schemaClient.ts: MCP clientInfo.name updated to "ksail"
- Regenerated package-lock.json with new package name
- Verified extension builds and packages successfully

The published extension name will change from devantler-tech.vscode-ksail to devantler-tech.ksail

Co-authored-by: devantler <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: devantler <[email protected]>
Co-authored-by: Nikolai Emil Damm <[email protected]>

v5.27.2

30 Jan 01:02
Immutable release. Only release title and notes can be modified.
ee8cbcb

Choose a tag to compare

fix: use semver tag for VSCode extension publishing (#1990)

* Initial plan

* fix: use semver tag for VSCode extension version in CD workflow

Co-authored-by: devantler <[email protected]>

* fix: prevent code injection via environment variables

Co-authored-by: devantler <[email protected]>

* fix: quote GITHUB_OUTPUT to prevent globbing

Co-authored-by: devantler <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: devantler <[email protected]>
Co-authored-by: Nikolai Emil Damm <[email protected]>

v5.27.1

30 Jan 00:28
Immutable release. Only release title and notes can be modified.
fd06f69

Choose a tag to compare

fix: Delete index.ts

v5.27.0

30 Jan 00:16
Immutable release. Only release title and notes can be modified.
1d82d3f

Choose a tag to compare

Changelog

Features

Quick Start

Homebrew Cask (macOS):

Note

Since the binary is not signed/notarized, you may need to add the --no-quarantine flag on some macOS systems.

# Standard installation:
brew install --cask devantler-tech/tap/ksail

# If you encounter macOS quarantine issues:
brew install --cask --no-quarantine devantler-tech/tap/ksail

Go Install:

go install github.com/devantler-tech/ksail/[email protected]

Download Binary: Choose your platform from the assets above

Docker:

docker pull ghcr.io/devantler-tech/ksail:v5.27.0

Full Changelog: v5.26.3...v5.27.0

v5.26.3

29 Jan 19:42
Immutable release. Only release title and notes can be modified.
d2816e4

Choose a tag to compare

Changelog

Bug Fixes

  • d2816e4 fix: enhance tool generation and execution with improved flag handling and logging (#1982)

Other Changes

  • 5b27beb Align agentic workflows with upstream patterns (#1969)
  • a779058 Remove GitHub App authentication from tools.github in agentic workflows (#1973)
  • 3ef6367 Update update-docs.md
  • bb69e49 Upgrade agentic workflows to gh-aw v0.38.0 (#1974)
  • 4ef5893 chore(deps): Bump actions/checkout from 6.0.1 to 6.0.2 (#1978)
  • e0f2cfa chore(deps): Bump actions/download-artifact from 6.0.0 to 7.0.0 (#1979)

Quick Start

Homebrew Cask (macOS):

Note

Since the binary is not signed/notarized, you may need to add the --no-quarantine flag on some macOS systems.

# Standard installation:
brew install --cask devantler-tech/tap/ksail

# If you encounter macOS quarantine issues:
brew install --cask --no-quarantine devantler-tech/tap/ksail

Go Install:

go install github.com/devantler-tech/ksail/[email protected]

Download Binary: Choose your platform from the assets above

Docker:

docker pull ghcr.io/devantler-tech/ksail:v5.26.3

Full Changelog: v5.26.2...v5.26.3