saoudrizwan / claude-dev

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.
https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev
MIT License
4.04k stars 381 forks source link

Improved undefine handling #157

Closed sammcj closed 3 weeks ago

sammcj commented 3 weeks ago

Possible fix for #155 which I think occurs because:

  1. apiConfiguration is undefined when the component first renders.
  2. The normalizeApiConfiguration function doesn't handle the case when apiConfiguration is undefined properly.