Skip to content
Open
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.1.0"
".": "0.2.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ All notable changes to this project will be documented in this file.
`zeroclaw props set api-key` prompt path; stdin-fed first-run secret
transport remains blocked

## [0.2.0](https://github.com/GonkaGate/zeroclaw-setup/compare/v0.1.0...v0.2.0) (2026-06-23)


### Features

* add Kimi K2.6 model default ([1918310](https://github.com/GonkaGate/zeroclaw-setup/commit/191831054985baf4aef79cc5fc73720665559e27))
* add MiniMax M2.7 curated model ([14b20a7](https://github.com/GonkaGate/zeroclaw-setup/commit/14b20a76006526fd68f76cf6aa780d4befeb3fe2))
* add MiniMax M2.7 curated model ([25bed73](https://github.com/GonkaGate/zeroclaw-setup/commit/25bed7386207a03ceff9feb13fa17beec4e2adb1))


### Bug Fixes

* allow future ZeroClaw versions ([3be15e2](https://github.com/GonkaGate/zeroclaw-setup/commit/3be15e2e7f529a0318ceb067448b0fcdccaba85c))
* allow future ZeroClaw versions ([b01a004](https://github.com/GonkaGate/zeroclaw-setup/commit/b01a004f7a35ffefcf0eb6c0e6215f4408b61163))

## [0.1.0] - 2026-04-17

- bootstrap repository structure, CI/CD, TypeScript build, docs, and scaffolded CLI surfaces
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": "zeroclaw-setup",
"version": "0.1.0",
"version": "0.2.0",
"description": "Onboarding-first CLI for configuring ZeroClaw to use GonkaGate.",
"homepage": "https://github.com/GonkaGate/zeroclaw-setup#readme",
"bugs": {
Expand Down