Compatibility and Limits
This documentation describes Noodlbox 2.1.0.
Languages
Section titled “Languages”| Tier | Languages |
|---|---|
| Stable | TypeScript, JavaScript, Python, Rust |
| Preview | Go |
Stable support does not mean every generated construct, macro expansion, runtime import, or dynamic dispatch pattern resolves perfectly. Preview results should be verified against source before making exhaustive claims.
Coding agents
Section titled “Coding agents”nbx configure supports Claude Code, Cursor, Codex, and OpenCode. The configurator reports each detected client as current, outdated, or missing:
nbx configure statusClient versions evolve independently. A current status report is more reliable than a copied filesystem path.
Important limits
Section titled “Important limits”- Noodlbox models source structure; it does not execute code or observe runtime state.
- Results reflect the last analysis plus the command’s supported working-tree behavior.
- An empty result is not proof that code does not exist.
- Generated code, dynamic behavior, unsupported syntax, and language boundaries can create gaps.
- Search retrieves code context. Standalone project-document search is not part of the current CLI.
- Noodlbox does not replace source review, tests, logs, traces, or a debugger.
Check your installation
Section titled “Check your installation”nbx versionnbx status --checknbx configure statusFor a newer CLI, use nbx --help and nbx <command> --help as the syntax authority.