trymeanwhile 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/bin/meanwhile.js +3 -0
  2. package/package.json +1 -1
package/bin/meanwhile.js CHANGED
@@ -208,6 +208,9 @@ async function main() {
208
208
  // lines and indentation do the hierarchy work no --verbose flag can.
209
209
  console.log("meanwhile: installed. congratulations, you now get paid to wait.");
210
210
  console.log();
211
+ console.log(" privacy: this never reads your code or your prompts -- only that a");
212
+ console.log(" line was shown, and for how long. that's the whole billing signal.");
213
+ console.log();
211
214
  if (sampleLine) {
212
215
  console.log(` just tested the connection -- here's a real line: "${sampleLine}"`);
213
216
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trymeanwhile",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Get paid while your AI coding agent thinks. Wires a disclosed status line into Claude Code / Copilot CLI.",
5
5
  "bin": {
6
6
  "meanwhile": "bin/meanwhile.js"