docs: 新增 Loomy「AI 搭子」「办公 CLI 集成」并补全自定义模型配置#50
Merged
Conversation
- 新增 AI 搭子(companions)页面,含默认搭子、模板搭子、自定义搭子等说明 - 新增办公 CLI 集成(office-cli)页面,覆盖飞书/钉钉/企业微信 CLI - 扩充模型页自定义模型配置(智谱示例、生图模型、验证) - 中英文双语同步,新增配套截图,更新侧边栏导航与文档搜索索引
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
C:/Program Files/Git/gemini review |
There was a problem hiding this comment.
Pull request overview
本 PR 按照 Loomy 官方文档补全站点缺失章节:新增「AI 搭子」「办公 CLI 集成」两篇中英页面,并显著扩充「自定义模型配置」的中英说明;同时更新侧边栏导航与站内搜索索引(docs-index.json)以覆盖新增内容与图片资源。
Changes:
- 新增 Loomy 文档页:
companions.md、office-cli.md(中/英) - 扩充
models.md(中/英):补全自定义模型(OpenAI 协议)配置、图像生成模型与验证步骤、FAQ - 更新 VitePress 侧边栏入口与
docs-index.json搜索索引内容
Reviewed changes
Copilot reviewed 7 out of 52 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/public/docs-index.json | 重新生成/更新知识库索引,加入新章节内容并调整部分换行格式 |
| docs/guide/loomy/office-cli.md | 新增中文「办公 CLI 集成」文档页(飞书/钉钉/企业微信) |
| docs/guide/loomy/models.md | 扩充中文自定义模型配置与验证/FAQ |
| docs/guide/loomy/companions.md | 新增中文「AI 搭子」文档页 |
| docs/en/guide/loomy/office-cli.md | 新增英文「Office CLI Integration」文档页 |
| docs/en/guide/loomy/models.md | 扩充英文自定义模型配置与验证/FAQ |
| docs/en/guide/loomy/companions.md | 新增英文「AI Companions」文档页 |
| docs/.vitepress/config.mts | 侧边栏新增「AI 搭子 / Office CLI」入口(中/英) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| The DingTalk CLI is integrated into Loomy through the MCP protocol, covering DingTalk's core business domains so that AI can complete DingTalk-related work directly in conversation, supporting messaging, document collaboration, schedule management, to-do tasks, and more. | ||
|
|
||
| ### Pre-use Checks |
|
|
||
|  | ||
|
|
||
| ### Pre-use Checks |
| @@ -1177,7 +1467,7 @@ | |||
| { | |||
| "lang": "en", | |||
| "heading": "What are points used for", | |||
| "content": "Points are mainly used to support Loomy's resource consumption during task execution, including but not limited to default model calls, task processing, and the use of some high-value capabilities.\r\n\r\n**Are points deducted when using custom models?**\r\nIf you configure and use your own AI model service provider API Key in Loomy, related model calls usually will not consume Loomy points.\nThat is to say:\r\n* When using the default model service provided by Loomy, points will be consumed according to corresponding rules\r\n* When using your own configured model service provider, the model call itself will not deduct Loomy points\r\n\r\nWhether it involves the consumption of other capabilities is subject to the current rules and actual function descriptions within the product.\r\n\r\n> **API Key Security Instructions**\r\n> The API Key you configure yourself will only be saved on your local device. Loomy will not host, upload, or leak this key information.\n> **Keep your keys safe**: API Keys are sensitive information. Do not share them casually, and do not save or transmit them in untrusted environments. If a key is leaked, a third party may misuse your model service quota or access capabilities." | |||
| "content": "Points are mainly used to support Loomy's resource consumption during task execution, including but not limited to default model calls, task processing, and the use of some high-value capabilities.\r\n\r\n**Are points deducted when using custom models?**\r\nIf you configure and use your own AI model service provider API Key in Loomy, related model calls usually will not consume Loomy points.\r\nThat is to say:\r\n* When using the default model service provided by Loomy, points will be consumed according to corresponding rules\r\n* When using your own configured model service provider, the model call itself will not deduct Loomy points\r\n\r\nWhether it involves the consumption of other capabilities is subject to the current rules and actual function descriptions within the product.\r\n\r\n> **API Key Security Instructions**\r\n> The API Key you configure yourself will only be saved on your local device. Loomy will not host, upload, or leak this key information.\r\n> **Keep your keys safe**: API Keys are sensitive information. Do not share them casually, and do not save or transmit them in untrusted environments. If a key is leaked, a third party may misuse your model service quota or access capabilities." | |||
- generate-index.js 统一换行为 \n,消除索引中残留的 \r(CRLF 归一化) - 办公 CLI 页中英文的「使用前检查/使用场景」加平台前缀,避免重复标题导致大纲锚点歧义 - 统一中文模型页 FAQ 术语「最大输出 Tokens」
Contributor
Author
Contributor
Author
|
/gemini review |
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.
背景
对照从 https://loomy.xunfei.cn/docs 爬取的完整文档,逐节比对站点现有内容,补全缺失的章节,并把对应截图从官方文档搬到本地。
新增/变更内容
companions.md(中/英)office-cli.md(中/英)models.md原有简版(中/英)图片
docs/public/loomy/{companions,feishu-cli,dingding-cli,wecom-cli,custom-models}/,本地引用而非外链。验证
npm run docs:build通过(VitePress 死链检查无报错)docs-index.json已重新生成(257 → 315 chunks)Related to #17.