npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-aisieure

v2.1.90

Published

Aisieure Claude Code — Claude Code CLI fork by Aisieure with custom branding and 54 experimental features.

Downloads

449

Readme


Aisieure là gì?

Aisieure cung cấp dịch vụ API proxy cho Claude, giúp người dùng Việt Nam sử dụng Claude Code dễ dàng hơn với giá tốt. Truy cập aisieure.com để lấy token và bắt đầu sử dụng.


Thay đổi so với upstream

| Thay đổi | Chi tiết | |---|---| | Branding | Tên app: Aisieure Claude Code, binary: claude-aisieure | | API URL | Proxy qua https://aisieure.com thay vì api.anthropic.com | | Theme | Màu đỏ hồng (rgb(220,80,120)) + xanh lá pastel accent | | Features | 54 experimental flags đã mở khoá sẵn | | Telemetry | Đã loại bỏ toàn bộ telemetry về Anthropic |


Yêu cầu

  • Runtime: Bun >= 1.3.11
  • OS: Windows, macOS, Linux
  • Auth: Token từ Aisieure hoặc API key Anthropic
# Cài Bun nếu chưa có
curl -fsSL https://bun.sh/install | bash

Cài đặt & Build

git clone https://github.com/ShykeDev/aisieure-ClaudeCode.git
cd aisieure-ClaudeCode
bun install
bun run build

Các kiểu build

| Lệnh | Output | Mô tả | |---|---|---| | bun run build | ./claude-aisieure | Production build, chỉ có VOICE_MODE | | bun run build:dev | ./claude-aisieure-dev | Dev build với version stamp | | bun run build:dev:full | ./claude-aisieure-dev | Dev build + 54 experimental flags | | bun run compile | ./dist/claude-aisieure | Compiled binary | | bun run build:all | ./dist/claude-aisieure-* | Cross-compile cho tất cả platforms (Linux, macOS, Windows) |

Bật feature flags riêng lẻ

# Chỉ bật ULTRAPLAN và ULTRATHINK
bun run ./scripts/build.ts --feature=ULTRAPLAN --feature=ULTRATHINK

# Dev build + BRIDGE_MODE
bun run ./scripts/build.ts --dev --feature=BRIDGE_MODE

Cross-compile cho platform cụ thể

# Build cho Linux x64
bun run ./scripts/build.ts --target=linux-x64

# Build cho macOS Apple Silicon
bun run ./scripts/build.ts --target=darwin-arm64

# Build cho tất cả 6 platforms cùng lúc
bun run build:all

Sử dụng

# REPL tương tác (mặc định)
./claude-aisieure

# One-shot
./claude-aisieure -p "list files in this directory"

# Chọn model
./claude-aisieure --model claude-opus-4-6

# Đăng nhập
./claude-aisieure /login

Model Providers

Chuyển provider bằng biến môi trường:

| Provider | Biến môi trường | Auth | |---|---|---| | Aisieure (mặc định) | — | Token từ aisieure.com | | Anthropic | ANTHROPIC_API_KEY | API key | | AWS Bedrock | CLAUDE_CODE_USE_BEDROCK=1 | AWS credentials | | Google Vertex AI | CLAUDE_CODE_USE_VERTEX=1 | gcloud ADC | | OpenAI Codex | CLAUDE_CODE_USE_OPENAI=1 | OAuth | | Anthropic Foundry | CLAUDE_CODE_USE_FOUNDRY=1 | ANTHROPIC_FOUNDRY_API_KEY |


Models hỗ trợ

Tất cả models có sẵn qua aisieure.com/v1/models:

Anthropic

| Model ID | Tên | Context | Max Output | |---|---|---|---| | claude-opus-4.6 | Claude Opus 4.6 | 200K | 64K | | claude-opus-4.5 | Claude Opus 4.5 | 200K | 32K | | claude-sonnet-4.6 | Claude Sonnet 4.6 | 200K | 32K | | claude-sonnet-4.5 | Claude Sonnet 4.5 | 200K | 32K | | claude-haiku-4.5 | Claude Haiku 4.5 | 200K | 32K |

