kimiflare 0.20.1 → 0.20.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/PLAN.md CHANGED
@@ -30,7 +30,7 @@ Outcome: a `kimiflare` binary that opens a TUI, lets the user chat, calls Kimi-k
30
30
  - TypeScript. `tsup` builds, `tsx` for dev.
31
31
  - Ink + `ink-text-input`, `ink-spinner`, `ink-select-input`. React 18.
32
32
  - `commander` for CLI args. `fast-glob` for globs. `diff` for unified diffs. `turndown` for HTML→markdown.
33
- - No AI Gateway. No `openai` SDK. Direct `fetch`.
33
+ - No `openai` SDK. Direct `fetch`.
34
34
 
35
35
  ## File layout
36
36
 
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  - **262k context window** — Read entire modules, large configs, and full stack traces without the model losing track.
26
26
  - **Image understanding** — Drop image paths into your prompt (PNG, JPG, WebP, GIF, BMP). The model sees them inline — great for UI reviews, diagrams, screenshots, and mockups.
27
- - **Direct to Cloudflare** — No AI Gateway, no proxy, no OpenAI SDK. Your traffic goes straight to Workers AI from your account.
27
+ - **Direct to Cloudflare** — No proxy, no OpenAI SDK. Your traffic goes straight to Workers AI from your account.
28
28
  - **Plan mode** — Ask the agent to research and produce a plan without touching your filesystem. Review it, then exit plan mode to execute.
29
29
 
30
30
  ## Quick start