Commit Graph

506 Commits

Author SHA1 Message Date
Endless 302b7e8eac 给 MCP 的安装指引里面增加 [Manus](https://manus.im) 的添加流程指引,用户可以进入 "Plugins" 窗口右侧区域有个 "Create" 按钮,弹出的菜单中选择 "Im (#1112) 2026-06-26 09:37:12 +08:00
拉罐 201b4aafb6 docs: add SEO cross-domain internal links to longbridge.com (#1110)
按 SEO 团队要求,在 developers 页面对已有词语包链接到 longbridge.com 对应页面, 覆盖 Skill /
Pricing / MCP / CLI / LLM / Topics / Getting Started 共 14 处锚点, 三语版本同步。

- /screener: screen stocks(Skill hero)
- /en/news: Longbridge community(Skill cases)、Latest news articles(Skill
capability)
- /markets: market data(Pricing hero)、Longbridge market data(MCP 首段 +
表格)、real-time market data(CLI、LLM)、live market data(Skill demo,已存在)
- /hk/download: Longbridge account(MCP Prerequisites +
Security、Topics)、Download App(Getting Started)
- /en/ai: AI agents(CLI JSON Output)

Skill.vue / Pricing.vue 模板将 hero.desc / cases.desc / capItems / skill
card desc / get-started card desc 从纯文本绑定改为 v-html,使内嵌 <a> 渲染生效。
2026-06-25 14:39:54 +08:00
拉罐 4b6c05690b Sync app theme from UA and fix VPLocalNav on scroll (#1106)
- Whale app: read `lbtheme/<mode>` from UA on mount and override
`isDark` before the first sync, so initial render matches the app
shell's theme.
- VPLocalNav: pin to fixed position below AppNav and only reveal after
scrolling past `--vp-nav-height`; previously it sat at `top: 0` and was
occluded by AppNav, or scrolled with content.
2026-06-22 19:51:19 +08:00
拉罐 1b017f57d5 Adapt layout for whale app environment (#1105)
Detect whale app via UA `lbcommitid`, then hide AppNav, VPLocalNav,
Footer, VPDocFooter; reset VPDoc.has-sidebar margin-top to 0; skip
loading the support-widget (not yet adapted for app). Also let
VPDocFooter row (Markdown / Edit / Last Updated) wrap naturally instead
of forcing space-between.
2026-06-22 19:15:17 +08:00
hold-baby 7571ffcc04 Rewrite mcp.longbridge.com to .cn for CN region build (#1102)
## Merge Verdict
**[APPROVE]** — Small, mechanical extension of the existing region
rewrite to cover a third root domain (`mcp.longbridge.com`).
> 3 files · +8 / -1 · `region.config.ts` `docs/.vitepress/`

---
## Summary
- `region.config.ts`: `RegionConfig` interface gains a new required
field `mcpHostname`; CN region sets it to `https://mcp.longbridge.cn`.
- `docs/.vitepress/region-utils.ts`: `buildRegionUrlReplacements()`
emits a third pair of rules (URL + bare-text) for the MCP hostname —
same shape as the existing `siteHostname` / `apiBaseUrl` blocks.
- `docs/.vitepress/config.mts`: `MCP_TOOLS_URL` (used by the
`fetch-mcp-tools` build-time plugin) now resolves to
`${regionCfg?.mcpHostname ||
'https://mcp.longbridge.com'}/mcp/tools.json` — CN builds source the
tool catalogue from the regional endpoint instead of `.com`.

---
## Risk Analysis
| Risk | Level | Mitigation |
|------|-------|-----------|
| `mcp.longbridge.cn/mcp/tools.json` endpoint not yet live | 🟡 |
Reviewer to confirm before merge — `fetch-mcp-tools` will hard-fail the
CN build if the URL 404s |
| Global build (`build:release`) regression |  | Verified: with no
`VITE_REGION`, `regionCfg` is undefined → helper returns `[]` for MCP
rules; `MCP_TOOLS_URL` falls back to `mcp.longbridge.com`; `mcp.html`
keeps 7 `.com` + 1 `.cn` (original "China mainland" section) identical
to source |
| Order-dependent rewriting between `mcp` / `open` / `openapi` |  | All
three hostnames are mutually non-substring (different 5th char or
different prefix), so the three protocol-prefixed + three bare-text
rules are independent regardless of order |
| Mainland users on global `.cn` site getting wrong fallback |  | This
PR only adds a CN-only rule; nothing about the global path changes |

---
## Design Decisions
- **Add `mcpHostname` to `RegionConfig` rather than hardcoding inside
the helper** — keeps the regional URL list in one declarative file
(`region.config.ts`) instead of scattering string constants across
`region-utils.ts`. Matches the pattern already set by `siteHostname` /
`apiBaseUrl`.
- **Switch the build-time fetch source, not just the displayed URL** —
chosen so the CN build's `mcp-tools.json` actually reflects the
catalogue served by the CN MCP endpoint (potentially region-specific
tools), instead of CN docs displaying `.cn` while embedded data was
scraped from `.com`.
- **Field is required, not optional** — every region must declare its
MCP hostname explicitly; prevents silent fallback to `.com` when a new
region is added.

---
## Code Notes
1. **[Needs review]** Confirm `https://mcp.longbridge.cn/mcp/tools.json`
is live and returns the same JSON shape as the global endpoint before
merge. If not yet deployed, the CN build will fail at `fetch-mcp-tools`
`buildStart` with an HTTP error.

---
## Verification
-  `bun run build:cn` succeeds; `rg -l
'(open|openapi|mcp)\.longbridge\.com' docs/.vitepress/dist` → zero
residual `.com` across HTML / MD / JS / install scripts /
`mcp-tools.json`.
-  `bun run build:release` succeeds; `dist/docs/mcp.md` per-file domain
distribution (1× `mcp.longbridge.cn` + 7× `mcp.longbridge.com`) matches
source 1:1.
-  Source `install.ps1` is byte-identical to global build output (no
accidental rewrite).

Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
2026-06-18 13:31:57 +08:00
hold-baby b0f5dae7de Switch terminal install scripts to assets.lbkrs.com CDN (#1101)
## Merge Verdict
**[APPROVE]** — Mechanical URL swap from `open.longbridge.com` to
`assets.lbkrs.com` for terminal release lookup + download.
> 2 files · +4 / -4 · `docs/public/longbridge-terminal/`

---
## Summary
- `install` (POSIX) and `install.ps1` (PowerShell) both switched from
`https://open.longbridge.com/...` to
`https://assets.lbkrs.com/github/release/longbridge-terminal/...` for
the latest-version probe and the binary tarball/zip download.
- Path layout also realigned: previously `/{repo}/releases/latest` with
`repo=longbridge/longbridge-terminal`; now
`/github/release/longbridge-terminal/latest` — a fixed path no longer
parameterized by `$repo`.
- `$repo` variable is still declared in `install` but no longer used for
URL construction (only referenced in code comments / future use); kept
to minimize diff.

---
## Risk Analysis
| Risk | Level | Mitigation |
|------|-------|-----------|
| `assets.lbkrs.com/github/release/longbridge-terminal/latest` endpoint
not yet live | 🟡 | Reviewer to confirm the new CDN endpoint is published
before merging — script will fail at `get_latest_release` if the URL
404s |
| Existing users who already ran the old script |  | They have
`longbridge` on PATH; this PR only affects new installs / reinstalls |
| Region build interaction |  | The CN region rewrite plugin (added in
#1100) only rewrites `open.longbridge.com` / `openapi.longbridge.com`;
`assets.lbkrs.com` is intentionally untouched and CN builds will keep
the same CDN URL |
| `$repo` variable now unused | 🟢 | Cosmetic only — script still runs;
removing it is a follow-up cleanup if desired |

---
## Design Decisions
- **Use a fixed path instead of `$repo`-templated**: The new endpoint is
a dedicated CDN slot (`/github/release/longbridge-terminal/`) rather
than a GitHub-mirror-style route, so the `$repo` indirection is no
longer meaningful. Switching to a flat path matches the actual CDN
layout.
- **Source file stays `assets.lbkrs.com` for all regions**: Unlike
`open.longbridge.com`, the assets CDN is not region-split, so no region
rewrite is needed; the file is identical for global and CN builds.

---
## Code Notes
1. **[Needs review]** Endpoint readiness on
`assets.lbkrs.com/github/release/longbridge-terminal/latest`
Reviewer should verify the CDN endpoint serves the latest version tag
(and the per-version tarballs/zips) before merging; otherwise new
installations will fail at the first `curl --silent` call.
2. **[Info]** `$repo='longbridge/longbridge-terminal'` left declared but
unused in `install` (line 5)
Not a bug — script still runs cleanly. Can be removed in a follow-up if
the team prefers a tighter diff for future edits.
— Author note: intentionally kept for now; will clean up in a follow-up.

---
## Verification
-  Both files contain only the URL constants — no logic changes, no
shell-substitution edge cases introduced.
- 📋 Manual check after merge: `curl -sSL
https://assets.lbkrs.com/github/release/longbridge-terminal/install |
sh` on Linux/macOS, and `iwr
https://assets.lbkrs.com/longbridge/longbridge-terminal/install.ps1 |
iex` on Windows.
- 📋 Confirm the CDN endpoint
`assets.lbkrs.com/github/release/longbridge-terminal/latest` returns a
version string with deploy ops.

Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
2026-06-18 12:38:32 +08:00
hold-baby b952761fa6 Complete .com→.cn hostname rewrite for CN region build (#1100)
## Merge Verdict
**[APPROVE]** — Region URL rewriting is now complete across every
artifact channel; global build verified untouched.
> 6 files · +73 / -26 · `docs/.vitepress` `scripts/` `package.json`

---
## Summary
- Extract a shared `buildRegionUrlReplacements()` in `region-utils.ts`
that emits **four** rules per non-default hostname (protocol-prefixed +
bare-text for both `siteHostname` and `apiBaseUrl`), and route the four
pre-existing rewrite sites (`region-filter.ts`, `transformHtml`,
`buildEnd install`, plus the new ones) through it.
- Add a new Vite `region-source-url-rewrite` plugin (`enforce: 'pre'`)
that rewrites hardcoded hostnames inside `.vue/.ts/.json/.yaml` source
modules — this is the only channel that reaches Vite-compiled JS bundles
(install command strings in Vue components, `mcp-tools.json` connect
links, `openapi.yaml` error-message text).
- Bring `.md` copies + `llms.txt` into region rewriting:
`normalize_md.ts` (the real writer of `dist/**/*.md`) and
`generate-llms.ts` (the static `llms-intro.md` injection point) now
share the same helper.
- Fix root-cause env-leak: `build:cn` now also passes `VITE_REGION=cn`
to the `bun run build:llms` segment — previously `cross-env` only scoped
to the `vitepress build` process, so `normalize_md`/`generate-llms`
never knew it was a CN build and silently produced `.com` artifacts.

---
## Risk Analysis
| Risk | Level | Mitigation |
|------|-------|-----------|
| Global build (`build:release`) accidentally rewritten |  | Shared
helper returns `[]` when `VITE_REGION` is unset → every call site is a
no-op. Verified: `dist/longbridge-terminal/install.ps1` is
byte-identical to source; `mcp.html` keeps all 9 `.com`; `llms-full.txt`
keeps all 112 `open.longbridge.com`. |
| Bare-rule replacement double-matches |  | `open.longbridge.com` is
**not** a substring of `openapi.longbridge.com` (5th char `.` vs `a`),
so the four rules are mutually independent regardless of order. |
| Vite `transform` runs on every module — performance hit | 🟢 |
`buildRegionUrlReplacements()` is lightweight (one env read + small
array build). On global builds it short-circuits via
`replacements.length === 0`. |
| `enforce: 'pre'` ordering vs `yaml-transform` |  | `'pre'` plugins
run before normal plugins, so this transform sees raw YAML text and
rewrites it before `yaml-transform` JSON-stringifies it. |
| Hardcoded global hostnames in helper | 🟡 | Helper compares against the
literal `'https://open.longbridge.com'` /
`'https://openapi.longbridge.com'`. If the global domain ever changes,
this file plus `region.config.ts` must be updated together. Same
constraint already existed before this PR. |

---
## Design Decisions
- **Centralize rules in `region-utils.ts`** instead of inlining at four
call sites — four sites already drifted (HTML had two rules but markdown
had only the URL form before the previous PR). One source of truth
prevents future drift.
- **Pre-stage Vite transform** rather than a post-build dist scan —
keeps source maps intact and lets the rewrite participate in dependency
invalidation. It also naturally covers `openapi.yaml` (huge but fine —
string `split/join` is O(n) and only runs once per module per build).
- **Bare-hostname rules alongside URL rules** — covers
`[open.longbridge.com/connect](https://...)` markdown patterns where
only the link target gets matched by URL rules; the display text needs
the bare-host rule.
- **Source `install` / `install.ps1` keep `.com`** — global build's
`buildEnd` already had a rewrite pass; making source `.com`-default lets
the existing rewrite mechanism do the work and avoids two
source-of-truth files.

---
## Code Notes
1. **[Info]** `region-utils.ts:25` comment "first so bare rules don't
double-match"
In practice both orderings are correct because after either rule runs
the other one's "from" string no longer exists in the result. The note
is defensive rather than load-bearing.
   — Author note: deferred to next iteration.
2. **[Info]** `config.mts` Vite transform hook calls
`buildRegionUrlReplacements()` per module
The helper is cheap but is invoked once per source module on every
build. Could be hoisted to the closure top if profiling ever flags it;
not worth the structural change today.
   — Author note: deferred to next iteration.
3. **[Info]** `package.json` build:cn duplicates `cross-env
VITE_REGION=cn` across two segments
Maintainable but easy to forget if a third stage is added later. Could
be solved with `cross-env-shell` wrapping the whole chain, but that's a
separate cleanup.
   — Author note: deferred to next iteration.
4. **[Needs review]** Vite `transform` regex includes `.yaml`/`.yml`
This is intentional — `openapi.yaml` ships hardcoded
`https://open.longbridge.com/sdk` and error-message URLs that must be
rewritten for CN. Reviewer should confirm there's no other YAML in the
dependency graph whose `.com` strings must be preserved as global
references. None observed in the current tree.

---
## Verification
-  `bun run build:cn` succeeds; `rg -l
'(open|openapi)\.longbridge\.com' docs/.vitepress/dist` → **zero
residual `.com`** across HTML/MD/JS/scripts.
-  `bun run build:release` succeeds; `install.ps1` and `install` are
byte-identical to source; `mcp.html` keeps 9× `.com`; `llms-full.txt`
keeps 112× `open.longbridge.com`; CN endpoint mentions inside docs
(`getting-started.md` etc.) are preserved as intended.
-  `openapi-quote.longbridge.cn` / `openapi-trade.longbridge.cn` counts
in `getting-started.html` match source 1:1 (no over-rewrite).
- 📋 Reviewer to confirm: CN site (`open.longbridge.cn`) renders `mcp.md`
/ `skill/install` pages with the new URLs after deploy.

Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
2026-06-18 11:37:13 +08:00
hold-baby 406b5fb595 修复 terminal 安装脚本版本查询域名 (#1097)
## 合入判断
**[APPROVE]** — 单行域名对齐修复,无显著风险
> 1 file · +1 / -1 · `docs/public/longbridge-terminal`

---
## 变更概要
- 将 `install` 脚本中 `get_latest_release` 拉取最新版本所用的域名由 `open.longbridge.cn`
改为 `open.longbridge.com`
- 修复后与同目录 `install.ps1`(Windows 安装脚本)以及本脚本下方的 `download_url` 域名完全一致

---
## 风险分析
| 风险点 | 等级 | 缓解措施 |
|--------|------|---------|
| 旧域名是否仍可用 |  | 不影响:脚本已统一指向 `.com`,与下载 URL 一致 |
| 用户已缓存旧 install 脚本 | 🟢 | 用户每次通过 `curl ... \| sh` 重新拉取,无持久缓存 |

---
## 设计决策
- **域名统一**:脚本内 `get_latest_release` 与 `download_url` 统一为
`open.longbridge.com`,与 PowerShell 版本保持一致

---
## 代码关注点
无显著问题。

---
## 验证状态
📋 需验证:在 macOS/Linux 上执行 `curl -fsSL
https://open.longbridge.com/longbridge/longbridge-terminal/install | sh`
能成功拉取到最新版本号并完成下载

Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
2026-06-17 23:03:12 +08:00
Jason Lee 58b1ede27e docs: Release CLI v0.23.2 (#1096) 2026-06-16 21:24:34 +08:00
拉罐 1f870eacc9 fix(nav): preserve locale prefix on dashboard/log-out/connect links (#1095)
切换到 zh-CN / zh-HK 后点击头像菜单 Dashboard 等链接,会丢失语言前缀跳到 /dashboard。 改为
localePath() 包裹,使其跟随当前 locale 输出 /zh-CN/dashboard、/zh-HK/dashboard。

涉及位置:UserAvatar 下拉、AppNav 头像菜单与顶栏 Dashboard 按钮、HeroSection CTA。
2026-06-15 23:23:03 +08:00
Endless 23141067f4 longbridge/skills 项目新增了 codex plugin,请修改 skills 页面,在 claude code plugin 相关的地方增加 codex plugin 的安装脚本。当 (#1090)
🤖 Auto-generated by Endless task
[#24](https://endless.longbridge-inc.com/projects/developers/tasks/24).

Initiated by: Huacnlee Li Huashun

## Background

The `longbridge/skills` repository recently added a Codex plugin
manifest (`.codex-plugin/plugin.json`), enabling OpenAI Codex users to
install Longbridge Skills via the native Codex plugin system — analogous
to the existing Claude Code plugin path.

The developer documentation site already documented how to install
Skills via the Claude Code plugin, npx/bunx, ZIP download, and OpenClaw.
However, there was no corresponding install block for Codex users who
want to use the plugin system. This left Codex users without a clear,
official install method in the docs.

## Summary

- Problem solved: Codex users had no documented plugin install path in
the Skill Installation Guide
- What was done: Added a "Via Codex plugin" block immediately after the
existing "Via Claude Code plugin" block in Step 2 of the Skill
Installation Guide, across all three locales (en, zh-CN, zh-HK)
- Why this approach: Mirrors the existing Claude Code plugin block in
structure and placement; uses the exact commands from
`code/skills/docs/install.md` Path D (`codex plugin marketplace add
longbridge/skills` + `codex plugin add longbridge@longbridge-skills`)
- How to verify: Open any of the three locale install pages
(`/skill/install`, `/zh-CN/skill/install`, `/zh-HK/skill/install`) and
confirm the new "Via Codex plugin" block appears between the Claude Code
plugin block and the npx/bunx block in Step 2

## Changes

| File | Change |
|---|---|
| `docs/en/skill/install/index.md` | Added "Via Codex plugin" install
block after the Claude Code plugin block in Step 2 |
| `docs/zh-CN/skill/install/index.md` | Added Simplified Chinese "通过
Codex 插件安装" block after the Claude Code plugin block in Step 2 |
| `docs/zh-HK/skill/install/index.md` | Added Traditional Chinese "通過
Codex 插件安裝" block after the Claude Code plugin block in Step 2 |

## Key Decisions

Placed the Codex plugin block immediately after Claude Code plugin
(before npx/bunx) because both are plugin-system install methods and
belong together; npx/bunx is a more general path that applies to all
tools regardless of plugin support.

---------

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
Co-authored-by: Jason Lee <huacnlee@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 20:52:07 +08:00
Jason Lee 30a7581a6a docs: update Codex MCP setup instructions (#1087)
## Summary
- Update Codex MCP setup instructions to use `codex mcp add longbridge
--url https://mcp.longbridge.com`.
- Preserve the existing UI setup flow as a Codex Desktop guide across
English, Simplified Chinese, and Traditional Chinese docs.

## Test Plan
- `git diff --check -- docs/en/docs/mcp.md docs/zh-CN/docs/mcp.md
docs/zh-HK/docs/mcp.md`
- `codex mcp add --help`
- `npx vitepress build docs --outDir
/private/tmp/developers-docs-pr-build` (fails on existing
`docs/superpowers/specs/2026-06-05-agent-auth-code-design.md:130` Vue
parse error)
2026-06-12 20:24:25 +08:00
Jason Lee e780aed0fb docs: 夜盘行情归入 Nasdaq Basic 免费 + 补充 ChatGPT 接入 MCP 说明 (#1086)
## 变更内容

本分支包含两部分文档调整:

### 1. 夜盘行情改为「Nasdaq Basic 免费包含」

Revert 了 #1081(该提交把 `Nasdaq Basic` 错误改成了 `US LV1`,并合并了定价对比矩阵、误删了多处
`<QuotePermission>` 标签),改为在保留 `Nasdaq Basic` 措辞的前提下重新表述夜盘:

- 夜盘行情统一标注为「已包含在 Nasdaq Basic 中,免费」,仅需设置
`LONGBRIDGE_ENABLE_OVERNIGHT=true` 即可开启,不再要求购买 LV1 行情卡
- `quote-permissions.yaml`:各命令美股描述去掉「夜盘需购买 LV1」,并移除 `store_cards`
中的夜盘购卡项
- 文档(三语同步):`getting-started` / `qa.quote` / `quote.overview` /
`candlestick` / `history-candlestick` / `quote` 字段说明
- `Pricing.vue`:对比矩阵 Overnight 行补勾 Nasdaq Basic 列(保留 US LV1 列)
- 全程不引入 `US LV1` 术语

### 2. 补充 ChatGPT 接入 Longbridge MCP 说明(三语)

为 `docs/{lang}/docs/mcp.md` 新增/补全 ChatGPT 客户端接入步骤:开启 Developer Mode →
Settings/Apps 路径 → Create app 表单字段 → 截图与演示视频。en / zh-CN / zh-HK 三语同步。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-12 16:58:28 +08:00
Hogan 737dfa1069 fix(skill-catalog): update locale to match 13 consolidated skills (#1083)
## Summary

- Skill 页显示 \"All 38\",实际 skill 项目只有 13 个
- 根因:locale 文件有 30 个旧细粒度条目(`longbridge-quote`、`longbridge-depth`
等),`skills.json` 已更新为 13 个新聚合 skill,其中 8 个不在 locale 里被 `augmentLocale`
自动追加 → 30 + 8 = 38
- 修复:将三个 locale 文件(en / zh-CN / zh-HK)全部替换为 13 个新 skill 条目,与
`skills.json` 完全对齐

## Changes

- `skill-catalog/en/index.ts` — 30 → 13 个条目,映射新聚合 skill
- `skill-catalog/zh-CN/index.ts` — 同步简体中文
- `skill-catalog/zh-HK/index.ts` — 同步繁体中文
- 移除已无 skill 使用的 `trade` 分类

## Test plan

- [ ] 访问 Skill 页面,确认 All 显示 13
- [ ] 切换三种语言,确认数量和卡片内容正常
- [ ] 确认分类 tab(Market / Research / Derivatives / Discovery / Portfolio /
Platform)均正常

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-10 11:41:00 +08:00
Jason Lee 420f588c4e docs: US 夜盘行情改为免费 (#1081)
## 变更内容

将 **US 夜盘行情(Overnight)** 的说明从「需购买 LV1 实时行情卡」更新为**免费**,并精简定价页对比矩阵。

### 文档(三语同步:en / zh-CN / zh-HK)

- **`qa/quote.md`** Q6:夜盘行情免费提供,无需额外购买行情卡。
- **`quote/overview.md`** 行情权限表:获取方式改为「免费,设置
`LONGBRIDGE_ENABLE_OVERNIGHT=true` 即可获取」。
- **`getting-started.md`** 环境变量表:`LONGBRIDGE_ENABLE_OVERNIGHT`
说明改为「夜盘行情免费,仅支持美股」。

技术开关(`LONGBRIDGE_ENABLE_OVERNIGHT` / metadata
`need_over_night_quote`)与「仅支持美股」限制保持不变。

### 定价页(`Pricing.vue`)

- 给 Overnight 行补上免费档勾选后,**Nasdaq Basic 列与 US LV1 列勾位完全一致**,移除重复的 Nasdaq
Basic 列。
- 对比矩阵由 6 列调整为 5 列:**US LV1 · OPRA · HK LV1 · HK LV2 · CN LV1**。

> ⚠️ 注意:US LV1 列 tag 仍为「付费」,overnight 的勾现落在该列下。如需在矩阵中体现 overnight
免费,可后续调整该列标签。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 10:17:28 +08:00
Jason Lee 4ce9dcfb00 docs: add cross-domain internal links to longbridge.com (#1080)
## Summary

Adds SEO cross-domain internal links from the Longbridge Developers docs
(open.longbridge.com) to the main longbridge.com site, synchronized
across all three locales (en / zh-CN / zh-HK).

## Links added

| Source page(s) | Anchor text | Target |
| --- | --- | --- |
| CLI finance-calendar | Stock Earnings Calendar | `/calendar/report` |
| CLI news, API news | Longbridge News | `/news` |
| CLI topic, API topics + 5 topic sub-endpoints | Longbridge Topics |
`/topics` |
| Quote | Longbridge Global Markets | `/markets` |
| Docs overview | open a Longbridge Integrated A/C | `/hk/download` |
| CLI screener | Longbridge Stock Screener | `/screener` |
| Homepage hero / AI / MCP | live market data / screen stocks /
real-time quotes | `/markets`, `/screener` |
| Pricing hero / basic data / realtime / FAQ | news / view live market
data / Longbridge App / integrated accounts | `/news`, `/markets`,
`/hk/download` |
| Skill cross-market screening | live market data | `/markets` |

## Notes

- All longbridge.com links omit the language segment (e.g. `/news`, not
`/en/news`); the main site auto-switches locale by user language.
- Vue components (NewHomePage, Pricing, Skill) render the relevant
description fields via `v-html` so inline `<a>` links work. No custom
inline link styling is used — default link styling for maintainability.
- Chinese docs were run through `autocorrect --fix`.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 10:07:42 +08:00
Jason Lee 6956e19ac2 docs: drop "100+" skill-count from homepage copy (#1079)
## What

Removes the **"100+"** skill-count claims from the homepage copy.

## Why

The skills repo was consolidated from 127 skills down to 13. The raw
count is no longer a selling point — quantity isn't the differentiator
anymore, capability and coverage are. So the copy shouldn't lead with a
number that is both outdated and off-message.

## Changes (all three locales: en / zh-CN / zh-HK)

- **`Skill.vue`** — catalog hero title: `100+ Skills, covering every
move…` → `Skills that cover every move in your trading day.`
- **`NewHomePage/index.vue`**
- AI Skill product-card `tags`: `['100+ Skills']` → `['Agent Skills']`
(4 occurrences)
- AI-section `eyebrow`: `AI Skill · 100+ packaged tools` → `AI Skill ·
packaged tools`

The CLI card's `130+ cmds` is a separate, still-valid metric and is left
untouched.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 17:33:22 +08:00
Jason Lee 6c5a7e82f1 docs: Fix skill page Connect button to follow current locale (#1073)
## Summary

- The `Connect AI` button on the `/skill` page hard-coded
`href="/connect"`, so zh-CN / zh-HK visitors were sent to the English
connect page.
- Now uses the existing `localePfx` computed (same as the
`/skill/install` link), linking to `/zh-CN/connect` / `/zh-HK/connect` /
`/connect` per the current locale. All three paths verified live (200).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 17:18:18 +08:00
Jason Lee 644726b0b2 docs: add Agent Auth Code guide for browser-less authorization (#1072)
## Summary

- Add new **Agent Auth Code** doc page (en / zh-CN / zh-HK): generate a
one-time code at
[open.longbridge.com/connect](https://open.longbridge.com/connect),
redeem via CLI `auth login --auth-code` or the dedicated MCP endpoint
`https://mcp.longbridge.com/agent` (`authenticate` tool)
- CLI install docs: document the `--auth-code` fallback when no browser
is available (example code uses base58 format)
- MCP docs: add tip for clients with incomplete OAuth support or no
browser
- Skill references (`setup.md` / `mcp.md`): auth-code flow for headless
agents
- AppNav: add "Connect AI" entry to the avatar dropdown menu

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 15:32:47 +08:00
Jason Lee ecdc96a6b7 docs: update MCP host to mcp.longbridge.com / mcp.longbridge.cn (#1071)
## Summary

- 将 MCP Host 从 `https://openapi.longbridge.com/mcp` 改为
`https://mcp.longbridge.com`
- 中国大陆加速地址从 `https://openapi.longbridge.cn/mcp` 改为
`https://mcp.longbridge.cn`
- 更新范围:三语言 MCP 文档与 Skill
安装页、首页组件(`NewHomePage/index.vue`、`ProductMCP.vue`)、`README.md`、`skills/longbridge/references/`
- `config.mts` 构建端点同步改为
`https://mcp.longbridge.com/mcp/tools.json`(已验证返回 200)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 09:47:45 +08:00
Jason Lee 783c646cfc docs: Add CLI v0.22.4 release notes and ETF holdings docs (#1068)
## Summary

- Add **CLI v0.22.4** release notes: `constituent` now supports ETFs —
asset-allocation breakdown for ETF symbols, and full US ETF holdings
fetched from SEC EDGAR N-PORT filings
(longbridge/longbridge-terminal#229, longbridge/longbridge-terminal#231)
- Document the new ETF holdings behavior in the `constituent` command
page (usage examples, SEC N-PORT output sample, fallback chain,
data-timeliness notes)
- Backfill missing changelog entries for CLI v0.22.2 / v0.22.3, and add
v0.22.4
- All three locales (en / zh-CN / zh-HK) updated in sync; Chinese docs
formatted with `autocorrect --fix`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 17:15:25 +08:00
Jason Lee df68a37912 docs: 新增开发者平台免责声明与 API 许可协议,优化法律文档导航 (#1066)
## 概述

新增开发者平台两份法律文档(HK/SG),并优化「法律文件」在站内的导航与布局。

## 改动

### 新增法律文档
- 《开发者平台免责声明》《API 许可协议》各含 HK / SG 两版,en / zh-CN / zh-HK 三语言,共 12 个页面
- 内容逐字取自法务提供的源文件,去除正文 H1、改由 frontmatter `title` 提供,与既有 legal 页保持一致
- 新增 `legal/index.md` 索引首页,按 SG / HK 分组索引全部协议

### 侧边栏
- `gen.ts` 新增 `_category_.json` 的 `indexLink`
字段:配置后该分类在侧边栏渲染为指向索引页的单链接、不展开子页面(避免平铺过多);特意不复用语义不同的 `link` 字段,避免误伤
`quote/subscribe`
- 法律文档顺序统一为 **SG 在前、HK 在后**

### Footer
- AppFooter 法律区由数据授权两项收敛为单个「协议与免责声明」入口,指向 `/docs/legal`

### 布局修复
- 修复文档顶部被固定导航栏遮挡(`.VPDoc.has-sidebar` 增加顶部留白)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 21:31:24 +08:00
Jason Lee 669e7b5083 docs: Add CLI v0.22.3 release notes (#1065)
为 longbridge CLI v0.22.3 补充 Release Notes(en / zh-CN / zh-HK 三种语言)。

## 本次发布概要

v0.22.3 聚焦面向 AI 工作流的输出可读性与完整性:

- **`quote` 新增美股隔夜时段数据** — `quote <SYMBOL> --format json` 现会填充
`overnight_quote`,与 `pre_market_quote`、`post_market_quote` 并列;此前隔夜字段始终为
`null`,会影响盘后判断([#228](https://github.com/longbridge/longbridge-terminal/pull/228))
- **持仓类命令显示账户类型 banner** —
`positions`、`fund-positions`、`assets`、`portfolio` 现会在表格前打印一行账户标识(`Live
A/C (real account)` / `Demo A/C (simulated
account)`),便于直接区分数据所属账户;`--format json`
输出保持不变([#226](https://github.com/longbridge/longbridge-terminal/pull/226))

> 注:GitHub 上 v0.22.3 release 页面发布后,文档内的 tag 链接即可生效。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 17:13:59 +08:00
Jason Lee 57bbb855da docs: Add CLI v0.22.2 release notes (#1060)
为 longbridge CLI v0.22.2 补充 Release Notes(en / zh-CN / zh-HK 三种语言)。

## 本次发布概要

v0.22.2 是一个聚焦 **JSON 输出一致性** 的维护版本,主要面向脚本与 AI 工具调用场景:

- **JSON 时间戳统一为 RFC 3339** — `topics`(帖子与回复时间)及账户盈亏流水记录改用 RFC 3339
日期时间,不再输出原始 Unix
时间戳([#223](https://github.com/longbridge/longbridge-terminal/pull/223)、[#225](https://github.com/longbridge/longbridge-terminal/pull/225))
- **`rank` / `screener` / `short-positions` / `top-movers` JSON 输出优化** —
内部 `counter_id` 替换为可读的 `symbol`,`rank` 分类与 `screener strategies`
输出扁平化、规范化([#221](https://github.com/longbridge/longbridge-terminal/pull/221))
- **`market-temp --history` 默认区间** — 省略 `--start` 时默认取结束日期前 30
天([#224](https://github.com/longbridge/longbridge-terminal/pull/224))

> 说明:v0.22.1(screener 迁移 AI 端点)此前未在 Release Notes 中单列,本次仅补充 v0.22.2。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 13:36:12 +08:00
mingxingmeng-ctrl deeed629ec 完善 Skill 安装指引,让 agent 自主跑通 Step 1 安装与鉴权 (#1059)
## 目的

让 AI agent 能完整、无偏差地执行 Step 1(安装 CLI → 鉴权 → 验证)。此前唯一的执行偏差在 `longbridge
auth login` 一步——agent 容易前台干等,或不知如何处理浏览器授权。

## 改动

仅 `docs/{en,zh-CN,zh-HK}/skill/install/index.md` 顶部 `<!-- AI INSTRUCTION
-->` 块,每份 3 行(正文及 Step 3/4 与 main 完全一致):

1. **前言**:要求 agent 为这些步骤建立 TodoList 并自己运行命令
2. **Step 1**:CLI 方式自己运行安装命令,再用 `longbridge --version` 确认
3. **Step 2(核心)**:在后台运行 `longbridge auth login`——它打印验证 URL + code 并轮询约 5
分钟;agent 把 URL/code 转交用户、等其在浏览器批准、待 exit 0(`Successfully
authenticated.`)后继续,并用 `longbridge auth status` 确认

## 范围

纯文档 · 3 文件 · 每份 3 行 · 不涉及 Homebrew、不改正文与 Step 3/4。

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 09:32:03 +08:00
Endless bb1efde49d 检查修复 developers 项目内 /skill 介绍页面有一段 "请按照以下指南安装 Longbridge AI toolkit:https://open.longbridge.com/skil (#1056)
🤖 Auto-generated by Endless task
[#23](https://endless.longbridge-inc.com/projects/developers/tasks/23).

Initiated by: Huacnlee Li Huashun

## 背景

`/skill` 介绍页面中有一段引导用户安装 Longbridge AI toolkit 的文案,其中包含安装指南
URL(`/skill/install.md`)以及 ZIP 下载命令中的文件地址。平台在中国大陆提供独立域名
`open.longbridge.cn`,对应的 CN 版本构建时会通过 `VITE_SITE_HOSTNAME` 环境变量注入正确的域名前缀。

然而 `Skill.vue` 中这些 URL 均为硬编码字符串 `https://open.longbridge.com/...`,未引用
`siteHostname` 工具常量。这导致即使在 `.cn` 构建下,页面上展示的安装 URL 仍为
`.com`,与用户所在的域名环境不符。

## 根因

`LOCALE` 对象中的 `installCmd` 字符串以及 catalog 弹窗的 ZIP 下载链接,均直接嵌入了
`https://open.longbridge.com` 字面量,没有引用
`docs/.vitepress/theme/utils/region.ts` 导出的 `siteHostname`
常量。`siteHostname` 在构建时从 `import.meta.env.VITE_SITE_HOSTNAME` 读取域名(CN
构建设为 `https://open.longbridge.cn`,默认为
`https://open.longbridge.com`),是该代码库中处理多域名的标准方式,但 `Skill.vue` 中遗漏了这一引用。

## 摘要

- 解决的问题:`.cn` 域名下的 `/skill` 页面,安装指南 URL 和 ZIP 下载链接仍显示为 `.com`
- 做了什么:在 `Skill.vue` 中导入 `siteHostname`,将 6 处硬编码
`https://open.longbridge.com` 替换为 `${siteHostname}` 模板表达式
- 为什么这样做:`siteHostname` 是构建时常量,SSR 和客户端水合使用同一个值,彻底消除水合不一致;与
`Breadcrumb/index.vue` 等组件的现有实现保持一致
- 如何验证:`VITE_SITE_HOSTNAME=https://open.longbridge.cn bun run
build:release`,检查构建产物中安装指南 URL 是否为 `.cn`;默认构建检查是否为 `.com`

## 修改

| 文件 | 改动内容 |
|---|---|
| `docs/.vitepress/theme/components/Skill.vue` | 导入 `siteHostname`;替换
en/zh-CN/zh-HK 三处 `installCmd` 中的域名、computed 中两处 curl 下载命令、template 中一处
ZIP href |

## 关键决策

使用构建时常量 `siteHostname` 而非运行时 `window.location.hostname` 检测:域名在运行时不会改变,且
`siteHostname` 已是本项目多域名处理的既定模式,无需引入额外的运行时判断逻辑。

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
2026-06-01 20:43:27 +08:00
hold-baby 8d0f6fc4ae 修复大陆版构建未重写 openapi.longbridge.com 为 .cn (#1057)
## 合入判断
**[APPROVE]** — 大陆版 region 重写机制扩展,补齐遗漏的 API 域名,无显著风险
> 3 files · +32 / -10 · `docs/.vitepress` `docs/public`

---
## 变更概要
- 扩展 `regionConfig` 的 URL 重写:在 markdown 渲染、HTML 输出、install 静态脚本三处统一新增
`openapi.longbridge.com → apiBaseUrl`(cn 版即 `.cn`),与原有
`open.longbridge.com → siteHostname` 并列
- 把两处单字符串替换重构为 `[from, to][]` 数组循环,方便后续再添加其它待重写域名
- 修正 `docs/public/longbridge-terminal/install` 第 8 行硬编码 `.cn`
的残留,统一为全球默认 `.com`,由构建期 region 重写在 cn 构建时统一换回 `.cn`

---
## 风险分析
| 风险点 | 等级 | 缓解措施 |
|--------|------|---------|
| 替换顺序导致二次替换 |  | 两域名互不为子串(`open` 与 `openapi` 在第 12 字符就分叉),串行
`split/join` 安全 |
| 全球版构建受影响 |  | 全球版 `regionCfg` 为 `undefined`,新条件分支不进入;install 源文件改回
`.com` 后全球版表现一致 |
| 大陆版漏改子域名 | 🟢 | 已对 cn 构建产物全量扫描(HTML + install),零 `.longbridge.com` 残留 |
| install 源文件改 `.cn`→`.com` 影响生产 |  | 此文件由 buildEnd 在 cn 构建时再次重写为
`.cn`;全球版本就该用 `.com` |

---
## 设计决策
- **源文件统一全球默认域名,差异化交给 region 重写**:避免在源文件维护两套常量,与项目已有重写机制一致
- **三处重写点保持各自独立**:markdown 插件 / transformHtml / buildEnd install
各处的执行时机和载体不同(token / 字符串 / 文件),不抽象统一函数,避免过度耦合

---
## 代码关注点
1. **[需判断]** `apiBaseUrl` 是 origin 还是带 path
(`docs/.vitepress/md-plugins/region-filter.ts:18`)
`regionConfig.cn.apiBaseUrl = 'https://openapi.longbridge.cn'` 不带末尾
`/`,与被替换的 `https://openapi.longbridge.com` 一致,目前安全;若未来配置改成带
path/trailing slash 会导致 URL 拼接错位,reviewer 拍板是否在配置层加格式校验
2. **[信息]** dist 下的 `.md` 副本和 `llms.txt` 未走 region 过滤 (`docs/.vitepress`
外的 `copy-routes.ts` / `generate-llms.ts`)
产物里 `.md` / `llms.txt` 仍含 `.com`(独立生成链路,不经 markdown 插件),本次 scope
不处理;如需大陆版 AI 消费副本也走 `.cn`,需单独 PR 给那两个脚本加 region 化

---
## 验证状态
 本地 `bun run build:cn` 构建成功(170 行输出,1 warning,无 error) ·  dist HTML
全量扫描零 `.longbridge.com` 残留 ·  install / install.ps1 产物 5/5 处全部 `.cn` ·
📋 需 reviewer 验证:线上 `open.longbridge.cn` 实际访问 mcp / skill 页面域名展示

Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
2026-06-01 19:21:33 +08:00
拉罐 30401a857a feat: integrate Google One Tap login via CDN bundle (#1051)
Inject the `google-one-tap.es.js` CDN bundle into every page <head> via
VitePress `head` config, so it loads in both `bun run dev` and built
output (works around `transformHtml` being build-only).

- Gated by `VITE_REGION !== 'cn'` (Google unavailable in China).
- `data-proxy` attribute driven by `process.env.PROXY`: `canary` for
`dev:canary` / `build:canary`, otherwise `production`. CI inherits via
the same npm scripts — no workflow edits required.
- No `data-region` passed: the bundle falls back to `app-id` / `region`
cookies with `sg` default, which is correct for this first-party
`.longbridge.com` site.
- On success the bundle writes session cookies on `.longbridge.com` and
reloads, so `longportInternal.isLogin()` picks it up.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 10:38:18 +08:00
JetSquirrel ed10f89ddd docs: remove blank lines in CliCommand blocks to fix heading render (#1039)
Blank lines inside <CliCommand> blocks caused markdown parser to
interpret `# ...` comment lines as H1 headings instead of code comments.

<img width="763" height="456" alt="image"
src="https://github.com/user-attachments/assets/a0b20d2b-55ab-44ef-8d01-86b1926acd2a"
/>

Removed the blank lines:
<img width="754" height="433" alt="image"
src="https://github.com/user-attachments/assets/e67d0cfd-909c-47df-b675-6c894d7adc42"
/>

Co-authored-by: Tian Deng <tian.deng@longbridge-inc.com>
2026-05-27 17:05:39 +08:00
Jason Lee bb169b4d46 feat: add User Data Authorisation docs and footer links (#1025)
## Summary

- Add `docs/{en,zh-CN,zh-HK}/docs/legal/` directory with
`_category_.json` (position 8, collapsed)
- Add HK and SG versions of User Data Authorisation and Acknowledgement
in three languages (6 files total)
- Add links in `AppFooter.vue` Legal section pointing to the two new
pages
- Add i18n translation keys (`footer.dataAuthorisationHK` /
`footer.dataAuthorisationSG`) for all three locales
- Use `sidebar_label` for shorter sidebar display names

## Test plan

- [ ] Sidebar shows "Legal" section (collapsed) with "Data Authorisation
(HK)" and "Data Authorisation (SG)"
- [ ] Each page renders the full legal text correctly in all three
languages
- [ ] Footer Legal section shows two new links; clicking navigates to
the correct pages
- [ ] `localePath()` correctly prefixes `/zh-CN/` and `/zh-HK/` for
non-English locales

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 18:59:52 +08:00
Hogan 147b6df7b3 docs: update screener docs for AI endpoints and new filter/rank features (#1036)
## Summary

- **CLI screener** (3 locales, `cli/quant/screener.md`): replaced
quant-scripting content with new `screener` subcommand reference —
`strategies` (removed `--all`, added `--market US|HK|CN|SG`), `run <ID>`
(pagination with `--page`/`--count`, `prevchg` desc default, flat
`items[]` JSON with numeric values), new `filter` ad-hoc command, and
`indicators` (flat array JSON, `filter_` prefix stripped, `tech_values`
field)
- **rank** (3 locales, `market/status/rank_list.md`): documented that
`ib_` prefix is optional in `--key` and is stripped from listing output
- **SDK screener docs** (3 locales each): updated endpoint paths to
`/v1/quote/ai/screener/...`, added `market` parameter to
`screener_recommend_strategies` and `screener_user_strategies`, noted
path-param URL for `screener_strategy`, normalized response examples for
`screener_search` (`items[]`, numeric values) and `screener_indicators`
(flat array, no `filter_` prefix)

## Test plan

- [ ] Verify `screener strategies --market HK` example renders correctly
in all 3 locales
- [ ] Verify `screener filter` section appears as a new sub-section in
CLI docs
- [ ] Verify `screener run` JSON output example shows `items[]` with
numeric values
- [ ] Verify `rank_list` docs show `ib_` prefix note in all 3 locales
- [ ] Verify SDK endpoint paths updated in all 6 screener SDK doc files
(3 locales x 2 strategy endpoints)
- [ ] Verify `screener_indicators` response example is a flat array

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-23 18:45:03 +08:00
Jason Lee e94153b2e5 docs(cli): Update security-list to reflect multi-market and pagination support (#1004)
## Summary

- Remove outdated "US market only" restriction — `security-list` now
supports US, HK, CN, and SG markets
- Add pagination examples (`--page`, `--count`) introduced in
longbridge-terminal

## Test plan

- [ ] Verify EN/zh-CN/zh-HK pages render correctly in the docs site

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 14:53:54 +08:00
Hogan e982c41920 docs: add shareholders, screener, short-trades, rank, stock-events docs + CLI v0.22.0 release notes (#1013)
## Summary

SDK documentation and CLI release notes for 13 new APIs. Branch cut from
main.

Related SDK PRs: [openapi
#527](https://github.com/longbridge/openapi/pull/527), [openapi-go
#92](https://github.com/longbridge/openapi-go/pull/92)

### New SDK docs (3 locales: zh-CN, zh-HK, en)

**FundamentalContext:** `shareholder_top`, `shareholder_detail`,
`valuation_comparison`

**MarketContext:** `stock_events`, `rank_categories`, `rank_list`

**QuoteContext:** `short_positions` (updated to US+HK unified),
`short_trades` (new)

**New ScreenerContext:** `screener_recommend_strategies`,
`screener_user_strategies`, `screener_strategy`, `screener_search`,
`screener_indicators`

### CLI v0.22.0 release notes
`shareholder --top/--object-id`, `short-trades`, `compare`,
`top-movers`, `screener`, `rank`

## Test plan
- [ ] `autocorrect --lint docs/` — No issues 

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-22 14:53:28 +08:00
Hogan e89d4ba394 fix(docs): fix DCA SDKLinks method names and remove delete_dca page (#1033)
## Summary

Two issues fixed in the DCA documentation (all 3 locales: zh-CN, zh-HK,
en):

1. **SDKLinks method names were wrong** — the `<SDKLinks>` components
referenced non-existent method names, causing broken SDK code links
2. **`delete_dca.md` removed** — the SDK has no `delete` method; the CLI
example on that page already used `dca stop`, so the page was redundant
with `stop_dca.md`

## SDKLinks fixes

| File | Before | After |
|------|--------|-------|
| `list_dca.md` | `method="list_dca"` | `method="list"` |
| `create_dca.md` | `method="create_dca"` | `method="create"` |
| `update_dca.md` | `method="update_dca"` | `method="update"` |
| `dca_history.md` | `method="dca_history"` | `method="history"` |

Already correct (no change): `pause`, `resume`, `stop`, `stats`,
`check_support`, `calc_date`, `set_reminder`

## Removed files (3 locales)

- `docs/{locale}/docs/account/dca/delete_dca.md` — SDK has no `delete`
method; functionality is covered by `stop_dca.md`

## Test plan
- [x] `autocorrect --lint docs/` — no issues 
- [x] Local dev server verified (`npm run dev`) 

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2026-05-22 11:36:48 +08:00
Endless 5381239e14 Fix locale path for Navbar. (#1034)
🤖 Auto-generated by Endless task
[#22](https://endless.longbridge-inc.com/projects/developers/tasks/22).

Initiated by: Huacnlee Li Huashun

## 背景


开发者文档站(open.longbridge.com)支持三种语言:英文(根路径)、简体中文(`/zh-CN/...`)和繁体中文(`/zh-HK/...`)。用户切换语言后,页面
URL 会携带对应的语言前缀,但 AppNav 顶部导航栏中的链接(Docs、Pricing、CLI、MCP、Skill、品牌 Logo 等)及
FeaturesMenu
功能下拉菜单中的链接,始终指向英文根路径,而非当前语言路径。这意味着在中文页面点击导航链接会跳回英文版本,用户体验不连贯。

## 根因

`utils/i18n.ts` 中的 `localePath()` 函数通过读取 `window.location.pathname`
来判断当前语言前缀。这个读取行为不是 Vue 响应式依赖——Vue 的响应式系统无法追踪它,因此模板中调用 `localePath(href)`
的绑定不会在语言变化时自动重新求值。

更关键的是,VitePress 在静态生成阶段(SSR)渲染各语言页面时,`isServer()` 返回
`true`,`localePath()` 直接原样返回路径,不添加任何语言前缀。预生成的 zh-CN / zh-HK 页面 HTML
中,导航链接因此全部是无前缀的英文路径。客户端水合时,若没有响应式依赖触发重新渲染,这些链接便保持错误状态。

## 摘要

- **解决的问题**:zh-CN / zh-HK 页面的 AppNav 导航链接及 FeaturesMenu
功能菜单链接不携带语言前缀,导致点击后跳转回英文根路径。
- **做了什么**:
- `utils/i18n.ts`:新增 `useLocalePath()` composable,内部使用 VitePress
`useData().localeIndex`(响应式 ref)计算语言前缀,取代直接读取 `window.location.pathname`
- `AppNav.vue`:将 `localePath` 的静态导入替换为 `useLocalePath` composable,在
`setup` 中调用获得响应式路径函数
  - `FeaturesMenu.vue`:同上,替换为 `useLocalePath` composable
- **为什么这样做**:
- `localeIndex` 是 VitePress 内置的响应式 ref,SSR 阶段也能正确返回当前语言键(`'root'` /
`'zh-CN'` / `'zh-HK'`),从根本上消除 SSR 预生成时的无前缀问题
- composable 返回的是普通函数而非 computed ref,在模板绑定中调用时,Vue 渲染 effect 会自动追踪
`localeIndex.value` 作为依赖,无需额外包裹
  - 保留原有 `localePath` 导出不变,其他调用方(如 `NewHomePage/index.vue`)无需修改
- **如何验证**:`bun run dev` 后访问 `/zh-CN/docs`,检查 AppNav 所有链接 href 是否包含
`/zh-CN/` 前缀;访问 `/zh-HK/docs` 重复检查;开发者工具控制台无 Vue hydration 警告

## 修改

| 文件 | 改动内容 |
|---|---|
| `docs/.vitepress/theme/utils/i18n.ts` | 新增 `useLocalePath()`
composable,使用 `useData().localeIndex` 响应式计算语言前缀 |
| `docs/.vitepress/theme/components/AppNav.vue` | 将 `localePath` 静态导入替换为
`useLocalePath`,在 setup 中调用 |
| `docs/.vitepress/theme/components/FeaturesMenu.vue` | 将 `localePath`
静态导入替换为 `useLocalePath`,在 setup 中调用 |

## 关键决策

使用 `localeIndex`(值为 `'root'` / `'zh-CN'` / `'zh-HK'`)而非 `lang`(值为
`'en-US'` / `'zh-CN'` / `'zh-HK'`)计算 URL 前缀,因为 `localeIndex` 的值与
VitePress locales 配置键完全对应,英文根路径用 `'root'` 表示而非
`'en'`,映射逻辑更直接,不需要额外的字符串转换。

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
2026-05-22 11:36:35 +08:00
Endless e26619f4b3 Update skills (#1029)
## Summary

- 在 Skill 目录列表中,将 `longbridge`(总览 Skill)标记为 Popular(`tagType: 'hot'`)
- 同步更新三个语言版本(en / zh-CN / zh-HK)的 skill-catalog 配置
- 同步更新 `Skill.vue` 中硬编码的 `SKILLS` 数组

## Test plan

- [ ] 访问 Skill 页面,确认 Longbridge Overview 卡片显示 Popular 标签
- [ ] 切换三种语言,确认标签均正常显示

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Jason Lee <huacnlee@gmail.com>
2026-05-21 21:16:28 +08:00
Endless ba970ec583 Add progress bar to page loading. (#1030)
🤖 Auto-generated by Endless task
[#21](https://endless.longbridge-inc.com/projects/developers/tasks/21).

Initiated by: Huacnlee Li Huashun

## 背景

VitePress
站点采用客户端单页导航(SPA),用户点击内部链接后,页面内容需要通过网络请求加载。在网速较慢的情况下,点击链接后会有一段时间页面没有任何视觉反馈,用户无法判断是否点击成功、是否正在加载。

这一问题在海外用户访问时尤为明显,因为服务器位于香港,部分地区的延迟可能达到数百毫秒到几秒。缺少加载指示会导致用户重复点击或误以为网站出现故障。

## 摘要

- 解决的问题:VitePress 单页导航期间无加载反馈,网速较慢时用户体验差
- 做了什么:
- 新增 `useProgressBar.ts` 组合式模块,封装进度条的响应式状态和
`startProgress`/`finishProgress` 控制函数
- 新增 `ProgressBar.vue` 组件,以 `position: fixed` 固定在视口顶部,使用主题品牌色渲染 2px
高度进度条
- 修改 `theme/index.ts`,在 VitePress 路由 `onBeforeRouteChange` 触发
`startProgress()`,在 `onAfterRouteChange` 触发 `finishProgress()` 并保留原有
`saveInviteCodeFromUrl` 逻辑
  - 修改 `LayoutInner.vue`,在布局顶部引入并渲染 `<ProgressBar />`
- 为什么这样做:
  - 未引入新的 npm 依赖(nprogress 等),避免增加 bundle 体积和版本维护成本;自定义实现仅约 25 行
- 使用模块级响应式状态,组件直接订阅,无需 `provide/inject`,且 SSR 阶段 `visible` 初始为
`false`,不会影响静态构建
- 几何缓动算法(`current + (85 - current) * 0.1`)使进度条在快速和慢速网络下均表现自然,与
GitHub、YouTube 等主流实现一致
- 如何验证:
  1. 在 `code/developers/` 目录运行 `bun run dev`
  2. 通过侧边栏在不同文档页面间导航,顶部应出现品牌色细进度条并在加载完成后消失
  3. 切换 dark mode,验证进度条颜色跟随 `--vp-c-brand-1`/`--vp-c-brand-2` CSS 变量
  4. 在系统/浏览器无障碍设置中开启「减少动态效果」,验证进度条仍可见但无过渡动画

## 修改

| 文件 | 改动内容 |
|---|---|
| `docs/.vitepress/theme/composables/useProgressBar.ts` |
新增:模块级响应式状态和进度控制函数 |
| `docs/.vitepress/theme/components/ProgressBar.vue` | 新增:固定定位进度条组件,支持
CSS Transition 淡出和 prefers-reduced-motion |
| `docs/.vitepress/theme/index.ts` | 新增 `useProgressBar`
导入,将路由钩子替换为链式调用(进度条 + 原有 invite-code 逻辑) |
| `docs/.vitepress/theme/layouts/LayoutInner.vue` | 引入并在 `layout-top`
slot 后渲染 `<ProgressBar />` |

## 关键决策

不引入 nprogress 等第三方库——其核心逻辑与本实现等价,但需额外的 npm
依赖、类型声明和样式覆盖。自定义实现代码量极小,且可直接使用 VitePress 主题的 CSS 变量保持视觉一致性。

---------

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
Co-authored-by: Jason Lee <huacnlee@gmail.com>
2026-05-21 20:53:10 +08:00
hold-baby 8ac520654c cn 版放出 MCP 页面并修复翻页指向不可访问页面 (#1028)
## 变更概要
- `region.config.ts`: cn region includePages 白名单添加 MCP 页面
- `AppNav.vue`: 从 CN_HIDDEN_KEYS 中移除 mcp,cn 版顶部导航栏显示 MCP 入口
- 三语言 mcp.md: 添加 prev/next: false frontmatter,禁用底部翻页导航

## 风险分析
无显著风险(纯配置变更 + frontmatter)

## 验证状态
- 本地 VITE_REGION=cn dev server 验证:导航显示 MCP、翻页已消除
- 线上海外版确认同样存在翻页问题(Next Page -> Overview),此修复一并解决

Co-authored-by: 袁昌瑞 <changrui.yuan@longbridge-inc.com>
2026-05-21 18:10:09 +08:00
Endless 2f793134fa https://open.longbridge.com/zh-CN/skill/install/
https://open.longbridge.com/zh-CN/docs/mcp

这两个页面顶部 (#1022)

🤖 Auto-generated by Endless task
[#17](https://endless.longbridge-inc.com/projects/developers/tasks/17).

Initiated by: Huacnlee Li Huashun

## 背景

Longbridge Developers 网站(open.longbridge.com)使用自定义的 `AppNav` 组件替代
VitePress 默认导航栏。`AppNav` 被设计为 `position: fixed`,固定在页面顶部,高度 60px。

VitePress 默认会在 `VPContent` 上添加 `padding-top: var(--vp-nav-height)`
来补偿固定导航栏的高度,确保页面内容从导航栏下方开始显示。然而,`index.css` 中存在一条全量覆写规则,将所有 `.VPContent`
的 `padding-top` 强制设为 0,注释中错误地描述 AppNav 为 sticky(文档流内),因此"不需要 VitePress
的补偿"。

实际上 AppNav 是 `position: fixed`,不在文档流内,页面内容需要显式的 `padding-top`
才能从导航栏下方开始渲染。

## 根因

`docs/.vitepress/theme/style/index.css` 中存在如下规则:

```css
@media (min-width: 960px) {
  .VPContent {
    padding-top: 0 !important;
  }
}
```

该规则对所有 `.VPContent` 生效,完全抹除了 VitePress 为固定导航栏所添加的 60px `padding-top` 补偿。

对于有侧边栏的页面(`.VPContent.has-sidebar`),侧边栏布局会另行处理内容偏移,因此该 bug 不可见。但对于使用默认
doc 布局且 `sidebar: false` 的页面——即 `/skill/install` 和
`/docs/mcp`——内容会从视口顶部开始渲染,直接被固定导航栏遮挡。

## 摘要

- 解决的问题:`/skill/install` 和 `/docs/mcp` 页面(含 en / zh-CN / zh-HK
三语言版本)顶部内容被 AppNav 遮挡
- 做了什么:将 `index.css` 中覆写 `padding-top` 的选择器从 `.VPContent` 收窄为
`.VPContent.has-sidebar`,仅对有侧边栏的页面保持 `padding-top: 0`;无侧边栏页面则恢复
VitePress 默认的 `padding-top: var(--vp-nav-height)`(60px)
- 为什么这样做:修改量最小,仅影响一处选择器;避免修改 AppNav 的 `position` 属性(会牵连更多依赖固定定位的布局),也避免在
6 个 Markdown 文件中逐一添加 `padding-top`
- 如何验证:`bun run dev`,访问 `/zh-CN/skill/install/` 和
`/zh-CN/docs/mcp`,确认标题不再被导航栏遮挡;访问任意带侧边栏的文档页确认布局无变化

## 修改

| 文件 | 改动内容 |
|---|---|
| `docs/.vitepress/theme/style/index.css` | 将 `@media (min-width:
960px)` 块中的 `.VPContent` 选择器改为 `.VPContent.has-sidebar` |

## 关键决策

将选择器从 `.VPContent` 收窄为 `.VPContent.has-sidebar`,而不是删除该规则或修改 AppNav
的定位方式:有侧边栏的页面依赖 `padding-top: 0` 来避免额外偏移,改动最小化、影响面最小,且对所有未来新增的无侧边栏 doc
页面同样生效,无需逐页维护。

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
2026-05-21 13:31:55 +08:00
Endless 6299f499a4 将首页的:“专为 AI 而生” 改为 “让你的 AI 直连真实市场”,但帮我优化一下语句 (#1023) 2026-05-21 12:58:16 +08:00
Endless 62d152c446 developers 项目的 Footer 下的 Products 里面去掉 Docs link, 它不是一个独立的产品。 (#1021)
🤖 Auto-generated by Endless task
[#16](https://endless.longbridge-inc.com/projects/developers/tasks/16).

Initiated by: Huacnlee Li Huashun

## 背景

Longbridge Developers 网站 Footer 的 Products 栏目中包含一个 "Docs" 链接,指向
`/docs`(文档首页)。Products 栏目的定位是列出平台提供的独立产品,如 AI Skill、CLI、MCP、LLMs
等。文档(Docs)是网站的通用入口,本身不是一个独立的产品形态,放在 Products 栏目中会造成概念混淆。

去掉该链接可以让 Products 栏目的内容更加准确,突出平台真正对外提供的产品。文档入口仍然保留在 Resources 栏目(以
"Documentation" 标题链接到 `/docs`),用户依然可以通过该入口访问文档。

## 摘要

- 解决的问题:Footer Products 栏目中 "Docs" 链接与产品定义不符,文档是通用入口而非独立产品。
- 做了什么:从 `AppFooter.vue` 的 Products `<ul>` 列表中删除 `<li><a
:href="localePath('/docs')">Docs</a></li>` 这一行。
- 为什么这样做:Products 栏目应只列出平台产品(AI Skill、CLI、MCP、LLMs),文档入口已在 Resources
栏目中以 "Documentation" 存在,不需要重复出现在 Products 中。
- 如何验证:本地运行 `bun run dev`,打开任意页面,检查 Footer > Products 栏目,确认只剩 AI Skill /
CLI / MCP / LLMs 四项,不再出现 Docs 链接;同时确认 Resources 栏目的 Documentation
链接仍然存在。

## 修改

| 文件 | 改动内容 |
|---|---|
| `docs/.vitepress/theme/components/AppFooter.vue` | 从 Products 列表中删除指向
`/docs` 的 Docs 链接 |

## 关键决策

无。改动范围极小(删除单行),不涉及任何逻辑变更,也不影响其他语言版本(`AppFooter.vue` 是唯一的 Footer
组件,`localePath` 会自动处理多语言路径)。

Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
2026-05-21 11:24:41 +08:00
Jason Lee 79ed227ba7 chore: Fix sdk install commands. 2026-05-21 11:00:47 +08:00
Jason Lee da67ec3587 chore: Fix home links (#1019) 2026-05-21 10:56:45 +08:00
Jason Lee cea1675f2f Fix logo link and click range. 2026-05-20 22:52:44 +08:00
Jason Lee 367633925c Fix build error 2026-05-20 22:34:11 +08:00
Jason Lee 83eccefb2d Fix longbridge.cn page links. (#1018) 2026-05-20 22:33:13 +08:00
Jason Lee 3e81bc6ca4 fix(nav): use fixed paths for /dashboard and /log-out (#1016)
## Summary

- `/dashboard` 和 `/log-out` 属于另一个应用的路由,不应加语言前缀
- 将 `localePath('/dashboard')` 和 `localePath('/log-out')` 替换为固定路径
`/dashboard` 和 `/log-out`
- 涉及文件:`AppNav.vue`、`UserAvatar/index.vue`、`HeroSection.vue`

## Test plan

- [ ] 登录后点击导航栏 Dashboard 按钮,确认跳转到 `/dashboard`
- [ ] 点击头像下拉菜单中的 Dashboard / Log out,确认路径正确无语言前缀
- [ ] 在 `/zh-CN/` 页面下验证以上链接同样正确

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 22:00:50 +08:00
Jason Lee 20d75dbad1 fix(nav): use createLoginRedirectPath for login button, fix footer legal links (#1015)
## Summary

- **AppNav**: Replace `localePath('/login')` with
`createLoginRedirectPath()` + `target="_self"` on the Get Started button
— bypasses VitePress SPA router interception so the browser navigates to
the server-side `/login` route with proper `redirect_to` params
- **AppFooter**: Replace placeholder `href="#"` on Terms / Privacy /
Risk Disclosure links with real Longbridge URLs, using locale-aware
`sgBaseUrl`

## Test plan

- [ ] Click "Get Started" in navbar → should navigate to login page (not
VitePress 404)
- [ ] After login, should redirect back to the originating page
- [ ] Footer legal links open correct Longbridge support pages in new
tab
- [ ] Locale switching (zh-CN / zh-HK) uses correct sgBaseUrl prefix for
footer links

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 21:43:58 +08:00
Jason Lee 6369059aa4 Fix dashboard path. 2026-05-20 21:26:06 +08:00
Jason Lee 14779cce28 feat(design): unify nav, redesign homepage/pricing/skill pages (#1011)
## Summary

- Remove 1127 lines of dead CSS from `app-styles.css` — SKILL PAGE and
PRICING PAGE sections were fully overridden by scoped styles in
`Skill.vue` / `Pricing.vue`
- Delete 7 unused `HomePage/` components and `DashboardNavLink.vue` /
`vp-code.css` (no active references)
- Remove View Transition circle animation on light/dark mode toggle
- Center pricing matrix check icons (`display: block; margin: 0 auto`)
- Reduce dark mode card background contrast: `--lb-card` `#13182A` →
`#0E1222` (closer to page bg `#0A0E19`), strengthen card border to
compensate

## Test plan

- [ ] Home page — product cards visible, dark mode cards harmonize with
background
- [ ] Pricing page — matrix check icons centered, billing cycle toggle
works
- [ ] Skill page — styles unchanged (scoped styles still apply
correctly)
- [ ] Light/dark toggle — instant switch, no circle animation
- [ ] No build errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 21:13:15 +08:00