NakkaAn AI coding agent in your sidebar — and you decide how much it may do on its own. Nakka reads your code, searches it, runs commands and makes edits. What it does without asking is a setting, not a surprise. You choose how much rope it getsSwitch with
Auto does not mean "anything". Every command is classified before it runs:
Plan mode is enforced, not advisory. While a plan is being written, edits are refused by the permission layer, and only the plan file may be written. Approving the plan is what unlocks the work. What it can doRead and search. Open files, grep across the tree, glob for paths, follow a codebase it has never seen. Edit. Exact-match edits, applied to your editor as a diff you accept or reject. In Auto, accepted for you. The file is re-read before the edit lands, so an edit never overwrites a change you made while the prompt was on screen. Run commands. Output streams back as it arrives. A command that outlives its timeout is moved to the background and handed to you with an id, not killed — a build that takes three minutes is not a build that failed. A dev server started in the background returns immediately instead of hanging the turn. Ask you. When a choice is genuinely yours — which database, which auth method — it asks in the transcript, with the options side by side, and a field for an answer that was not on its list. Track its own work. A task list you can watch it move through, so a long job is legible while it runs. Notebooks, web fetch, and sub-agents for work that deserves its own context. Bring your own model
You bring the key. There is no account, no sign-in and no proxy: requests go from your editor to the provider you configured. Getting started
Start in Manual to see how it works. Move to Auto once you trust it. Configuration
Project rules. Nakka reads PrivacyNo telemetry. Nakka collects nothing and sends nothing anywhere except the model provider you configured, using the key you supplied. Your code goes to that provider and nowhere else. Licence and originApache-2.0. The licence and the attribution notice ship inside the extension as
Nakka is a fork of Continue, also
Apache-2.0. The files have been changed substantially — Provider names and logos shown in the model picker are the marks of their owners and are used only to identify those services. |