
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@hapico/cli
Advanced tools
Hapico CLI is a high-performance development lifecycle tool engineered for the com.ai.vn ecosystem. It bridges the gap between local high-fidelity development and cloud-native execution, leveraging binary-compressed synchronization and neural-enhanced code intelligence.
vibe): Integrated AI agent capable of contextual project analysis and non-destructive refactoring.Bootstrap your environment globally via your preferred package manager:
npm install -g @hapico/cli
# - or -
yarn global add @hapico/cli
| Command | Capability | Implementation |
|---|---|---|
hapico login | Device Authorization | Initiates OAuth2 Device Flow (RFC 8628). Stores encrypted tokens in local secure context. |
hapico logout | Session Termination | Revokes local authorization state and flushes cache. |
hapico clone <project_id>Provision a new workspace. This command performs a three-stage initialization:
hapico pullSynchronizes the local src directory with the upstream server state. Essential for multi-agent collaboration and IDE parity.
hapico pushTriggers a delta-update to the remote server.
hapico.config.json..env, package.json, tsconfig.json).hapico publishExecutes an atomic Push + Build + Deploy sequence. This ensures that the code currently in your local buffer is the exact version promoted to production across all primary and replica endpoints.
hapico dev [--zversion <v>]Spawns the local development runtime:
hapico vibeThe Neural Intelligence interface. It injects an AI agent into your local context to perform high-order refactoring, logic optimization, and feature synthesis based on the current project's AST.
hapico mirrorGenerates an LLM-optimized context snapshot (hapico_files.txt). This aggregates the entire codebase into a single formatted stream for feeding into Large Language Models.
Project behavior is governed by hapico.config.json at the root level:
{
"projectId": "12345",
"replicate": ["67890", "11223"]
}
projectId: The authoritative UUID for the primary cloud container.replicate: A vector of IDs for automated mirroring during deployment cycles.Hapico mandates a strict, high-efficiency directory structure:
/src: Authoritative source code container (TSX/JSX/CSS)..env*: Context-aware environment variables (synced securely).nativewind.json: Styling configuration for mobile runtimes.| Runtime Environment | Protocol | Access Method |
|---|---|---|
| Enterprise Web | HTTP/S | Browser Orchestration |
| Expo (Native) | exp:// | Expo Go QR Code |
| Zalo Mini App | zalo:// | Zalo Player QR Code |
Copyright © 2024 COM.AI.VN. Engineered for professionals who demand low-latency, AI-augmented development workflows.
FAQs
A simple CLI tool for project management
We found that @hapico/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.