@telepath-computer/television 0.1.172 → 0.1.173

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/cli.cjs CHANGED
@@ -52695,8 +52695,8 @@ var Server = class {
52695
52695
  };
52696
52696
  };
52697
52697
  function readServerPackageVersion() {
52698
- if ("0.1.172".length > 0) {
52699
- return telemetryVersion("0.1.172");
52698
+ if ("0.1.173".length > 0) {
52699
+ return telemetryVersion("0.1.173");
52700
52700
  }
52701
52701
  const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
52702
52702
  if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
@@ -53769,8 +53769,8 @@ function resolveVercelSkillsInstallerBin() {
53769
53769
  return localRequire.resolve("skills/bin/cli.mjs");
53770
53770
  }
53771
53771
  function readCLIVersion() {
53772
- if ("0.1.172".length > 0) {
53773
- return "0.1.172";
53772
+ if ("0.1.173".length > 0) {
53773
+ return "0.1.173";
53774
53774
  }
53775
53775
  const devPackageJsonPath = import_node_path15.default.join(getDevPackageDir(), "package.json");
53776
53776
  if (!(0, import_node_fs12.existsSync)(devPackageJsonPath)) {
@@ -72,7 +72,7 @@ Those questions interact, but they are not the same question.
72
72
 
73
73
  Television collects anonymous, content-free telemetry by default to understand early usage and improve the product. Telemetry records predefined usage events and content-free classifications; it does not record artifact paths or URLs, artifact titles, screen names, theme names, file contents, or user-authored text.
74
74
 
75
- Users can opt out by setting `DO_NOT_TRACK=1` before starting Television, or by running `tv telemetry disable` while the server is running. `tv telemetry enable` turns it back on, and `tv status` reports the current telemetry state. When an agent operates the server, start it with `tv serve --installed-by-agent <agent-runtime-harness-name>` so Television can record the agent runtime harness name without recording user content. Use the software running the agent, such as Codex, Claude Code, Hermes, OpenClaw, or Pi; do not use a personalized nickname, persona name, model name, or any value with version numbers or qualifiers.
75
+ If the user wants to opt out, you turn telemetry off for them by running `tv telemetry disable` against the running server (`tv telemetry enable` turns it back on); `tv status` reports the current telemetry state. The command needs a live server. Television also honors the standard `DO_NOT_TRACK` environment variable when it is set, but `tv telemetry disable` is the intended way to opt out. When an agent operates the server, start it with `tv serve --installed-by-agent <agent-runtime-harness-name>` so Television can record the agent runtime harness name without recording user content. Use the software running the agent, such as Codex, Claude Code, Hermes, OpenClaw, or Pi; do not use a personalized nickname, persona name, model name, or any value with version numbers or qualifiers.
76
76
 
77
77
  ## Related skills
78
78