clawtamer 0.7.0 → 0.8.0

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/bin/clawtamer.js +0 -1
  2. package/package.json +1 -1
package/bin/clawtamer.js CHANGED
@@ -591,7 +591,6 @@ async function cmdInit(flags) {
591
591
  const configDir = path.dirname(configPath);
592
592
  const apiBase = getApiBase(flags, config);
593
593
  logStep(flags, `Using config: ${configPath}`);
594
- logStep(flags, `Using API base: ${apiBase}`);
595
594
 
596
595
  const existing = config.models?.providers?.clawtamer;
597
596
  if (existing && !flags["--yes"]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawtamer",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Clawtamer CLI and OpenClaw plugin",
5
5
  "keywords": [
6
6
  "openclaw",