recappi 0.1.35 → 0.1.36

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/index.js CHANGED
@@ -20478,7 +20478,7 @@ async function startLiveRecordSession(opts, selection = {
20478
20478
  includeMicrophone: capture.includeMicrophone,
20479
20479
  targetBundleId: capture.targetBundleId,
20480
20480
  microphoneDeviceId: capture.microphoneDeviceId,
20481
- live: false
20481
+ live: true
20482
20482
  });
20483
20483
  return {
20484
20484
  mode: "local",
@@ -21167,7 +21167,7 @@ async function runCli(deps = {}) {
21167
21167
  env: deps.env,
21168
21168
  homeDir: deps.homeDir,
21169
21169
  title: parsed.title,
21170
- live: parsed.live,
21170
+ live: parsed.live === true || mode === "human" && isTTY,
21171
21171
  includeSystemAudio: parsed.includeSystemAudio,
21172
21172
  includeMicrophone: parsed.includeMicrophone,
21173
21173
  translationLanguage: parsed.translationLanguage,