- Revised descriptions in discovery.py, free.py, news.py, and realtime.py to emphasize financial market news sources and categories.
- Enhanced docstrings to clarify the scope of news coverage, including crypto, U.S. equities, macro, and other relevant signals.
- Updated function descriptions to align with the new focus on market news and signals.
- Revised the description to include a broader range of financial topics, including equities and macroeconomic news.
- Updated the version number from 1.0.4 to 1.0.5.
- Changed the title to emphasize the financial market focus.
- Enhanced the news category description to highlight additional relevant sources and signals.
The API documentation for strategy triggering (server push - strategy triggered) has been added,
Including JSON-RPC response format, parameter descriptions, field definitions, and usage examples.
- Add individual AI ratings (score/signal/grade) for each coin in coins array
- Remove deprecated fields (status/summary/enSummary) from aiRating
- Clarify that top-level aiRating.score represents the highest score among all coins
- Update documentation across all languages (EN/ZH/JA/KO)
- 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.
- 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.
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>
- 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.
- 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.
- 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.