Coding with Coding Agents & Nimbalyst


Nimbalyst integrates a UI for coding agents like Claude Code and Codex directly into your markdown workspace.

Nimbalyst's Two Modes

Chat Mode: AI sidebar for quick questions and targeted edits. Good for:

  • Explaining code

  • Small edits to the current document

  • Quick lookups

Agent Mode: Full-screen autonomous coding. Good for:

  • Multi-file refactors

  • Implementing features from a plan

  • Running tests and fixing failures iteratively

  • Running multiple sessions in parallel

Code Editor with Diff Visualization

When the AI edits code or a a document, changes appear inline:

  • Green background: Added content

  • Red background: Removed content (with strikethrough)

Accept/Reject:

  • Accept All: Keeps all changes

  • Reject All: Reverts to original content

Changes remain visible until you accept or reject them.


Last updated