HomeCline / RooCLI v3.0.14
CLI v3.0.14

CLI v3.0.14 CLI v3.0.14

元記事を読む 鮮度 OK
AI 3 行サマリ

コンパイル済みCLIビルドでテレメトリが正しく有効化されるよう、OTELテレメトリ変数のバンドル処理を修正。

English summary
  • Fix OTEL telemetry variable bundling so telemetry is correctly enabled in compiled CLI builds: guard against environments where process.env is undefined and remove optional chaining so bundlers can in

CLI v3.0.14は、コンパイル済みCLIビルドにおいてOTELテレメトリが正しく機能しない問題を修正したパッチリリースです。具体的には、`process.env`が未定義の環境に対するガード処理の追加と、バンドラーが変数を適切にインライン展開できるようオプショナルチェーンの除去が行われています。

この変更により、バンドル後の成果物でもテレメトリの有効・無効が意図通りに制御されるようになります。影響範囲や詳細な動作については、GitHubのリリースページで公式情報を確認することを推奨します。

CLI v3.0.14 is a patch release focused on fixing OTEL (OpenTelemetry) telemetry variable bundling in compiled CLI builds. The update adds a guard against environments where `process.env` is undefined and removes optional chaining so that bundlers can correctly inline environment variables at build time.

Without this fix, telemetry may have been silently disabled or behaved unexpectedly in compiled outputs despite being configured as enabled. This is a targeted bug fix with no apparent new features. Users relying on telemetry data from CLI builds should consider upgrading. Refer to the official GitHub release page for the complete changelog and any additional details.

  • SourceCline ReleasesT2
  • Source Avg ★ 3.0
  • Typeリリース
  • Importance ★ 重要 (top 100% in Cline / Roo)
  • Half-life ⏱️ 短命 (ニュース)
  • LangEN
  • Collected2026/06/02 08:00

本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。

🧵 Cline / Roo の他の記事 もっと見る →

URL をコピーしました