@playdrop/playdrop-cli 0.14.1 → 0.14.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.
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.14.1",
2
+ "version": "0.14.2",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.14.1",
4
+ "runtimeSdkVersion": "0.14.2",
5
5
  "runtimeSdkBuild": 1,
6
6
  "clients": {
7
7
  "all": {
@@ -2608,6 +2608,8 @@ function buildAgentFailureCode(agent, result, request) {
2608
2608
  || providerStatus === 502
2609
2609
  || providerStatus === 503
2610
2610
  || providerStatus === 504
2611
+ || (agent === 'CLAUDE_CODE'
2612
+ && /\bResponse stalled mid-stream\.?(?:\s+The response above may be incomplete\.?)?/i.test(combinedOutput))
2611
2613
  || /\b(?:service|provider|api)\s+(?:is\s+)?(?:temporarily\s+)?unavailable\b/i.test(combinedOutput)
2612
2614
  || /\btoo many requests\b/i.test(combinedOutput)) {
2613
2615
  return `agent_provider_temporarily_unavailable:${provider}${providerStatus ? `:${providerStatus}` : ''}`;
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.14.1",
2
+ "version": "0.14.2",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.14.1",
4
+ "runtimeSdkVersion": "0.14.2",
5
5
  "runtimeSdkBuild": 1,
6
6
  "clients": {
7
7
  "all": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playdrop/playdrop-cli",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "Official Playdrop CLI for publishing browser games, creator apps, and AI-generated game assets on playdrop.ai",
5
5
  "homepage": "https://www.playdrop.ai",
6
6
  "repository": {