fix(skill): correct install URL and package name#971
Closed
hogan-yuan wants to merge 5 commits intolongbridge:mainfrom
Closed
fix(skill): correct install URL and package name#971hogan-yuan wants to merge 5 commits intolongbridge:mainfrom
hogan-yuan wants to merge 5 commits intolongbridge:mainfrom
Conversation
# 任务:将 openapi commit 523035611 新增的 SDK 接口同步到 developers 文档站 你的任务是将 openapi 仓库 commit `523035611c81 🤖 Generated with Endless Co-authored-by: 老袁 Yuan Zhanghong <zhanghong.yuan@longbridge-inc.com>
# 任务:将 openapi commit 523035611 新增的 SDK 接口同步到 developers 文档站 你的任务是将 openapi 仓库 commit `523035611c81 🤖 Generated with Endless Co-authored-by: 老袁 Yuan Zhanghong <zhanghong.yuan@longbridge-inc.com>
- Fix CalendarContext: unify 5 calendar pages to use finance_calendar SDK method with CalendarCategory enum; fix HTTP URL to /v1/quote/finance_calendar - Add Meeting and Merge calendar pages - Fix PortfolioContext: rename capital_flow → profit_analysis_flows - Add 11 missing FundamentalContext methods (institution_rating, institution_rating_detail, dividend_detail, forecast_eps, consensus, valuation_history, industry_valuation, industry_valuation_dist, invest_relation, operating, buyback) - Add 3 missing MarketContext methods (broker_holding_detail, broker_holding_daily, ah_premium_intraday) - Add 2 missing AlertContext methods (enable, disable) - Add 7 missing DCAContext methods (pause, resume, stop, stats, check_support, calc_date, set_reminder) - Add 5 missing SharelistContext methods (detail, popular, add_securities, remove_securities, sort_securities) - Add icons and collapse subdirectories for Fundamental and Account sections - Add Overview pages for Fundamental and Account sections - Translate zh-CN/zh-HK SDK docs; remove duplicate CLI tabs Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
- Fix broken URL: developers.longbridge.com → open.longbridge.com - Update package name: longbridge/developers → longbridge/skills - Remove deprecated -y flag; use -g only - Apply fixes across ProductSkill.vue, Skill.vue, and all three locale install guide pages Closes longbridge#970 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Member
Author
|
Superseded by a clean branch from main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #970
developers.longbridge.com→open.longbridge.comlongbridge/developers→longbridge/skills-y, use-gonlyAffected files:
NewHomePage/ProductSkill.vue— homepage AI prompt URL + CLI tab commandsSkill.vue— skill catalog npx/OpenClaw commandsdocs/{en,zh-CN,zh-HK}/skill/install/index.md— install guide code blocks🤖 Generated with Claude Code