impel-cli 0.20.28 → 0.20.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impel-cli",
3
- "version": "0.20.28",
3
+ "version": "0.20.29",
4
4
  "description": "Prepare isolated Claude and Codex workspaces for every accessible Impel tenant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -766,7 +766,7 @@ export class NativeAgentUpstreamSession {
766
766
  }, { signal });
767
767
  return toolPayload(messages.find((message) => message?.id === id));
768
768
  } catch (error) {
769
- if (name === NATIVE_AGENT_START_TOOL
769
+ if ((name === NATIVE_AGENT_START_TOOL || name === NATIVE_AGENT_UPSTREAM_ANSWER_TOOL)
770
770
  && error instanceof NativeAgentUpstreamError
771
771
  && (error.incompleteResponse
772
772
  || error.code === CIBI_START_IN_PROGRESS_CODE