Commit Graph
17 Commits
Author SHA1 Message Date
beare f56b2354be chore: update version number to 1.0.4 and add score parameter to SKILL.md
- Incremented version number in SKILL.md from 1.0.3 to 1.0.4.
- Added a new `score` parameter to the news search documentation, allowing users to filter results based on minimum AI score.
2026-05-01 22:07:33 +08:00
beare 3233e3fea4 feat: add score parameter to news search functions
- Introduced a new optional `score` parameter in the `search_news` method of `NewsAPIClient` to filter results based on AI score.
- Updated `search_news_advanced` function to include a `min_score` parameter for advanced filtering.
- Modified `get_high_score_news` to utilize the new score filtering, improving the ability to retrieve high-scoring news articles.
2026-05-01 22:05:53 +08:00
tkk e4f40e1edd feat: add prediction engine category (12 AI prediction sources)
- Add prediction as 6th engine category across all source code and docs
- Update data source count from 72+ to 84+ (53 news + 9 listing + 3 onchain + 1 meme + 6 market + 12 prediction)
- Update engine category count from 5 to 6
- Add prediction sources: CORRELATION_LOGICAL, SMART_MONEY_TRADE, PRICE_SPIKE,
  CLUSTER_ENTRY, WHALE_POSITION, NEW_WALLET_TRADE, INSIDER_PATTERN,
  CORRELATION_NARRATIVE, CORRELATION_HEDGE, CORRELATION_ENTITY_GEO,
  CORRELATION_CAUSAL, SETTLEMENT_ARBITRAGE
- Update all tool docstrings, FastMCP instructions, and engine type lists
- Update README.md, README_ZH.md, README_JA.md, README_KO.md
- Update knowledge/guide.md and SKILL.md
2026-04-10 10:36:01 +08:00
tkkandClaude Opus 4.6 f45afe3270 feat(docs): expand data sources section with detailed source tables and add knowledge guide link
Add collapsible detailed source tables for all 5 engine categories in README and all language variants (ZH/JA/KO). Add link to knowledge/guide.md after Available Tools section. Remove AI_Helper from source listings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 19:01:30 +08:00
tkkandClaude Sonnet 4.6 c38b7b1c8c feat(docs): add jin10 news source to guide
Add jin10 (金十数据快讯) to the news sources list in the knowledge guide.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:06:38 +08:00
beare cf722fcb25 chore(docs): update version number to 1.0.3 and restructure free tools documentation
- Incremented version number in SKILL.md from 1.0.2 to 1.0.3.
- Restructured the documentation for free tools, consolidating information and providing clearer examples for accessing free news categories and hot news by category.
- Added a new section for free API endpoints, detailing usage and response structures.
2026-03-30 12:44:05 +08:00
beare f38eb1fd85 feat(docs): enhance SKILL.md and add free tools documentation
- Updated SKILL.md to include a new description emphasizing free tools available without a token.
- Added detailed documentation for two free tools: Get News Categories and Get Hot News, including usage examples and response structures.
- Introduced a new FreeNewsAPIClient class to handle requests for free API endpoints.
- Updated app context to manage both free and premium API clients.
- Implemented token requirement checks for premium tools and ensured free tools are accessible without authentication.
2026-03-30 11:59:56 +08:00
beare ce08698e11 chore(docs): update version number in SKILL.md to 1.0.1 2026-03-11 19:52:28 +08:00
beare 836a3341da feat(docs): add .gitignore and enhance README with data source details
- Introduced a .gitignore file to exclude environment variables, logs, and temporary files.
- Updated README.md to reflect the new description and added a detailed table of 72+ data sources across 5 categories.
- Enhanced documentation in multiple languages (Japanese, Korean, Chinese) to include the new data source information.
2026-03-11 19:44:20 +08:00
axssbugandGitHub d608baad52 Merge pull request #4 from 6551Team/br-v2
docs(news): 更新币种过滤参数文档
2026-03-10 23:57:03 +08:00
bathfire 3c9875c088 docs(news): 更新币种过滤参数文档
- 在主 README 中添加了币种过滤的详细说明
- 更新了日文文档中的币种过滤描述
- 更新了韩文文档中的币种过滤描述
- 更新了中文文档中的币种过滤描述
- 明确了空数组或省略参数的行为
- 修正了币种过滤功能的使用说明
2026-03-10 23:56:27 +08:00
axssbugandGitHub 28e2968612 Merge pull request #3 from 6551Team/br-v2
docs(readme): 添加 WebSocket 实时订阅功能文档
2026-03-10 23:50:57 +08:00
bathfire 601ae367fe docs(readme): 添加 WebSocket 实时订阅功能文档
- 在 README.md 中新增 WebSocket 实时订阅章节
- 在中文版文档中新增 WebSocket 实时订阅章节
- 在日文版文档中新增 WebSocket 实时订阅章节
- 在韩文版文档中新增 WebSocket 实时订阅章节
- 详细说明订阅和取消订阅的方法及参数
- 提供服务器推送新闻更新和 AI 新闻更新的示例
- 添加过滤参数说明和 JSON-RPC 接口定义
2026-03-10 23:50:24 +08:00
tkk 1b7b806018 chore(docs): 更新技能文档版本信息
- 在 SKILL.md 中添加版本号 1.0.0
- 规范化元数据格式以包含版本信息
2026-02-26 15:41:24 +08:00
tkk 3914196d26 docs(readme): 更新多语言文档和配置说明
- 在 README.md 中添加多语言链接导航
- 删除 docs/README_EN.md 英文文档文件
- 更新日文文档中的 API 配置说明和 Token 设置方式
- 更新韩文文档中的 API 配置说明和 Token 设置方式
- 修正各种客户端安装说明中的占位符变量
- 更新 API 端点地址和 WebSocket 连接地址
- 调整工具列表和功能描述说明
2026-02-26 15:28:41 +08:00
tkk dd9d984473 init 2026-02-26 14:11:45 +08:00
君君andGitHub 9b753e071b Initial commit 2026-02-26 14:04:49 +08:00