สร้างตัวจำแนกโค้ดเบสด้วย Jev
นักพัฒนแชร์การสร้างตัวจำแนกโค้ดเบสด้วย Jev โดยเสนอว่าอาจแก้ปัญหาโค้ดที่ซับซ้อนเกินไปจากเอเจนต์ และถามว่าควรทดสอบอะไรต่อไป
ผู้เขียนสร้างตัวห่อเครื่องมือ CLI ด้วย Jev ที่เสนอ "คุณหมายถึง?" ตามความหมายเมื่อพิมพ์คำสั่งย่อยผิด เช่น git record เป็น git commit
I created a CLI tool wrapper using Jev that semantically provides "Did you mean?" suggestions when you mistype a subcommand name. For example, if you type `git record`, it suggests `git commit`, and for `npm add`, it suggests `npm install`. syumai/jevyoumean