mini-coder 0.3.1 → 0.4.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 +2 -2
- package/dist/mc.js +2156 -1968
- package/docs/mini-coder.1.md +13 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,13 +46,13 @@ Useful flags: `-c` continue last session, `-r <id>` resume, `-l` list sessions,
|
|
|
46
46
|
|
|
47
47
|
## 🔑 OAuth Login
|
|
48
48
|
|
|
49
|
-
Use `/login` inside the REPL to authenticate via browser-based OAuth.
|
|
49
|
+
Use `/login` inside the REPL to authenticate via browser-based OAuth. Currently supported: `openai` (`/login openai` uses the Codex / ChatGPT Plus/Pro flow). No need to manage API keys manually.
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
53
53
|
## 🛠️ Features
|
|
54
54
|
|
|
55
|
-
- **Multi-provider** — supports Anthropic
|
|
55
|
+
- **Multi-provider** — supports Anthropic, OpenAI (direct + OAuth), Gemini, and Ollama
|
|
56
56
|
- **Session memory** — SQLite-backed. Resume with `-c` or `-r <id>`
|
|
57
57
|
- **Shell integration** — `!` prefix for inline commands, `@` to reference files with tab completion
|
|
58
58
|
- **Web search** — `webSearch` + `webContent` tools when `EXA_API_KEY` is set
|