@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') ||
@@ -1 +1 @@
1
- export const wakeVersion = "0.2.10+gc34a38e";
1
+ export const wakeVersion = "0.2.11+gb8bdb82";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {