Skip to content

Tags: PsiACE/bub

Tags

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
fix: update reset method in TapeService to use session/start for handoff

Signed-off-by: Frost Ming <me@frostming.com>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
fix: remove blinker dependency from project and lock files

Signed-off-by: Frost Ming <me@frostming.com>

0.1.1

Toggle 0.1.1's commit message
fix: minor fix for lint and test

0.1.0

Toggle 0.1.0's commit message
chore: bump to 0.1.0

0.1.0-alpha.1

Toggle 0.1.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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