@atolis-hq/wake 0.2.10 → 0.2.11
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.
|
@@ -104,6 +104,7 @@ export function classifyCursorCliFailure(input) {
|
|
|
104
104
|
}
|
|
105
105
|
const text = `${input.stderr}\n${input.stdout}`.toLowerCase();
|
|
106
106
|
if (text.includes('rate limit') ||
|
|
107
|
+
text.includes('usage limit') ||
|
|
107
108
|
text.includes('quota') ||
|
|
108
109
|
text.includes('billing') ||
|
|
109
110
|
text.includes('unauthorized') ||
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const wakeVersion = "0.2.
|
|
1
|
+
export const wakeVersion = "0.2.11+gb8bdb82";
|