-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Bug]: 在工作区生成了nul文件 #4252
Copy link
Copy link
Closed
Labels
agentCore agent loop (internal/agent, internal/control)Core agent loop (internal/agent, internal/control)bugSomething isn't workingSomething isn't workingmcpMCP servers / plugins (internal/plugin, codegraph)MCP servers / plugins (internal/plugin, codegraph)v2Go rewrite (1.x) — main-v2 branch, active developmentGo rewrite (1.x) — main-v2 branch, active developmentwindowsWindows-specificWindows-specific
Metadata
Metadata
Assignees
Labels
agentCore agent loop (internal/agent, internal/control)Core agent loop (internal/agent, internal/control)bugSomething isn't workingSomething isn't workingmcpMCP servers / plugins (internal/plugin, codegraph)MCP servers / plugins (internal/plugin, codegraph)v2Go rewrite (1.x) — main-v2 branch, active developmentGo rewrite (1.x) — main-v2 branch, active developmentwindowsWindows-specificWindows-specific
Version line
v2 — Go rewrite (1.x), main-v2 (active development)
Exact version
1.x
What happened?
reasonix会在项目工作区的根目录生成nul文件。该文件不可以通过常规手段删除。目前只知道仅可以通过git bash执行 rm命令删除。
nul文件可能会影响工程编译、git提交,不能通过一般手段删除,比较恶心。
Steps to reproduce
猜测可能是codegraph,或者是reasonix在调用bash执行命令时产生。总之用着用着就可能生成。
OS / platform
win 11
Relevant logs or output