v2026.831.1
Gerstep/cybosv2026.831.1Sep 2, 2026by github-actions[bot]
AI Summary
v2026.831.1 is a patch fixing the onboarding flow which was stuck on the organization creation step.
Key Highlights
- Onboarding no longer gets stuck on the organization step
- Fixed duplicate organization creation on repeated clicks
- Wizard now correctly recognizes successful transition and advances
New Features
- Fixed first-run onboarding organization step
- Fixed wizard transition logic
Full Release Notes
# Paperclip v2026.831.1
> Released: 2026-09-02
A patch on top of [2026.831.0](https://github.com/paperclipai/paperclip/releases/tag/v2026.831.0) that fixes first-run onboarding. It carries a single targeted change; everything else in 2026.831.0 is unchanged.
## Fixes
- **Onboarding no longer gets stuck on the organization step.** On the first onboarding screen ("What is the name of your organization?"), clicking **Continue** created the organization on the server but could leave the wizard sitting on the same step — so the page appeared to just refresh, and repeated clicks silently created duplicate organizations. The company-created list refresh can make the surrounding app adopt the just-created organization before the create request's continuation runs; the wizard now recognizes that as the same successful transition and advances to the first-agent step, while a genuine switch to a different organization still stops with a clear message. ([#12667](https://github.com/paperclipai/paperclip/pull/12667))
## Upgrade Guide
- No migrations, no configuration changes, no API changes. Upgrade in place.