Skip to content

docs: announce Kishi Shell v2.0.2.0 Krep AI upgrades#1

Merged
ozhangebesoglu merged 1 commit into
mainfrom
docs/krep-v2.0.2.0
Jun 1, 2026
Merged

docs: announce Kishi Shell v2.0.2.0 Krep AI upgrades#1
ozhangebesoglu merged 1 commit into
mainfrom
docs/krep-v2.0.2.0

Conversation

@ozhangebesoglu

Copy link
Copy Markdown
Owner

Summary

Adds a "What's New in Kishi Shell v2.0.2.0" section to the marketplace
README, announcing four major Krep AI upgrades. No plugin API changes;
existing plugins keep working.

Highlights for Plugin Authors

  • `krep` is now a standalone CLI binary (`pip install kishi-shell` adds both `kishi` and `krep` to PATH) — plugins can shell out from bash/zsh
  • ripgrep streaming: 150-3000× speedup when `rg` is installed (zero config)
  • Dictionary-free LSA model: `krep --learn PATH` trains a per-corpus model (optional `numpy/scipy` via `pip install "kishi-shell[krep]"`)
  • Tail-aware incremental + lazy auto-refresh: useful for plugins that search active log files

Main repo PR: ozhangebesoglu/Kishi-Shell#4

Test plan

  • README renders correctly on GitHub preview
  • All code blocks have correct syntax highlighting
  • Plugin example compiles and runs

🤖 Generated with Claude Code

Kishi v2.0.2.0 brings major upgrades to the built-in `krep` tool:

1. **`krep` is now a standalone CLI** — `pip install kishi-shell` adds
   both `kishi` and `krep` to PATH. Plugins can shell out from bash.

2. **ripgrep streaming prefilter** — automatic 150-3000× speedup if
   `rg` is installed on the system. Falls back to Python walker.

3. **Dictionary-free LSA model** (`krep --learn PATH`) — PPMI + SVD
   trained from corpus, multilingual, no manual keyword list. Optional
   numpy/scipy via `pip install "kishi-shell[krep]"`.

4. **Tail-aware incremental + lazy auto-refresh** — `--auto-refresh 1h`
   keeps the model fresh via background subprocess; no daemon.

Plugin API unchanged. Existing plugins keep working as-is. New section
in README shows how plugins can shell out to `krep` for free semantic
ranking on their own outputs.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@ozhangebesoglu ozhangebesoglu merged commit 227ce30 into main Jun 1, 2026
@ozhangebesoglu ozhangebesoglu deleted the docs/krep-v2.0.2.0 branch June 1, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant