logbrew-cli 0.1.9 → 0.1.10

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/README.md CHANGED
@@ -82,7 +82,8 @@ Authentication uses either `LOGBREW_TOKEN` or the local token file created by
82
82
  For AI sessions, the default mode should be checking only when requested because
83
83
  it uses fewer AI tokens. `logbrew watch --json` opens a live WebSocket stream for
84
84
  the current session, and `logbrew watch --severity error,critical --json`
85
- filters live logs/issues client-side to actionable severities.
85
+ filters live logs/issues client-side to actionable severities. The watch stream
86
+ reconnects after transient disconnects with a fresh feed ticket and backoff.
86
87
 
87
88
  ## Development
88
89
 
@@ -19,7 +19,7 @@
19
19
  "hasInstallScript": true,
20
20
  "license": "MIT",
21
21
  "name": "logbrew-cli",
22
- "version": "0.1.9"
22
+ "version": "0.1.10"
23
23
  },
24
24
  "node_modules/detect-libc": {
25
25
  "engines": {
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "requires": true,
51
- "version": "0.1.9"
51
+ "version": "0.1.10"
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/LogBrewCo/cli/releases/download/v0.1.9"
3
+ "https://github.com/LogBrewCo/cli/releases/download/v0.1.10"
4
4
  ],
5
5
  "author": "LogBrewCo",
6
6
  "bin": {
@@ -90,7 +90,7 @@
90
90
  "zipExt": ".tar.xz"
91
91
  }
92
92
  },
93
- "version": "0.1.9",
93
+ "version": "0.1.10",
94
94
  "volta": {
95
95
  "node": "18.14.1",
96
96
  "npm": "9.5.0"