From dd5f6e4aea7112d98d04aae68ec0728d0b4eac7c Mon Sep 17 00:00:00 2001 From: meichuanyi <35057768+meichuanyi@users.noreply.github.com> Date: Sun, 31 May 2026 23:19:47 +0800 Subject: [PATCH] docs: Add FAQ section for common questions --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index d73955e8..fdb6f7ee 100644 --- a/README.md +++ b/README.md @@ -155,3 +155,37 @@ Security issues: [SECURITY.md](SECURITY.md). Star History Chart + +## FAQ + +### What is this project? + +Whale — a terminal AI agent built for DeepSeek. 1M context, persistent sessions + +### Key Features + +| Feature | Description | +|---------|-------------| +| AI-powered | Built for AI agents with long context and tool calling | +| Open-source | Free and open source, MIT or Apache 2.0 license | +| Easy to install | Quick start with one-line installation command | +| Extensible | Support MCP servers, skills, and plugins | +| Cost-efficient | Optimized for AI token usage and cost control | + +### How to install? + +Visit the official documentation or GitHub repository for installation instructions. + +### Is it free? + +Yes, this project is free and open source. Check the LICENSE file for details. + +### Where to get help? + +- GitHub Issues: Report bugs and request features +- Documentation: Official docs site +- Discord/Community: Join the community chat + +### License + +MIT License or Apache 2.0 License - see LICENSE file for details.