Skip to content

Feature/goose-vibe-integration #887

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bclarkngc
Copy link

@bclarkngc bclarkngc commented Jul 11, 2025

In this MR:

In this MR we enable "codename Goose" ability to interact with the vibe prompt integration instead of a copy command.

[Removes]

  • placeholder for vibes button Run in AI IDE that copies prompt

[Add]

- placeholder for vibes button Run in AI IDE that copies prompt

[Add]
- Button to open project Goose. ( https://block.github.io/goose/ )
- event listener for modalGooseButton
- modal-goose-chat css
const recipeConfig = {
version: "1.0.0",
title,
description: "[prompt.ng] Vibe",
Copy link
Owner

Choose a reason for hiding this comment

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

what does this [prompt.ng] Vibe mean?

modalGooseButton.forEach(button => {
button.addEventListener('click', () => {
instructions = "You are a vibe coding agent for " + contributor + "and are ready for their request";
openInGoose(app, prompt, instructions, ["prompts.ng"]);
Copy link
Owner

Choose a reason for hiding this comment

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

also here [prompts.ng] what does it mean?

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