clifcode 1.66.0

Open-source AI coding agent for your terminal — tool-calling loop, streaming, sessions, any provider
{
  "name": "clifcode",
  "version": "1.45.1",
  "description": "ClifCode — AI coding assistant TUI for your terminal",
  "license": "FSL-1.1-ALv2",
  "repository": {
    "type": "git",
    "url": "https://github.com/DLhugly/Clif-Code"
  },
  "homepage": "https://clifcode.io",
  "keywords": [
    "ai",
    "coding",
    "assistant",
    "tui",
    "terminal",
    "cli",
    "agent"
  ],
  "bin": {
    "clifcode": "bin/clifcode"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "optionalDependencies": {
    "@clifcode/cli-darwin-arm64": "1.45.1",
    "@clifcode/cli-darwin-x64": "1.45.1",
    "@clifcode/cli-linux-arm64": "1.45.1",
    "@clifcode/cli-linux-x64": "1.45.1",
    "@clifcode/cli-win32-arm64": "1.45.1",
    "@clifcode/cli-win32-x64": "1.45.1"
  }
}