Skip to content
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

chore [v1.0]: tidy up processes when session closes #622

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

michaelneale
Copy link
Collaborator

this simply closes the goosed process when the window is finished (which it should have).

@@ -128,10 +116,7 @@ export const startGoosed = async (app, dir=null, env={}): Promise<[number, strin
goosedProcess.kill();
});

// Wait for the server to start and fetch the agent version
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we weren't using the version here - as it shifted to the window

@@ -19,20 +21,6 @@ export const findAvailablePort = (): Promise<number> => {
});
};

// Function to fetch agent version from the server
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

duplicated functionality, and not needed here

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

@michaelneale michaelneale merged commit 8293595 into v1.0 Jan 16, 2025
6 checks passed
@michaelneale michaelneale deleted the micn/stop-processes branch January 16, 2025 03:45
michaelneale added a commit that referenced this pull request Jan 16, 2025
* v1.0:
  feat: update the cli to be cross platform (#624)
  fix: make sure dev setup works and document (#623)
  chore [v1.0]: tidy up processes when session closes (#622)
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