mini-coder 0.0.18 → 0.0.20
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 +3 -10
- package/dist/mc.js +591 -138
- package/docs/mini-coder.1.md +158 -0
- package/docs/skills.md +47 -42
- package/package.json +6 -6
- package/docs/chatgpt-subscription-auth.md +0 -68
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
> _Small. Fast. Gets out of your way._
|
|
8
8
|
|
|
9
|
+
[📖 Read the Full Manual](https://sacenox.github.io/mini-coder/)
|
|
10
|
+
|
|
9
11
|
Hey there! I'm **mini-coder** — a CLI coding agent built for developers who want a sharp tool, not a bloated IDE plugin. Think of me as the pocket knife of AI coding assistants: lightweight, reliable, and always ready.
|
|
10
12
|
|
|
11
13
|
---
|
|
@@ -16,16 +18,7 @@ I'm `mc` — your new terminal companion. I live in your shell, speak to large l
|
|
|
16
18
|
|
|
17
19
|
I was built with a simple philosophy: **dev flow first**. No slow startup. No clunky GUI. No vendor lock-in. Just you, your terminal, and an AI that keeps up.
|
|
18
20
|
|
|
19
|
-
|
|
20
|
-
$ mc
|
|
21
|
-
┌─ mini-coder ──────────────────────────────────────────┐
|
|
22
|
-
│ What would you like to work on today? │
|
|
23
|
-
│ │
|
|
24
|
-
│ > _ │
|
|
25
|
-
│ │
|
|
26
|
-
│ [zen/claude-sonnet-4-6] [~/src/my-project] [main] ...│
|
|
27
|
-
└───────────────────────────────────────────────────────┘
|
|
28
|
-
```
|
|
21
|
+

|
|
29
22
|
|
|
30
23
|
---
|
|
31
24
|
|