Skip to content

Neumann 0.1.42

Latest

Choose a tag to compare

@crazyparadox crazyparadox released this 09 Sep 18:26
9f9cf54

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.