Tags: PsiACE/bub
Tags
feat: intro baby bub (#1) * feat: baby bub, baby step * fix: one mypy issue with moonshot k2 Bub: Successfully fixed the first mypy issue by adding the missing return type annotation -> None to the __init__ method in src/bub/cli/render.py, reducing the error count from 24 to 23. * fix: make mypy happy * docs(posts): add a blog for it * chore: prepare for 0.1.0-alpha.1 * chore: minor fix