Replies: 3 comments 4 replies
-
rootLoader 优先 项目本地配置 再到 root-config 之所以不生效我猜测,你项目 解决方案:
这个函数主要是加载 |
Beta Was this translation helpful? Give feedback.
-
可是我的项目是新建的,没有在 然后我在 cgz 编译后的 |
Beta Was this translation helpful? Give feedback.
-
czg 🌟(v1.7.0)🌟 版本已经发布,其中修复了在 Windows 系统中 可以进行更新测试,希望可以帮助到你~ 如果还有问题可以及时和我沟通 🤗 另外,这个版本我还添加了配置文件的路径输出,提供调试
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
发现在 ~/.czrc 里配置的 useEmoji 和 types 不生效,但是在本地目录的或者使用 --config 指定的却又生效。
经过测试与查看源码,发现实际生效的只有
openAIToken
与apiProxy
两个配置,请问这是 feature 还是 bug?我的环境是 Windows,但是配置的 openAIToken 是可以生效的,排除掉没读取到正确文件的问题。
cz-git/packages/@cz-git/plugin-loader/src/index.ts
Lines 134 to 150 in 1726b87
Beta Was this translation helpful? Give feedback.
All reactions