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

Blank screen on http://localhost:3000/ #138

Closed iCloudsPWASaaS closed 3 weeks ago

iCloudsPWASaaS commented 3 weeks ago

Blank screen on http://localhost:3000/ After cd webview-ui && npm run start

fry69 commented 3 weeks ago

Claude Dev is a VSCode extension, the webview-ui is meant to run inside VSCode, not standalone.

iCloudsPWASaaS commented 3 weeks ago

Hi, if i run from vscode and press F5 on terminal, its just show build finish and extension also did not load.

fry69 commented 3 weeks ago

Did you run ->

npm run install:all

as told here? -> https://github.com/saoudrizwan/claude-dev?tab=readme-ov-file#contribution

Otherwise, check the terminals for errors, probably something went wrong (can happen when you run a development version).

iCloudsPWASaaS commented 3 weeks ago

It dose not work with GROQ baseURL: "https://api.groq.com/openai/v1", but always shows Making API Request...

{"tool_calls":[{"id":"call_pending","type":"function","function":{"name":"attempt_completion"},"parameters":{"result":"Task completed successfully."}}]} and at end Claude Dev has reached the maximum number of requests for this task. Would you like to reset the count and allow him to proceed?
saoudrizwan commented 3 weeks ago

GROQ support is on the roadmap https://github.com/saoudrizwan/claude-dev/issues/47