blade-code 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/README.md DELETED
@@ -1,132 +0,0 @@
1
- # Blade
2
-
3
- **Blade** 是一个强大的终端 AI 编程助手,帮助你在命令行中高效完成编码任务。
4
-
5
- ## 核心特性
6
-
7
- ### 🚀 零配置启动
8
-
9
- 内置免费 GLM-4.7 模型,安装即用,无需任何配置。
10
-
11
- ### 📡 80+ Provider 支持
12
-
13
- 集成 [models.dev](https://models.dev) API,支持 80+ LLM Provider:
14
-
15
- | 分类 | Provider |
16
- |------|----------|
17
- | **热门** | Anthropic, OpenAI, DeepSeek, Google, Groq, OpenRouter |
18
- | **云服务** | Azure, AWS Bedrock, Google Vertex, Cloudflare |
19
- | **开源友好** | Together AI, Fireworks, Cerebras, Novita AI |
20
- | **本地部署** | Ollama, LM Studio |
21
-
22
- 3 步配置向导:选择 Provider → 输入 API Key → 选择模型
23
-
24
- ### 🛡️ 安全权限控制
25
-
26
- - 敏感操作前请求确认
27
- - 支持 glob 模式的权限规则
28
- - 多级权限模式(default、autoEdit、plan、yolo)
29
-
30
- ### 🔧 强大的工具集
31
-
32
- - **文件操作**: 读取、写入、编辑、搜索
33
- - **代码分析**: 语法检查、类型检查、测试运行
34
- - **终端执行**: 安全的命令执行环境
35
- - **Git 集成**: 版本控制操作
36
-
37
- ### 📝 灵活的工作模式
38
-
39
- - **Plan 模式**: 先规划后执行
40
- - **Spec 模式**: 结构化开发工作流
41
- - **Subagents**: 并行任务处理
42
-
43
- ### 🔌 MCP 扩展
44
-
45
- 支持 Model Context Protocol,可连接外部工具和服务。
46
-
47
- ## 快速开始
48
-
49
- ```bash
50
- # 安装
51
- npm install -g blade-code
52
-
53
- # 启动(内置免费模型,无需配置)
54
- blade
55
-
56
- # 添加自定义模型(80+ Provider 可选)
57
- # 在 Blade 中输入: /model add
58
- ```
59
-
60
- ## 文档目录
61
-
62
- ### 入门指南
63
-
64
- - [安装说明](getting-started/installation.md)
65
- - [快速开始](getting-started/quick-start.md)
66
-
67
- ### 配置
68
-
69
- - [配置系统](configuration/config-system.md) - 80+ Provider 配置
70
- - [权限控制](configuration/permissions.md)
71
- - [主题配置](configuration/themes.md)
72
-
73
- ### 使用指南
74
-
75
- - [@ 文件引用](guides/at-file-mentions.md)
76
- - [Slash 命令](guides/slash-commands.md)
77
- - [Plan 模式](guides/plan-mode.md)
78
- - [Spec 模式](guides/spec-mode.md)
79
- - [Subagents](guides/subagents.md)
80
- - [Hooks](guides/hooks.md)
81
- - [Skills](guides/skills.md)
82
- - [Markdown 支持](guides/markdown-support.md)
83
-
84
- ### 参考
85
-
86
- - [CLI 命令](reference/cli-commands.md)
87
- - [工具列表](reference/tool-list.md)
88
-
89
- ### 其他
90
-
91
- - [更新日志](changelog.md)
92
- - [常见问题](faq.md)
93
-
94
- ## 支持的 Provider
95
-
96
- Blade 通过 [models.dev](https://models.dev) 集成支持 80+ LLM Provider:
97
-
98
- **热门 Provider**:
99
- - Anthropic (Claude)
100
- - OpenAI (GPT-4, o1)
101
- - DeepSeek (R1, V3)
102
- - Google (Gemini)
103
- - Groq (超快推理)
104
- - OpenRouter (多模型聚合)
105
-
106
- **云服务**:
107
- - Azure OpenAI
108
- - AWS Bedrock
109
- - Google Vertex AI
110
- - Cloudflare Workers AI
111
-
112
- **开源友好**:
113
- - Together AI
114
- - Fireworks AI
115
- - Cerebras
116
- - Novita AI
117
- - NVIDIA NIM
118
-
119
- **本地部署**:
120
- - Ollama
121
- - LM Studio
122
-
123
- **其他**:
124
- - Mistral AI
125
- - Cohere
126
- - Perplexity
127
- - xAI (Grok)
128
- - 更多...
129
-
130
- ## 许可证
131
-
132
- MIT License