ikie-cli 0.1.34 → 0.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -186,6 +186,7 @@ async function main() {
186
186
  if (argv.onboarding || (!oneShot && shouldRunOnboarding(config))) {
187
187
  config = loadConfig(); // reload — onboarding may have saved login
188
188
  await runOnboarding(config);
189
+ config = loadConfig(); // reload again — onboarding saved account + completion flag
189
190
  }
190
191
  const apiKey = getApiKey(config);
191
192
  if (!apiKey) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ikie-cli",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Agentic coding CLI — your terminal AI pair programmer",
5
5
  "type": "module",
6
6
  "bin": {