Package Exports
- @codeneter/cli
- @codeneter/cli/dist/codeneter.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codeneter/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CodeNeter CLI
CodeNeter CLI brings the CodeNeter coding agent into your terminal. It connects to the CodeNeter cloud backend, runs against your current workspace, and can read files, edit files, search code, execute commands, and stream agent responses in an interactive terminal UI.
Install
npm install -g @codeneter/cliCodeNeter requires Node.js 20 or newer.
Sign In
codeneter loginThe login command opens your browser and stores a local session under ~/.codeneter.
Start
Open a project directory and run:
codeneterTo run one prompt without opening the interactive UI:
codeneter run --prompt "Review this project and summarize the main risks"Common Commands
codeneter # Start the interactive terminal UI
codeneter run -p "..." # Run a single prompt
codeneter update # Check for CLI updates
codeneter --version # Print the installed CLI version
codeneter --help # Show all commands and optionsInteractive Slash Commands
Inside codeneter, type / to browse available commands:
/login Authenticate in your browser
/model Switch model or use auto
/mode Switch agent, plan, or ask mode
/clear Start a new conversation
/update Check for CLI updates
/commands Browse saved commands
/exit Quit the CLIWorkspace Access
Local workspace access stays on your machine. File reads, edits, searches, and shell commands are executed by the CLI in the current workspace after the CLI asks for the required confirmations.
Support
Website: https://codeneter.com