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.
- package/bin/clawtamer.js +0 -1
- 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"]) {
|