
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
wonderland-cli
Advanced tools
Official Website Release Notes for v1.3.0
![]()
npm install -g wonderland-cli
wonderland -setup4u # New: one-step automatic setup
wonderland ask "What is the capital of France?"
See COMMAND.md for a complete list of all commands, what they do, and usage examples.
See HOWTOUSE.md for a complete user & developer guide, including setup, features, advanced usage, open-source logic, and troubleshooting.
wonderland -setup4u runs the full setup automatically| Command | Description |
|---|---|
wonderland -setup4u | New: One-step automatic setup |
wonderland setup | Configure your agents |
wonderland ask <prompt> | Ask a question |
wonderland dashboard | Live brain status dashboard |
wonderland replay | Replay a session with real-time agent thinking |
wonderland resources | Show system resource usage and scheduling status |
wonderland interrupt | Interrupt and reassign brain agent tasks |
wonderland reassign | Reassign specific interrupted tasks |
wonderland auto-reassign | Auto-reassign all interrupted tasks |
wonderland auto-interrupt | Automatically interrupt agents based on conditions |
wonderland chat | Start interactive chat mode |
wonderland serve [--port <port>] | Run as local API server |
wonderland analytics | Show usage analytics |
| `wonderland export --format <markdown | json |
wonderland --help | Show help |
Agents communicate using special tool commands:
/usetool=brain?"query" — Call brain agent for research/usetool=websearch?"query" — Brain agent performs a real web search/usetool=recallchatlog?"timeframe" — Check chat history/usetool=askuser?"question" — Ask the user for clarification/context/usetool=finalans?"answer" — End with final answerwonderland ask "Research AI trends and machine learning applications" --multi-brain
wonderland interrupt
wonderland auto-reassign
wonderland auto-interrupt --time 180
wonderland replay -l
wonderland replay -f session-1234567890.json -s fast
wonderland resources
wonderland resources -m -i 5
# Agent asks you for clarification during a session
/usetool=askuser?"Can you clarify your request?"
wonderland serve --port 3000
# POST /ask { "prompt": "your question" }
wonderland analytics
Made with ❤️ by the Chezcake Team
Enter the Wonderland of AI Agents! ✨
FAQs
Wonderland CLI 1.3.0 - An AI system to power up your Ollama bot with brains
The npm package wonderland-cli receives a total of 0 weekly downloads. As such, wonderland-cli popularity was classified as not popular.
We found that wonderland-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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.