Skip to content

NovaEditCode-edit–first model, server, and tooling

Send code + diagnostics, get minimal patches back. Ready for IDEs, CLI, and server deploys.

What’s inside

  • Server: FastAPI app returning structured edits.
  • CLI: novaedit command for local patching or server calls.
  • Language: Python adapter with diagnostics and patch applier.
  • Training/Eval: data scripts, tiny pretrain/SFT stubs, regression harness.
  • Clients: VS Code extension scaffold.

Next steps

  • Start with the Quickstart to run server + CLI.
  • Review the Server API for integration.
  • Read the Plan for the roadmap and milestones.