min-agent 0.6.0 → 0.6.1
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 +2 -2
- package/dist/cli.js +202 -202
- package/docs/API.md +2 -0
- package/package.json +1 -1
- package/skills/self-config/SKILL.md +2 -2
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ min-agent setup --type openai-compatible --url https://api.example.com/v1 --api-
|
|
|
124
124
|
min-agent setup --switch ollama
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
Settings live in `~/.min-agent/config.json` (global). A project can have its own `.min-agent/config.json` that only applies there.
|
|
127
|
+
Settings live in `~/.min-agent/config.json` (global). A project can have its own `.min-agent/config.json` that only applies there — run `min-agent init` to create it (min-agent never creates it on its own).
|
|
128
128
|
|
|
129
129
|
## Extending It
|
|
130
130
|
|
|
@@ -249,7 +249,7 @@ min-agent setup --type openai-compatible --url https://api.example.com/v1 --api-
|
|
|
249
249
|
min-agent setup --switch ollama
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
配置保存在 `~/.min-agent/config.json
|
|
252
|
+
配置保存在 `~/.min-agent/config.json`(全局生效)。也可以在某个项目下用 `min-agent init` 初始化 `.min-agent/config.json`,仅对该项目生效(min-agent 不会自行创建它)。
|
|
253
253
|
|
|
254
254
|
## 扩展能力
|
|
255
255
|
|