JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 258
  • Score
    100M100P100Q87045F
  • License SEE LICENSE IN LICENSE.md

Terminal interface for CodeNeter

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/cli

CodeNeter requires Node.js 20 or newer.

Sign In

codeneter login

The login command opens your browser and stores a local session under ~/.codeneter.

Start

Open a project directory and run:

codeneter

To run one prompt without opening the interactive UI:

codeneter run --prompt "Review this project and summarize the main risks"

Common Terminal 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 terminal commands

Interactive 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 CLI

Workspace 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