A. Shafie

3 posts

A. Shafie banner
A. Shafie

A. Shafie

@ashfzd_

Rotterdam, Netherlands Katılım Aralık 2024
75 Takip Edilen5 Takipçiler
A. Shafie
A. Shafie@ashfzd_·
@zeropsio That deployment model makes sense for larger repos. Fuse is local-first today, but an opt-in remote index running close to the agent would be a useful direction for a later version, especially for enterprise teams. Zerops sounds like a good fit, I'll look into it when I get there
English
0
0
1
3
Zerops
Zerops@zeropsio·
@ashfzd_ Nice. Index heavy servers are exactly the case where local gets painful. On Zerops it runs in a container with the cores and RAM you set, so the index lives next to the agent instead of on your laptop.
English
1
0
1
13
A. Shafie
A. Shafie@ashfzd_·
I built Fuse to speed up Claude Code on C# codebases. It is an open source MCP server and CLI that keeps a local MSBuild and Roslyn index, so Claude can resolve symbols, references, .NET wiring, and project structure without repeatedly reading and searching the same files.
A. Shafie tweet media
English
2
1
4
101
A. Shafie
A. Shafie@ashfzd_·
Fuse can also check proposed single-file C# edits against captured compiler state before the final build and test run. Source: github.com/Litenova-Solut… Install: dotnet tool install -g Fuse fuse mcp install --client claude --rules
English
0
1
2
70