Skip to content

Add Claude settings configuration #20896

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

Add Claude settings configuration #20896

merged 1 commit into from
Jun 13, 2025

Conversation

kylos101
Copy link
Contributor

Description

  • Add .claude/settings.json with permissions for AI assistant
  • Add .claude/settings.local.json to .gitignore for local overrides

Related Issue(s)

Fixes #

How to test

Documentation

Preview status

gitpod:summary

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • /werft preemptible
    Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • with-monitoring

/hold

- Add .claude/settings.json with permissions for AI assistant
- Add .claude/settings.local.json to .gitignore for local overrides
Copy link
Member

@Furisto Furisto left a comment

Choose a reason for hiding this comment

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

Changes LGTM. Build failure looks unrelated.

2025-06-12T19:09:13.4072431Z [components/gitpod-db:dbtest-init] error Error: https://registry.yarnpkg.com/@connectrpc/connect/-/connect-1.1.2.tgz: Request failed "503 Service Unavailable"
2025-06-12T19:09:13.4074854Z [components/gitpod-db:dbtest-init]     at ResponseError.ExtendableBuiltin (/home/gitpod/.nvm/versions/node/v22.15.1/lib/node_modules/yarn/lib/cli.js:696:66)
2025-06-12T19:09:13.4076675Z [components/gitpod-db:dbtest-init]     at new ResponseError (/home/gitpod/.nvm/versions/node/v22.15.1/lib/node_modules/yarn/lib/cli.js:802:124)
2025-06-12T19:09:13.4078376Z [components/gitpod-db:dbtest-init]     at Request.<anonymous> (/home/gitpod/.nvm/versions/node/v22.15.1/lib/node_modules/yarn/lib/cli.js:66750:16)
2025-06-12T19:09:13.4079709Z [components/gitpod-db:dbtest-init]     at Request.emit (node:events:518:28)
2025-06-12T19:09:13.4081221Z [components/gitpod-db:dbtest-init]     at module.exports.Request.onRequestResponse (/home/gitpod/.nvm/versions/node/v22.15.1/lib/node_modules/yarn/lib/cli.js:142287:10)
2025-06-12T19:09:13.4082749Z [components/gitpod-db:dbtest-init]     at ClientRequest.emit (node:events:518:28)
2025-06-12T19:09:13.4084059Z [components/gitpod-db:dbtest-init]     at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
2025-06-12T19:09:13.4085808Z [components/gitpod-db:dbtest-init]     at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
2025-06-12T19:09:13.4087006Z [components/gitpod-db:dbtest-init]     at TLSSocket.socketOnData (node:_http_client:558:22)
2025-06-12T19:09:13.4088205Z [components/gitpod-db:dbtest-init]     at TLSSocket.emit (node:events:518:28)
2025-06-12T19:09:13.4089197Z [components/gitpod-db:dbtest-init] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
2025-06-12T19:09:21.5676471Z [components/gitpod-db:dbtest-init] package build failed while building
2025-06-12T19:09:21.5677193Z [components/gitpod-db:dbtest-init] Reason: exit status 1

@roboquat roboquat merged commit de885bf into main Jun 13, 2025
86 of 90 checks passed
@kylos101
Copy link
Contributor Author

Aye, I think it was related to the CloudFlare/GCP outages yesterday. Thank you, @Furisto !

@roboquat roboquat deleted the add-claude-settings branch June 13, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants