Changelogs in one place.
Cone is an intelligent tool that crawls product changelogs across the web, then uses AI to summarize and translate them into your preferred language.
- Automated Crawling: Collects changelogs from various products automatically by cron task
- AI Summarization: Condenses lengthy update notes into key points
- Multi-language Translation: Translates changelogs while preserving technical accuracy
- Customizable Alerts: Get notified about updates that matter to you by Dingding message hook
- Crawling: Spiders collect raw changelog data from target sources
- Processing: AI extracts essential information and removes noise
- Summarization: LLM generate concise summaries
- Translation: Content is translated while maintaining technical precision
- Delivery: Results are presented through web hook
git clone https://github.com/Feelin/cone.git
cd cone
npm run devEdit the .env file and add your API credentials. Example configuration:
LLM_API_KEY="your_api_key_here" # Your authentication key
LLM_API_BASE="https://api.siliconflow.cn/v1" # API endpoint
LLM_NAME="THUDM/GLM-4-9B-0414" # Model identifier