@lonewolfyx/ai
v0.0.1
Published
`@lonewolfyx/ai` is a local AI CLI launcher used to maintain the mapping between projects and AI platforms.
Readme
@lonewolfyx/ai
@lonewolfyx/ai is a local AI CLI launcher used to maintain the mapping between projects and AI platforms.
It starts the corresponding AI agent based on the current project or the saved project configuration. Currently supported:
claudecodex
It is suitable for quickly switching between multiple projects and using a single ai command to start the corresponding workflow.
2. Installation and Usage
Install:
npm install -g @lonewolfyx/aiaiWhen you run it for the first time in a new project directory, it enters an interactive flow:
- Choose to initialize the current project or enter an existing project
- Choose the AI platform to bind
- Save the project configuration and start the corresponding agent
View saved projects:
ai --list3. CLI Arguments
| Argument | Alias | Type | Description |
| --- | --- | --- | --- |
| --project | -p | string | Project name |
| --agent | - | string | AI platform to use |
| --list | - | boolean | List all currently saved projects |
License
MIT License © lonewolfyx
