Skip to content

Try out the Stagewise Toolbar during Extension Development #1276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

hassoncs
Copy link
Contributor

2025-07-11 17 44 24

Copy link

changeset-bot bot commented Jul 12, 2025

⚠️ No Changeset found

Latest commit: e0b648d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

createRoot(document.getElementById("root")!).render(
<StrictMode>
<App />
</StrictMode>,
)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the usual 'please wrap in // kilocode_change comments' but otherwise looks good!

@@ -11,8 +12,33 @@ import { getHighlighter } from "./utils/highlighter"
// Initialize Shiki early to hide initialization latency (async)
getHighlighter().catch((error: Error) => console.error("Failed to initialize Shiki highlighter:", error))

// Render the main app
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useless vibe comment

@adamhill
Copy link
Contributor

What does Stagewise do?

@hassoncs
Copy link
Contributor Author

Stagewise has a toolbar that you can integrate into any webpage that allows users to prompt the model directly from the webpage itself.

Since the Kilo panel is just a webview, I was experimenting with adding the Stagewise toolbar to the Kilo extension as an internal dev tool. But after playing with it a bit, I don't think it's a good idea to integrate since it's a little weird for it to overlap our UI / buttons, but it does show that it works properly with Kilo in general!

Closing this for now. It was fun proof of concept and might serve useful for the devrel team if we want to promote Stagewise integration in the future!

@hassoncs hassoncs closed this Jul 14, 2025
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.

3 participants