docs: announce Kishi Shell v2.0.2.0 Krep AI upgrades#1
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Main repo PR: ozhangebesoglu/Kishi-Shell#4
Test plan
🤖 Generated with Claude Code