@comate/zulu 0.0.13 → 0.1.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/README.md CHANGED
@@ -58,6 +58,7 @@ zulu run --query="你好" --license=xxxx
58
58
  | run | 是 | --query | 问题的内容 |
59
59
  | run | | --cwd | 工作路径,默认执行时所在地址 |
60
60
  | run | | --ripgrep | ripgrep的绝对路径 |
61
+ | run | | --max | max模式的模型id |
61
62
  | | | --ping | 测试网络连通性 |
62
63
  | | | --help | 帮助 |
63
64
  | | | --version | 版本号 |
@@ -73991,7 +73991,7 @@ class SAProvider extends SkillProvider {
73991
73991
  endCharacter: diagnostic.range.end.character + 2
73992
73992
  },
73993
73993
  textMessage: diagnostic.message,
73994
- severity: 'ERROR',
73994
+ severity: 'WARNING',
73995
73995
  repairData: {
73996
73996
  source: 'SADiagnostic',
73997
73997
  pluginName: 'devaux',