@musistudio/claude-code-router 1.0.7 → 1.0.8
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/README.md +6 -1
- package/blog/en/some-of-my-practical-experience.md +0 -0
- package/blog/images/explain-project-2.png +0 -0
- package/blog/images/explain-project-3.png +0 -0
- package/blog/images/explain-project.png +0 -0
- package/blog/images/init-project.png +0 -0
- package/blog/zh//346/210/221/347/232/204/344/270/200/344/272/233/345/256/236/350/267/265.md +12 -0
- package/dist/cli.js +2661 -3756
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,4 +106,9 @@ Some interesting points: Based on my testing, including a lot of context informa
|
|
|
106
106
|
|
|
107
107
|
## Buy me a coffee
|
|
108
108
|
If you find this project helpful, you can choose to sponsor the author with a cup of coffee.
|
|
109
|
-
[Buy me a coffee](http://paypal.me/musistudio1999)
|
|
109
|
+
[Buy me a coffee](http://paypal.me/musistudio1999)
|
|
110
|
+
|
|
111
|
+
## Sponsors
|
|
112
|
+
Thanks to the following sponsors:
|
|
113
|
+
|
|
114
|
+
@Simon Leischnig (If you see this, feel free to contact me and I can update it with your GitHub information)
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# 我的一些实践
|
|
2
|
+
|
|
3
|
+
在将Claude Code接入DeepSeek后,我开始尝试重度使用。
|
|
4
|
+
|
|
5
|
+
## 场景1. 解释项目中的某一功能是如何实现的。
|
|
6
|
+
首先需要执行/init命令,让Claude Code为该项目生成一个大纲。
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
执行完成之后会在项目根目录生成一个`CLAUDE.md`文件,此时就可以向Claude Code询问问题了。比如我向其询问`Claude Code Action`是如何工作的:
|
|
10
|
+

|
|
11
|
+

|
|
12
|
+

|