winx-code-agent 0.2.310

High-performance Rust implementation of WCGW for LLM code agents
Documentation
---
name: Bug report
about: Report a reproducible problem in Winx Code Agent
title: "[BUG] "
labels: bug
assignees: ""
---

## Summary

Describe the bug clearly.

## Steps to Reproduce

1.
2.
3.

## Expected Behavior

What should have happened?

## Actual Behavior

What happened instead?

## Environment

- OS:
- Rust version:
- Winx version or commit:
- MCP client:
- Shell:

## Logs / Errors

```text
Paste relevant output here.
```

## Affected Area

- [ ] `Initialize`
- [ ] `BashCommand`
- [ ] `ReadFiles`
- [ ] `FileWriteOrEdit`
- [ ] `ContextSave`
- [ ] `ReadImage`
- [ ] CI/build/release
- [ ] Documentation

## Safety Impact

- [ ] Unexpected file read/write
- [ ] Unexpected command execution
- [ ] Workspace/path validation issue
- [ ] Mode restriction issue
- [ ] State/thread-id issue
- [ ] No safety impact

## Additional Context

Recent changes, related issues, or suspected cause.