Releases: griddynamics/specflow
Releases · griddynamics/specflow
Release list
v0.7.1 TUI updates - MCP setup screen, UX fixes
This release fixes the TUI so it reliably detects and installs from any folder, aligns model names with the current agent set, adds an MCP client setup screen for connecting SpecFlow to your AI tool, and lets you see all sessions (including completed ones) in the TUI. It also fixes onboarding to reuse an existing valid .env, cleans up default models, reduces excessive notifications, preserves real error text from process errors instead of swallowing it, and adds a PyPI project page and contributing guide. No breaking changes.
What's Changed
- fix(tui): make textual a base dependency so
specflow tuiworks from a fresh install by @mkonopelski-gd in #3 - TUI View fix - model names align with current agent by @awrobel-gd in #2
- fix(tui): resolve checkout from any folder + back-compat [tui] extra by @akozak-gd in #5
- Update default models by @awrobel-gd in #4
- New endpoint to see all users sessions including completed ones in TUI by @awrobel-gd in #6
- feat(tui): MCP client setup screen — connect SpecFlow to your AI tool by @mkonopelski-gd in #7
- Add PyPi Project Page via readme by @awrobel-gd in #1
- fix(tui): use existing complete .env instead of forcing onboarding by @akozak-gd in #8
- Fix too many notifications by @awrobel-gd in #9
- Preserve real error text from ResultMessage in process_query_stream by @awrobel-gd in #10
- Contributing guide by @awrobel-gd in #12
Full Changelog: v0.6.7...v0.7.1