BingoCode

skill
Security Audit
Fail
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Fail
  • spawnSync — Synchronous process spawning in bin/bingo-win.cjs
  • os.homedir — User home directory access in bin/bingo-win.cjs
  • process.env — Environment variable access in bin/bingo-win.cjs
  • fs module — File system access in bin/bingo-win.cjs
  • os.homedir — User home directory access in bin/bingocode-win.cjs
  • process.env — Environment variable access in bin/bingocode-win.cjs
  • fs module — File system access in bin/bingocode-win.cjs
  • os.homedir — User home directory access in bin/claude-win.cjs
  • process.env — Environment variable access in bin/claude-win.cjs
  • fs module — File system access in bin/claude-win.cjs
  • network request — Outbound network request in package.json
  • process.env — Environment variable access in preload.ts
  • exec() — Shell command execution in runtime/test_helpers.py
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

BingoCode is a lightweight, open-source CLI orchestrator inspired by Claude Code. It encapsulates powerful AI-driven development capabilities into a streamlined terminal interface, allowing developers to bring their own LLM providers (BYOK) to a local-first, low-latency coding environment.

README.md

BingoCode is a lightweight, open-source CLI orchestrator inspired by Claude Code. It encapsulates powerful AI-driven development capabilities into a streamlined terminal interface, allowing developers to bring their own LLM providers (BYOK) to a local-first, low-latency coding environment.

🚀 BingoCode: Quick Start


1. Installation

# Verify environment
npm -v 

# Install (if missing)
winget install OpenJS.NodeJS.LTS

# Install BingoCode
npm install -g bingocode

2. Launch Service

  • Run command: bingo
  • Crucial: Keep the terminal window open to maintain the service.

3. Setup & Config

  • Provider: Go to API Configuration, add your API Key (e.g., Deepseek), and run the Connectivity Test.
  • Slots: Go to Slot Configuration and map all 4 slots to your active provider for optimal logic.

4. Start Coding

  • Open a New Session and describe your task.

Shortcuts:

  • bingo — Start Backend Service
  • bingocode — Open Chat Interface

Source: github.com/NanmiCoder/cc-haha

🚀 BingoCode 极简指南 | Minimalist Guide


1. 环境安装 | Setup

# 检查环境 (Check npm)
npm -v 

# 若无环境则安装 (If missing)
winget install OpenJS.NodeJS.LTS

# 全局安装 (Install BingoCode)
npm install -g bingocode

2. 启动服务 | Start

  1. 运行命令:bingo
  2. 注意: 保持窗口开启,切勿关闭。
  3. Run: bingo
  4. Note: Keep this window open.

3. 核心配置 | Config

  • Provider: 进入 API配置,绑定 Deepseek 或其他 API Key 并测试。
  • Slots: 进入 槽位配置,完成全部 4个槽位 的映射。
  • Provider: Go to API Config, bind Deepseek Key, and test.
  • Slots: Go to Slot Config, map all 4 slots to your provider.

4. 开始使用 | Usage

  • 点击 新建会话 描述需求即可。
  • Click New Session and start coding.

快捷键 | Shortcuts:

  • bingo : 服务端 (Service)
  • bingocode : 聊天窗 (Chat)

Ref: github.com/NanmiCoder/cc-haha

Reviews (0)

No results found