Skip to content

v0.1.0

Choose a tag to compare

@skundu42 skundu42 released this 03 Aug 12:36

Noah Code v0.1.0

The first public release of Noah Code: a terminal coding agent built on NVIDIA OO Agents (NOOA).

Highlights

  • One-command installation on macOS and Linux with an isolated, managed Python runtime.
  • Interactive Textual and classic console interfaces, plus one-shot noah run automation.
  • Repository exploration, guarded file editing, streamed shell commands, and Git inspection.
  • Build and read-only plan modes with ordered allow, ask, and deny permission rules.
  • Workspace-scoped persistent sessions with todos, context compaction, undo, and redo.
  • Support for repository instructions, custom slash commands, skills, MCP servers, tracing, and
    multiple LLM providers through NOOA and LiteLLM.
  • Automatic PyPI update checks and a release pipeline with cross-platform CI, trusted publishing,
    checksums, and artifact attestations.

Install

curl -LsSf https://raw.githubusercontent.com/skundu42/noah-code/main/install.sh | sh

Then open a repository with noah ..

Full changelog: https://github.com/skundu42/noah-code/commits/v0.1.0