mini-coder 0.2.1 → 0.2.2
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 +1 -1
- package/dist/mc.js +3165 -3097
- package/docs/KNOWN_ISSUES.md +1 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ Use `/login` inside the REPL to authenticate via browser-based OAuth (currently
|
|
|
50
50
|
|
|
51
51
|
## 🛠️ Features
|
|
52
52
|
|
|
53
|
-
- **Multi-provider** — auto-discovers Anthropic, OpenAI, Gemini, Ollama
|
|
53
|
+
- **Multi-provider** — auto-discovers Anthropic (direct + OAuth), OpenAI, Gemini, and Ollama via environment variables
|
|
54
54
|
- **Session memory** — SQLite-backed. Resume with `-c` or `-r <id>`
|
|
55
55
|
- **Shell integration** — `!` prefix for inline commands, `@` to reference files with tab completion
|
|
56
56
|
- **Web search** — `webSearch` + `webContent` tools when `EXA_API_KEY` is set
|