From c87bee03a0bcd3a1810cb3ef8592102f195ec1af Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Thu, 11 Jun 2026 13:28:37 +0800 Subject: [PATCH 1/4] feat: lint check test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abe41f..f70a273 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ _Built for AI Agents. Every command works as a structured tool call._ -## Features +##Features Equip your AI Agent out-of-the-box with these capabilities, composable across complex tasks: From 7a037d83eeeaf9a3ef948921fbb2efa491072e9e Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Thu, 11 Jun 2026 13:33:18 +0800 Subject: [PATCH 2/4] feat: lint check test --- README.md | 4 ++-- vite.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f70a273..9e68c98 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Aliyun Model Studio CLI -**The official command-line interface for Aliyun Model Studio (DashScope) AI Platform** +** The official command-line interface for Aliyun Model Studio (DashScope) AI Platform** [![npm version](https://img.shields.io/npm/v/bailian-cli?color=0969da&label=npm)](https://www.npmjs.com/package/bailian-cli) [![Node.js](https://img.shields.io/badge/node-%3E%3D22.12-brightgreen)](https://nodejs.org) @@ -20,7 +20,7 @@ _Built for AI Agents. Every command works as a structured tool call._ -##Features +## Features Equip your AI Agent out-of-the-box with these capabilities, composable across complex tasks: diff --git a/vite.config.ts b/vite.config.ts index 6247a4b..82982f6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ hookTimeout: 60_000, }, staged: { - "*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml}": "vp check --fix", + "*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml,md}": "vp check --fix", }, lint: { options: { typeAware: true, typeCheck: true } }, run: { From eddb985aafa4d669eeb2a299f416d0996faed9b0 Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Thu, 11 Jun 2026 13:37:23 +0800 Subject: [PATCH 3/4] test: pre-commit md lint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e68c98..e4f95bb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Aliyun Model Studio CLI -** The official command-line interface for Aliyun Model Studio (DashScope) AI Platform** +**The official command-line interface for Aliyun Model Studio (DashScope) AI Platform** [![npm version](https://img.shields.io/npm/v/bailian-cli?color=0969da&label=npm)](https://www.npmjs.com/package/bailian-cli) [![Node.js](https://img.shields.io/badge/node-%3E%3D22.12-brightgreen)](https://nodejs.org) @@ -172,7 +172,7 @@ Config file location: `~/.bailian/config.json` ## Links | Resource | URL | -| :--------------------------- | :---------------------------------------------------------------------------------------- | +| ---------------------------- | ----------------------------------------------------------------------------------------- | | Aliyun Model Studio CLI Site | https://bailian.console.aliyun.com/cli?source_channel=cli_github& | | DashScope API Docs | https://help.aliyun.com/zh/model-studio/ | | Qwen Model List | https://help.aliyun.com/zh/model-studio/getting-started/models | From 5ed049881947fde704c42b56be4f23737c5be40a Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Thu, 11 Jun 2026 13:39:48 +0800 Subject: [PATCH 4/4] reset README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f95bb..6abe41f 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Config file location: `~/.bailian/config.json` ## Links | Resource | URL | -| ---------------------------- | ----------------------------------------------------------------------------------------- | +| :--------------------------- | :---------------------------------------------------------------------------------------- | | Aliyun Model Studio CLI Site | https://bailian.console.aliyun.com/cli?source_channel=cli_github& | | DashScope API Docs | https://help.aliyun.com/zh/model-studio/ | | Qwen Model List | https://help.aliyun.com/zh/model-studio/getting-started/models |