Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.7.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
falling back to the pinned `npm exec` oracle path when the direct launch
fails.

## [0.7.1](https://github.com/GonkaGate/kilo-setup/compare/v0.7.0...v0.7.1) (2026-06-23)


### Bug Fixes

* align Kilo context limits with Gonka deployment ([9610905](https://github.com/GonkaGate/kilo-setup/commit/9610905d897d1c79175af60f698a8ad53685590f))
* align Kilo context limits with Gonka deployment ([caf4fd0](https://github.com/GonkaGate/kilo-setup/commit/caf4fd0a19fe991f2be5ce7092fe4056c5ac098e))

## [0.7.0](https://github.com/GonkaGate/kilo-setup/compare/v0.6.0...v0.7.0) (2026-05-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gonkagate/kilo-setup",
"version": "0.7.0",
"version": "0.7.1",
"description": "Setup CLI for configuring local Kilo to use GonkaGate.",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const CONTRACT_METADATA = {
binName: "kilo-setup",
binPath: "bin/gonkagate-kilo.js",
cliVersion: "0.7.0", // x-release-please-version
cliVersion: "0.7.1", // x-release-please-version
packageName: "@gonkagate/kilo-setup",
publicEntrypoint: "npx @gonkagate/kilo-setup",
publicState:
Expand Down
Loading