mini-coder 0.2.1 → 0.2.3

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
@@ -10,7 +10,9 @@
10
10
 
11
11
  A terminal coding agent for developers who want a sharp tool, not a bloated IDE plugin. Shell-first, multi-provider, minimal tool surface. Just you, your terminal, and an AI that keeps up.
12
12
 
13
- ![Minicoder Preview](./assets/preview.gif)
13
+ <p align="center">
14
+ <img src="./assets/preview.gif" alt="Minicoder Preview"/>
15
+ </p>
14
16
 
15
17
  ---
16
18
 
@@ -50,7 +52,7 @@ Use `/login` inside the REPL to authenticate via browser-based OAuth (currently
50
52
 
51
53
  ## 🛠️ Features
52
54
 
53
- - **Multi-provider** — auto-discovers Anthropic, OpenAI, Gemini, Ollama, or any OpenAI-compatible endpoint
55
+ - **Multi-provider** — auto-discovers Anthropic (direct + OAuth), OpenAI, Gemini, and Ollama via environment variables
54
56
  - **Session memory** — SQLite-backed. Resume with `-c` or `-r <id>`
55
57
  - **Shell integration** — `!` prefix for inline commands, `@` to reference files with tab completion
56
58
  - **Web search** — `webSearch` + `webContent` tools when `EXA_API_KEY` is set