Releases: crazyparadox/neumann-releases
Releases · crazyparadox/neumann-releases
Release list
Neumann 0.1.42
Reliability and polish across the editor, agents, and cloud runs.
Editor
- Vim search matches are recalculated when the buffer changes, so stale highlights no longer point at moved text.
- Direct normal-mode commands are guarded against empty lines in large-file mode.
- The gutter scroll wheel uses the scrollable element directly instead of reading computed styles on every event.
- Folding recalculates only for the file you are looking at, not every open buffer.
Agents and runs
- A failed turn records a single error instead of one per signal when the CLI also exits non-zero.
- Attachment uploads retry on HTTP errors and tell you when only some files made it.
- The workspace diff no longer races when you switch workspaces mid-request.
- Search clears its spinner when you empty the query while a request is still in flight.
- Creating a workspace retries when git reports the branch already exists.
Cloud
- Run submissions check idempotency before quota, so a retried request cannot be rejected for capacity it already holds.
- Git command output streams through a capped reader, bounding memory on large repositories.
Security
- OAuth client changes are restricted to admins.
Neumann 0.1.41
Settings: profile stats + skills catalog, richer usage/providers, and consolidated sections.