Skip to content

Fix create_or_join to check for existing session before auto-suffixing#11

Merged
justinmoon merged 1 commit intomasterfrom
multi-session
Mar 4, 2026
Merged

Fix create_or_join to check for existing session before auto-suffixing#11
justinmoon merged 1 commit intomasterfrom
multi-session

Conversation

@justinmoon
Copy link
Copy Markdown
Contributor

Fixes the integration test failure from #10. The auto-suffix feature caused create_or_join to create a new suffixed session instead of joining the existing one. Now checks if the session already exists upfront and returns early.

The auto-suffix feature caused create_or_join to create a new suffixed
session instead of joining the existing one. Check if the session
already exists upfront and return early if so.
@justinmoon justinmoon merged commit 16c1d27 into master Mar 4, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant