kimiflare 0.26.1 → 0.28.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 +30 -1
- package/dist/index.js +3542 -879
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,6 +25,33 @@
|
|
|
25
25
|
<img src="docs/screenshot.png" alt="kimiflare TUI" width="900">
|
|
26
26
|
</p>
|
|
27
27
|
|
|
28
|
+
## Stay in the loop
|
|
29
|
+
|
|
30
|
+
Kimiflare is shipping quickly.
|
|
31
|
+
|
|
32
|
+
Get:
|
|
33
|
+
- release notes,
|
|
34
|
+
- technical write-ups,
|
|
35
|
+
- early experimental features,
|
|
36
|
+
- architecture notes on building coding agents on Cloudflare.
|
|
37
|
+
|
|
38
|
+
→ Get updates: https://kimiflare.com
|
|
39
|
+
|
|
40
|
+
## Shipping fast
|
|
41
|
+
|
|
42
|
+
Recently shipped:
|
|
43
|
+
- Cloudflare Code Mode support
|
|
44
|
+
- Local agent memory
|
|
45
|
+
- Major token cost reductions (70–90% lower)
|
|
46
|
+
- Better session compaction
|
|
47
|
+
|
|
48
|
+
Coming next:
|
|
49
|
+
- OpenCode parity improvements
|
|
50
|
+
- Cost attribution dashboard
|
|
51
|
+
- Cloudflare Artifacts experiments
|
|
52
|
+
|
|
53
|
+
Full changelog and notes at https://kimiflare.com
|
|
54
|
+
|
|
28
55
|
## Why kimiflare
|
|
29
56
|
|
|
30
57
|
- **262k context window** — Read entire modules, large configs, and full stack traces without the model losing track.
|
|
@@ -49,6 +76,8 @@ npx kimiflare
|
|
|
49
76
|
|
|
50
77
|
Requires Node.js ≥ 20.
|
|
51
78
|
|
|
79
|
+
> For release notes and rapid feature drops: https://kimiflare.com
|
|
80
|
+
|
|
52
81
|
## Features
|
|
53
82
|
|
|
54
83
|
| Feature | What it does |
|
|
@@ -280,7 +309,7 @@ Supported formats: PNG, JPG, JPEG, WebP, GIF, BMP (up to 5 MB each, 10 per messa
|
|
|
280
309
|
|
|
281
310
|
| Shortcut | Action |
|
|
282
311
|
|----------|--------|
|
|
283
|
-
| `Ctrl+C` | Interrupt current turn
|
|
312
|
+
| `Ctrl+C` / `Esc` | Interrupt current turn when busy; exit when idle |
|
|
284
313
|
| `Ctrl+R` | Toggle reasoning display |
|
|
285
314
|
| `Ctrl+O` | Toggle verbose tool output |
|
|
286
315
|
| `Ctrl+T` | Open theme picker |
|