JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 95
  • Score
    100M100P100Q63178F
  • License UNLICENSED

Interactive AI coding assistant in the terminal

Package Exports

    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 (mintcat-code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    mintcat-code

    在终端中交互使用的 AI 编程助手,主要能力如下。

    功能 说明
    Claude 群控 多实例协作:同机主从编排、局域网内发现与通讯,配合管道与消息路由
    ACP 协议 接入支持 ACP 的 IDE,支持会话、Skills 与权限相关能力
    Remote Control 自托管 可部署远程控制端,在浏览器等环境查看与操作
    Langfuse 可观测 记录与查看 Agent 循环、便于排查与建数据集
    Web 搜索 内置网页搜索,支持多搜索引擎
    穷鬼模式 降低侧路请求与消耗,通过 /poor 开关
    Channels 通知 经 MCP 等通道把外部消息推入会话(含常见协作与消息平台)
    多模型供应商 兼容多种 API 形态,便于对接不同服务商
    Computer Use 截屏、键鼠控制等桌面自动化相关能力
    Chrome 控制 浏览器侧自动化、表单与数据相关能力
    Sentry 错误上报与追踪(可配置)
    GrowthBook 功能开关与灰度(可配置)
    /dream 记忆 记忆文件整理与优化相关能力

    安装 / 更新故障处理

    如果全局安装或更新失败,先清理旧版本再安装最新版本:

    npm rm -g mintcat-code
    npm i -g mintcat-code@latest

    仍失败时,可以指定明确版本号安装:

    npm i -g mintcat-code@<版本号>