From 2e91e107bf0db7573eab85f3b4455a479c1a67c0 Mon Sep 17 00:00:00 2001 From: tanglearncode Date: Mon, 13 Jul 2026 11:44:29 +0800 Subject: [PATCH] Clarify Node.js prerequisite: not needed to run extensions --- docs/getting-started.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e7e0aaf..349762f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -15,8 +15,11 @@ extension. - **Your own LLM access** — an API key for an OpenAI-compatible endpoint, or a local model server. NeatContext does **not** host a model; it orchestrates yours. Pick a **tool-calling-capable** model if you plan to use extensions. -- **(Optional) Node.js 18+** — only if you plan to run local extensions or the - [incident demo](./guides/incident-analysis.md). +- **(Optional) Node.js 18+** — only if you plan to run the + [incident demo](./guides/incident-analysis.md)'s mock systems or + [develop your own extensions](./extensions/building-extensions.md). Just + *using* extensions needs no Node install — NeatContext runs them on its own + bundled runtime. ## Step 1 — Sign in