-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fix window not showing for some users #2967
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
Conversation
…t waiting for network requests
|
.bundle |
|
- Add validation in recentDirs.ts to filter out non-existent directories and files - Prevent files from being added to recent directories list - Add fallback to home directory in goosed.ts when invalid directory is provided - Fix openDirectoryDialog to use parent directory when file is selected - Add proper validation and error handling for directory paths This fixes the issue where goosed would fail to launch when trying to use a CSV file path or other invalid directory as the working directory.
- Use lstatSync instead of statSync to detect and reject symlinks - Prevent symlinks from being added to recent directories for security - Avoid logging full paths in error messages to prevent information disclosure - Add symlink detection in file dialog handling - Maintain existing path traversal protections These changes prevent potential security issues where malicious symlinks could be used to access directories outside the intended scope.
| go 1.23.0 | ||
|
|
||
| require ( | ||
| go.temporal.io/api v1.44.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cherry picked @Kvadratni fix to get builds working again
|
.bundle |
2 similar comments
|
.bundle |
|
.bundle |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, signed) Instructions: This link is provided by nightly.link and will work even if you're not logged into GitHub. |
Co-authored-by: Max Novich <mnovich@squareup.com>
* main: (26 commits) chore(release): release version 1.0.29 (#2978) [fix][small] Replaced goose prompt unicode quotations with ascii quotations (#2972) fix: goose recipe prompt is not shown again when switch the view from settings to chat (#2870) fix: remove computer controller presentation (#2956) Fix GitHub Copilot Provider Config (#2955) Blog: Why I Used Goose to Build a Chaotic Emotion Detection App (#2959) Docs: Recipe settings (#2970) feat(ui): Add confirmation dialog for unsaved changes in extension modal (#2971) feat: alphabetize extensions in goose CLI (#2966) switch roles on condition for windows (#2975) fix version param for canary (#2974) enabling windows builds with code signing (#2968) feat(cli): add system prompt parameter to run command (#2253) Fix window not showing for some users (#2967) Add documentation for running with Ramalama local model serving in OCI Containers (#1973) Reddit MCP Server Tutorial (#2949) [fix] goose not quitting app completely (#2950) Opopadich/issue 1625 (#2904) chore(deps): bump go.temporal.io/api from 1.24.0 to 1.44.1 in /temporal-service (#2837) feat: add newline at end of file writes (#2221) ...
* main: (28 commits) feat: optional fast edit models (#2580) feat: Add lead-worker model selection and real-time model display in GUI (#2964) chore(release): release version 1.0.29 (#2978) [fix][small] Replaced goose prompt unicode quotations with ascii quotations (#2972) fix: goose recipe prompt is not shown again when switch the view from settings to chat (#2870) fix: remove computer controller presentation (#2956) Fix GitHub Copilot Provider Config (#2955) Blog: Why I Used Goose to Build a Chaotic Emotion Detection App (#2959) Docs: Recipe settings (#2970) feat(ui): Add confirmation dialog for unsaved changes in extension modal (#2971) feat: alphabetize extensions in goose CLI (#2966) switch roles on condition for windows (#2975) fix version param for canary (#2974) enabling windows builds with code signing (#2968) feat(cli): add system prompt parameter to run command (#2253) Fix window not showing for some users (#2967) Add documentation for running with Ramalama local model serving in OCI Containers (#1973) Reddit MCP Server Tutorial (#2949) [fix] goose not quitting app completely (#2950) Opopadich/issue 1625 (#2904) ...
Co-authored-by: Max Novich <mnovich@squareup.com>
Co-authored-by: Max Novich <mnovich@squareup.com> Signed-off-by: Soroosh <soroosh.sarabadani@gmail.com>
Co-authored-by: Max Novich <mnovich@squareup.com>
Turns out the users that had the issue was from goose trying to launch from a nonexistent previous directory or file path that was crashing the server.