openclaw / openclaw/openclaw-windows-node
No loading indicator during local AI model load — first prompt shows "Agent error"
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 295
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 99
Description
When starting the OpenClaw Windows node configured to use a local AI model, sending the first prompt while the model is still loading/starting results in an "Agent error" being shown to the user. There is no visual feedback (spinner, "model loading…" status, progress bar, etc.) indicating that the model is still initializing, so the error is confusing — it looks like a failure rather than a transient startup state.
Steps to reproduce:
- Start OpenClaw Windows node with a local AI model configured.
- Immediately send a prompt while the model is still loading.
- Observe "Agent error" with no indication that this is due to the model still starting up.
Expected behavior:
- The UI should show a clear loading/starting state for the local model (e.g. "Model is loading, please wait…") instead of allowing prompts to fail silently with a generic "Agent error".
- Ideally, prompt submission should be disabled/queued until the model is ready, or the error message should explicitly explain the model is still loading and suggest retrying.
Environment: OpenClaw Windows node, local AI model backend.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files, tests, or entry points are named. Start by locating the Windows node's local-model initialization and prompt-submission UI, then reproduce the first-prompt case while loading; done means users see an explicit loading state and prompts no longer produce a misleading generic error during initialization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- ai, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 56/100