@tanagram/cli 0.5.48 → 0.5.50
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/dist/npm/darwin-arm64/tanagram +0 -0
- package/dist/npm/darwin-x64/tanagram +0 -0
- package/dist/npm/linux-arm64/tanagram +0 -0
- package/dist/npm/linux-x64/tanagram +0 -0
- package/dist/npm/tanagram_0.5.50_darwin_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.50_darwin_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.50_linux_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.50_linux_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.50_windows_amd64.zip +0 -0
- package/dist/npm/win32-x64/tanagram.exe +0 -0
- package/install.js +2 -2
- package/package.json +1 -1
- package/dist/npm/tanagram_0.5.48_darwin_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.48_darwin_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.48_linux_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.48_linux_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.48_windows_amd64.zip +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/install.js
CHANGED
|
@@ -193,12 +193,12 @@ function ensureOpenCode() {
|
|
|
193
193
|
console.error('Installing OpenCode (LLM agent runtime)...');
|
|
194
194
|
|
|
195
195
|
try {
|
|
196
|
-
execSync('npm install -g opencode-ai', { stdio: 'pipe' });
|
|
196
|
+
execSync('npm install -g opencode-ai@1.2.24', { stdio: 'pipe' });
|
|
197
197
|
console.error('✓ OpenCode installed successfully');
|
|
198
198
|
track('cli.opencode.install.success');
|
|
199
199
|
} catch (err) {
|
|
200
200
|
console.error('Warning: Failed to install OpenCode globally:', err.message);
|
|
201
|
-
console.error(' You can install it manually: npm install -g opencode-ai');
|
|
201
|
+
console.error(' You can install it manually: npm install -g opencode-ai@1.2.24');
|
|
202
202
|
track('cli.opencode.install.failure', { error: err.message });
|
|
203
203
|
}
|
|
204
204
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|