Skip to content

Releases: coco-research/coco

CoCo v1.2.0 — two new skills and a security pass

Choose a tag to compare

@coco-research coco-research released this 31 Jul 21:58
f1c4b19

The first release since v1.1.0 on 2026-07-18. Two new skills, and a security pass across the installer, the CI workflows, and the funding configuration.

Added

coco-loop turns a plain-language goal into a readable charter that you confirm, then arms and runs a bounded autonomous loop in propose-only mode. It never commits on its own. It needs the coco-loops framework, which the skill now links with install steps.

scroll-world builds an immersive scroll-scrubbed landing page: a pre-rendered camera flies from outside each scene into its interior, then on to the next with no cuts, as one continuous flight. Contributed upstream by cyw under MIT, with the original licence retained at skills/scroll-world/LICENSE.

Security

Most of this work is by @imachiever (Rajat Bhatia), and it is worth reading if you install CoCo via the one-line bootstrap.

  • The bootstrap installer now asks before it runs. bin/coco-bootstrap.sh clones first, prints the commit hash, date and message, and waits for explicit confirmation before executing install.sh. The default is fail-closed. Only COCO_BOOTSTRAP_YES=1 or --yes skips it.
  • GitHub Actions are pinned to commit SHAs with workflows scoped to permissions: contents: read. Pins target actions/setup-node v7 and actions/setup-python v5, each verified to exist upstream and to match the commit its tag points to.
  • A DOM cross-site-scripting vector was fixed in the brainstorming helper, which built its selection indicator by concatenating a label into innerHTML.
  • The Cursor adapter installer was hardened. link_dir() could silently overwrite a real file, and a A && B || C pattern could execute a real command when a dry-run echo failed.
  • The funding configuration was corrected. .github/FUNDING.yml still referenced rkz91, the account name used before the 2026-07-18 rename to coco-research. An unrelated third party had since registered the vacated username. No funds could have been misdirected, because that account has no Sponsors listing, but the window is now closed. The same stale references were removed from the installer, where one was the documented curl-pipe-to-bash command.
  • A Content-Security-Policy was added to the generated diagram artifacts, CVE floor versions were raised in the openai-apps-mcp template, and find-skills now requires a resolved package name to be surfaced and confirmed before an agent installs anything on your behalf.

Counts

Asset counts now match the tree exactly: 149 skills (66 core plus 83 across bundles), 867 addressable assets, 126 in a core install. Spec Version is 1.2.0.

Install

bash <(curl -fsSL https://raw.githubusercontent.com/coco-research/coco/main/bin/coco-bootstrap.sh)

You will be shown the commit you are about to install and asked to confirm.

Upgrading from v1.1.0? Nothing breaks. There are no schema or contract changes, so an existing install can update in place.

v1.1.0 — CoCo Super Intelligence + open-core

Choose a tag to compare

@coco-research coco-research released this 18 Jul 02:38
0aabcb3

Changed

  • Rebranded to CoCo Super Intelligence — the 389-persona advisory board leads as the hero capability; new brand lockups and social card.
  • Migrated to the coco-research GitHub org — URLs, npm scope (@coco-research/coco-cli), Homebrew tap, and publish workflows.
  • Relicensed to open-core — core stays MIT; the Super Intelligence System (systems/superintelligence/) is now proprietary (source-available, all rights reserved). Forward-only: MIT grants on prior releases remain valid for those snapshots.

Fixed

  • Corrected asset counts (skills 146 → 147, etc.).
  • Expanded attribution in CREDITS.md.

Full changelog: https://github.com/coco-research/coco/blob/v1.1.0/CHANGELOG.md

Coco v1.0.0

Choose a tag to compare

@coco-research coco-research released this 07 Jun 17:19

Coco v1.0.0 — first stable release

The 1.0 milestone: a full Superintelligence advisory board, a privacy-respecting update notifier, and docs that match the code.

Highlights

  • Superintelligence board — 389 personas across 9 teams. Engineering (70), AI (59), Product & Design (56), Finance (47), Trading (46), Risk & Compliance (30), Strategy (29), Data & Analytics (29), Sales/GTM/Marketing (23), plus a cross-team meta-orchestrator that picks a 16–32 person panel across domains.
  • 242 Superintelligence slash commands generated on install — 225 per-team (/SI-<Team>-<Verb>) + 17 cross-team (/SI, /SI-Orchestrate, /SI-Decide, …). Generators are now path-portable.
  • Update notifier. npx @rkz91/coco-cli version or bash scripts/check-update.sh tells you when a newer Coco is out. Checks the source repo only, cached 24h, no telemetry, opt out with COCO_NO_UPDATE_CHECK=1.
  • Docs accuracy pass. Corrected /schedule + /loop framing (host-CLI features), vscode-continue adapter status, and added Staying Current + Contributing sections.

Install

git clone https://github.com/rkz91/coco.git && cd coco && bash install.sh
# or
npm install -g @rkz91/coco-cli

Asset totals (full install)

142 skills · 277 slash commands · 34 agents · 4 system bundles · 15 cross-IDE rules · 3 workflows · 389 personas.

See CHANGELOG.md for the full list.

Coco v0.1.0 — initial public OSS release

Choose a tag to compare

@coco-research coco-research released this 25 Apr 23:24

First public release of Coco. MIT licensed.

Highlights

  • 59 skills across foundational, PM, engineering, design, ops, and meta domains
  • 34 namespaced slash commands (team, email, design, eng, pm, util)
  • 10 specialized subagents (code-reviewer, pm-advisor, mcp-specialist, refactoring-specialist, test-guardian, typescript-pro, ui-ux-designer, ai-engineer, data-specialist, database-architect)
  • 3 system bundlesgsd (68 orchestration skills + 24 GSD subagents), brain (6 knowledge skills), team (multi-agent pipelines)
  • 4 stable IDE adapters — Claude Code, Cursor, Codex CLI, Generic AGENTS.md
  • Single-entry installer with auto-detection — bash install.sh
  • npm wrapperpackage.json shipped (publish to npm pending)
  • Homebrew formulaFormula/coco.rb shipped (tap repo pending)

Install

```bash
git clone https://github.com/rijulkalra2000/coco.git && cd coco && bash install.sh
```

Add orchestration bundles:

```bash
bash install.sh --systems gsd,brain,team
```

Documentation

Built on

See CHANGELOG.md for full release notes.

Coming in v0.2

  • VS Code adapter (via Continue)
  • Antigravity adapter
  • INDEX auto-regen in CI
  • Skill creation wizard