Google

| Model ID | Tên | Context | Max Output | |---|---|---|---| | gemini-3-flash-preview | Gemini 3 Flash (Preview) | 128K | 64K |

OpenAI

| Model ID | Tên | Context | Max Output | |---|---|---|---| | gpt-5.3-codex | GPT-5.3 Codex | 200K | 16K | | gpt-5.4 | GPT 5.4 | 200K | 16K |

xAI

| Model ID | Tên | Context | Max Output | |---|---|---|---| | grok-code-fast-1 | Grok Code Fast 1 | 128K | 64K |

Sử dụng lệnh /model trong REPL hoặc --model <id> để chọn model:

./claude-aisieure --model gemini-3-flash-preview
./claude-aisieure --model grok-code-fast-1
./claude-aisieure --model gpt-5.4

Tính năng thử nghiệm

Build bun run build:dev:full bật 54 feature flags. Điểm nổi bật:

UI & Tương tác

| Flag | Mô tả | |---|---| | ULTRAPLAN | Multi-agent planning trên web (Opus-class) | | ULTRATHINK | Chế độ suy nghĩ sâu - gõ "ultrathink" để kích hoạt | | VOICE_MODE | Nhập giọng nói, push-to-talk | | TOKEN_BUDGET | Theo dõi token và cảnh báo sử dụng | | HISTORY_PICKER | Chọn prompt từ lịch sử | | QUICK_SEARCH | Tìm kiếm nhanh trong prompt |

Agent & Memory

| Flag | Mô tả | |---|---| | BUILTIN_EXPLORE_PLAN_AGENTS | Agent explore/plan có sẵn | | VERIFICATION_AGENT | Agent kiểm tra kết quả | | AGENT_TRIGGERS | Cron/trigger tự động chạy background | | EXTRACT_MEMORIES | Tự động trích xuất memory sau mỗi query | | TEAMMEM | Team memory files và hooks |

Tools & Infrastructure

| Flag | Mô tả | |---|---| | BRIDGE_MODE | Kết nối IDE (VS Code, JetBrains) | | BASH_CLASSIFIER | Phân loại quyền bash bằng classifier | | MCP_RICH_OUTPUT | MCP output nâng cao |

Xem FEATURES.md để biết chi tiết 88 flags (54 hoạt động, 34 đang hỏng).


Cấu trúc dự án

scripts/
  build.ts                  # Build script + hệ thống feature flag

src/
  entrypoints/cli.tsx       # Entry point chính
  commands.ts               # Registry 50+ slash commands
  tools.ts                  # Registry 30+ agent tools
  QueryEngine.ts            # Điều phối LLM message flow
  screens/REPL.tsx          # Giao diện chính (Ink/React)

  commands/                 # Các lệnh /slash
  tools/                    # Các tool (Bash, Read, Edit, Write, Glob, Grep...)
  components/               # UI components (Ink/React)
  hooks/                    # React hooks
  services/
    api/                    # API client (Anthropic, Bedrock, Vertex, Codex)
    oauth/                  # OAuth flows
    mcp/                    # MCP protocol
    compact/                # Context compaction
  state/                    # App state (Redux-style)
  skills/                   # Hệ thống skill
  plugins/                  # Hệ thống plugin
  bridge/                   # IDE bridge
  voice/                    # Nhập giọng nói
  tasks/                    # Background tasks
  memdir/                   # Thư mục memory

Tech Stack

| | | |---|---| | Runtime | Bun | | Ngôn ngữ | TypeScript | | Terminal UI | React + Ink | | CLI | Commander.js | | Validation | Zod v4 | | Tìm kiếm | ripgrep | | Giao thức | MCP, LSP |


Giấy phép

Fork từ Claude Code (Anthropic). Source gốc được công khai qua source map trong npm distribution ngày 31/03/2026. Sử dụng theo quyết định của bạn.