Bub v0.3.8 Release Notes
Release Date: 2026-05-14 // 28 days ago-
🚀 Features
- ➕ Add session management to shell commands and improve task cancellation handling - by @frostming (7d311)
- Retrieve config value using template replacement in skill content - by @frostming in #209 (f0c32)
- Allow
provide_tape_storehook to return a context manager - by @frostming in #199 (14f29)
🛠 🐞 Bug Fixes
- 🚚 Move log handler installation to start method in CliChannel - by @frostming (804e1)
- Correct regex pattern for context length detection in agent.py - by @frostming (e7881)
- Include default path for 'uv' executable search in _find_uv function - by @frostming and Copilot (ddb20)
- 📚 Correct directory path for skill location in documentation - by @frostming (eddc5)
- Enable colored loguru output for terminal display - by @iodone and Claude Opus 4.6 in #189 (e50dc)
- 0️⃣ Increase default max tokens to 16384 to avoid tool call truncation issue - by @frostming (74fa7)
- ⚡️ Update loguru integration for improved logging configuration - by @frostming (acb76)
- Reverse hook implementation order in collect_onboard_config and update assertions in tests - by @frostming and Copilot (c5c91)
- ⚡️ Update quit_tool docstring to clarify session termination - by @frostming (73ff8)
- ⚡️ Update quit_tool docstring to emphasize usage caution - by @frostming (2877b)
- telegram : Avoid conflicting get_updates proxy config - by @iodone in #200 (12be6)
View changes on GitHub
Previous changes from v0.3.7
-
🚀 Features
- Extensible config object - by @frostming in #182 (13860)
- 🆕 New bub command: onboard - by @frostming in #183 (77405)
- website : Add brand-new bub website powered by Astro and Starlight - by @100gle and Copilot in #176 (1f866)
🛠 🐞 Bug Fixes
- ⏪ Restore website hero code block - by @PsiACE (fab66)
- 🏗 Generate website github stats at build time - by @PsiACE (55209)
- ⚡️ Update GitHub handles for userwall entries - by @frostming (2d2da)
- ✅ Adjust testimonial column height and improve animation pause on hover - by @frostming (3a730)
- CLI output mess with stream output - by @frostming in #184 (f86c3)
- 💅 style : Remove the tailwind preset styles in Starlight - by @100gle in #181 (868da)
- telegram : Add explicit read_timeout for get_updates polling - by @oilbeater in #173 (109e8)
🐎 🏎 Performance
View changes on GitHub