feat(coding-agent): use hash fragments for share URLs (#829)

Fixes #828
This commit is contained in:
Michael Renner 2026-01-18 17:18:17 +01:00 committed by GitHub
parent 964f17b8d1
commit 8b23c0a45e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -3297,7 +3297,7 @@ export class InteractiveMode {
}
// Create the preview URL
const previewUrl = `https://buildwithpi.ai/session?${gistId}`;
const previewUrl = `https://buildwithpi.ai/session/#${gistId}`;
this.showStatus(`Share URL: ${previewUrl}\nGist: ${gistUrl}`);
} catch (error: unknown) {
if (!loader.signal.aborted) {