feat(filesystem): enhance local mount path normalization and improve virtual path handling in agent filesystem

This commit is contained in:
Anish Sarkar 2026-04-24 02:12:30 +05:30
parent c1a07a093e
commit 1e9db6f26f
3 changed files with 96 additions and 57 deletions

View file

@ -89,7 +89,7 @@ export function SourceCodeEditor({
onChange={(next) => onChange(next ?? "")}
loading={
<div className="flex h-full w-full items-center justify-center">
<Spinner size="sm" className="text-muted-foreground" />
<Spinner size="md" className="text-muted-foreground" />
</div>
}
beforeMount={(monaco) => {