Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@alayacode/coding-helper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Alaya Code Coding Helper
One-click setup helper for coding tools. Automatically configures Claude Code, OpenClaw, OpenCode to work with Alaya Code API.
Quick Start
npx @alayacode/coding-helperFeatures
- Interactive setup wizard
- Auto-detect installed tools
- Auto-configure API key, base URL, model
- MCP usage query plugin for Claude Code
- Environment diagnostics (
doctorcommand) - Multi-language (Chinese / English)
Supported Tools
| Tool | Auto-configure | Detection |
|---|---|---|
| Claude Code | Yes (settings.json) | Yes |
| OpenClaw | Yes (openclaw.json) | Yes |
| OpenCode | Yes (opencode.json) | Yes |
Commands
# Interactive setup (default)
coding-helper
coding-helper setup
# Diagnose environment
coding-helper doctor
# Set language
coding-helper lang zh
coding-helper lang enRequirements
- Node.js >= 18.0.0
- An Alaya Code API key (get one at https://codingplan.alayanew.com)