Skip to content

Clarify Bolt deep link comment to explain two-step process#71

Draft
Copilot wants to merge 2 commits intobolt_deeplink_hackfrom
copilot/sub-pr-63-another-one
Draft

Clarify Bolt deep link comment to explain two-step process#71
Copilot wants to merge 2 commits intobolt_deeplink_hackfrom
copilot/sub-pr-63-another-one

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 19, 2026

The comment on createBoltDeepLink was misleading - it stated the deep link "won't work to set destination" without clarifying that destination setting requires the subsequent HTTPS link.

Changes

  • createBoltDeepLink comment: Converted to KDoc explaining it creates a bolt:// scheme link that opens the Bolt app with coordinates, and that destination setting requires the subsequent createBoltDeepLinkWeb() call

  • createBoltDeepLinkWeb comment: Converted to KDoc for consistency, clarifying it creates an https:// scheme link that sets the destination after the app is opened, otherwise opens the browser

/**
 * Creates a bolt:// scheme deep link that opens the Bolt app.
 * This link includes pickup and destination coordinates, but the destination
 * setting requires the subsequent HTTPS link from createBoltDeepLinkWeb().
 */
internal fun createBoltDeepLink(...)

/**
 * Creates an https:// scheme deep link for Bolt that sets the destination.
 * This should be triggered after the Bolt app is opened by createBoltDeepLink().
 * If triggered when the app is not open, it will open the web browser instead.
 */
internal fun createBoltDeepLinkWeb(...)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: neteinstein <910242+neteinstein@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jan 19, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.google.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -XX:MaxMetaspaceSize=512m -XX:&#43;HeapDumpOnOutOfMemoryError -Xmx4g -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Address feedback on Bolt deep link fix Clarify Bolt deep link comment to explain two-step process Jan 19, 2026
Copilot AI requested a review from neteinstein January 19, 2026 16:47
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.

2 participants