-
Notifications
You must be signed in to change notification settings - Fork 1
Kasi Search
Oak Dev-inter edited this page Apr 23, 2026
·
1 revision
Semantic search over
.kasidit/knowledge/using local embeddings. No network calls.
python3 ~/.claude/skills/kasidit/embedding/embed_build.py # one-time build
python3 ~/.claude/skills/kasidit/embedding/embed_search.py "<query>" # search
- Builds a local embedding index across
.kasidit/knowledge/. - Returns top-k chunks with file path, line range, and similarity score.
- Runs entirely local β no outbound API calls.
- Falls back to
grep -rif the embedding index is not built.
- User asks a question.
- AI runs
kasi-search "<keywords>". - AI reads the top 3 results.
- If relevant, answer grounds in that cached knowledge with an explicit citation.
- If semantic score is weak (< 0.3), ignore results and proceed.
- Before answering, check whether the project has relevant cached knowledge.
- "Have we seen this before?" lookups during long sessions.
- When
.kasidit/knowledge/is large (> 20 files) and scanning by hand is slow.
- Tiny knowledge base where
grepis already enough. - Top-1 match with score < 0.3 β do not force weak signal into the answer.
- Over-relying on top-1 β always consider top 3.
- Quoting a chunk without reading the full source file for context.
- Skipping citation β always cite as
Based on .kasidit/knowledge/<file>.md. - Treating low-similarity results as matches.
grep -r "keyword" .kasidit/knowledge/
Use when embeddings have not been built or the Python environment is unavailable.
Introduced in v0.8.0.
- Commands (aggregate)
- Kasi-Docs
- Kasi-Scaffold
Repo β’ Discussions β’ Issues β’ Changelog β’ Security β’ Contributing β’ MIT β’ Β© Kasidit Wansudon
Kasidit
Core
- Commands
- Kasi-Mode π₯ v0.10
- Backend-Hooks π₯ v0.10
- Model Tiers
- Gravity Pattern
- Multi-Agent-Orchestration
- Claude Design Integration
- UI Override Mode
- FAQ
Version History
- Version History β overview
- v0.13.0 β thClaws (Consolidated) π¦
- v0.12.0 β thClaws Runtime Support π¦
- v0.11.0 β Backend + Bridge + Runbook π
- v0.10.0 β Mode + Backend Hooks
- v0.9.2 β Gravity
- v0.9.1 β Master Orchestrator
- v0.9.0 β Claude Design
- v0.8.0 β Tier Cascade
- v0.7.4 β SWE-bench
- v0.3.0 β Tier adaptation
- v0.2.1 β Docs protocol
- v0.2.0 β UI Override
- v0.1.0 β Core
Concepts
Commands
- Kasi-Init
- Kasi-Review
- Kasi-Security
- Kasi-Fix
- Kasi-Ui
- Kasi-Cascade
- Kasi-Multi
- Kasi-Scaffold
- Kasi-Docs
- Kasi-Status
- Kasi-Promote
- Kasi-Pull
- Kasi-Sync
- Kasi-Search
- Kasi-Wiki-Sync
Agents
- Agent-Architect-Planner
- Agent-Audit-Specialist π₯ v0.10
- Agent-Bug-Hunter
- Agent-Deep-Researcher
- Agent-Legacy-Specialist
- Agent-Migration-Specialist
- Agent-Refactor-Surgeon
- Agent-Test-Writer
Deprecated v0.10 (stubs β audit-specialist --focus=..., removed in v0.11)
-
Agent-Code-Reviewer β
--focus=quality -
Agent-Security-Auditor β
--focus=security -
Agent-Perf-Profiler β
--focus=perf