Skip to content

Instantly share code, notes, and snippets.

Remote Control (Tengu Bridge) — Implementation Reference

Extracted from versions/2.1.52/cli.js (Claude Code v2.1.52, built 2026-02-24) Purpose: Enable a local CLI agent session to be accessed/controlled from a web UI (claude.ai/code)


Table of Contents

  1. Architecture Overview
@padeoe
padeoe / README_hfd.md
Last active March 10, 2026 15:02
CLI-Tool for download Huggingface models and datasets with aria2/wget: hfd

🤗Huggingface Model Downloader

Note

(2025-01-08) Add feature for 🏷️Tag(Revision) Selection, contributed by @Bamboo-D.
(2024-12-17) Add feature for ⚡Quick Startup and ⏭️Fast Resume, enabling skipping of downloaded files, while removing the git clone dependency to accelerate file list retrieval.

Considering the lack of multi-threaded download support in the official huggingface-cli, and the inadequate error handling in hf_transfer, This command-line tool leverages curl and aria2c for fast and robust downloading of models and datasets.

Features

  • ⏯️ Resume from breakpoint: You can re-run it or Ctrl+C anytime.