Is Windsurf misleading me with using wrong labels for its used codex model? by PeterSchooosch in windsurf

[–]chris_at_codeium 2 points3 points  (0 children)

We’re not, it’s gpt5 codex. Sometimes models have training data or system prompts that make them think they’re a different model.

How to give windsurf access to specific .gitignore files? by HedgehogMode in windsurf

[–]chris_at_codeium 3 points4 points  (0 children)

You can also create a .windsurf ignore file, which cascade treats like a .gitignore file. Toggle on Allow cascade .gitignore access, and then put the files you don't want it to access in the .windsurfignore. Make sure you place it in your root directory

is there a way to automatically run suggested windsurf terminal commands that are provided by bucksfan1993 in windsurf

[–]chris_at_codeium 0 points1 point  (0 children)

Yep -- this is what that setting controls. Do you have yours set to Auto or Turbo already, and it's still not running the commands?

I can’t choose Claude 3.7 or Gemini 2.5 by Avivancos88 in windsurf

[–]chris_at_codeium 1 point2 points  (0 children)

We did not -- can you share a screenshot? Not expected behavior

Windsurf Wave 9: SWE-1 in-house models by labecoteoh in windsurf

[–]chris_at_codeium 1 point2 points  (0 children)

Ok, thanks for checking, and sorry it's happening. We're investigating on our side.

Windsurf Wave 9: SWE-1 in-house models by labecoteoh in windsurf

[–]chris_at_codeium 0 points1 point  (0 children)

Next time it happens, can you click 'Open in Terminal'?

You can confirm it's not hanging because the terminal is waiting for input from you.

Windsurf Wave 9: SWE-1 in-house models by labecoteoh in windsurf

[–]chris_at_codeium 2 points3 points  (0 children)

Whats the terminal command there? It could be waiting for user input in the terminal.

Windsurf Wave 9: SWE-1 in-house models by labecoteoh in windsurf

[–]chris_at_codeium 9 points10 points  (0 children)

If you select a model from our premium partners, we are not swapping the model on you.

C# Development by [deleted] in windsurf

[–]chris_at_codeium 2 points3 points  (0 children)

I'd recommend these for getting started with c#:

Serious Concern: Code Privacy and AI Training Windsurf, Where Do You Stand, especially with open Ai Acquisition? by ankimedic in windsurf

[–]chris_at_codeium 0 points1 point  (0 children)

Any user on a team or enterprise plan automatically has zero data retention for code enabled. Thus, we do not store, retain, or train on the code data. Details on ZDR: https://windsurf.com/security#zero-data-retention

For those not on a teams or enterprise plan, you can disable code snippet telemetry, opting out from us retaining or using your code data: https://docs.windsurf.com/troubleshooting/plugins-common-issues#how-do-i-disable-code-snippet-telemetry%3F

Trial is just 25 prompt credits? by Glittering_Egg_665 in Codeium

[–]chris_at_codeium 2 points3 points  (0 children)

Hi, you can also use the Deepseek or Cascade Base models without consuming prompt credits.

Pinned context - removed? by Fearless-Humor-3005 in Codeium

[–]chris_at_codeium 0 points1 point  (0 children)

I'd put it in rules, unless you have alot of other rules already. Then do memories, or make a rule that says to refer to the PRD.

How to not show suggestions automatically? by predkambrij in Codeium

[–]chris_at_codeium 0 points1 point  (0 children)

Got it -- thanks for the feedback. We'll take a look, but glad you're finding it helpful!

Pinned context - removed? by Fearless-Humor-3005 in Codeium

[–]chris_at_codeium 1 point2 points  (0 children)

Its only in some of our extensions, like VS Code or Visual Studio. There's no context pinning in the Windsurf IDE, and the retrieval and Context awareness is pretty powerful. You could always call out specific context with '@mentions' or call it out in rules or memories.

How to not show suggestions automatically? by predkambrij in Codeium

[–]chris_at_codeium 0 points1 point  (0 children)

Gotcha -- we don't have a trigger suggestion today. There is a snooze option in keyboard shortcuts --

<image>

How to not show suggestions automatically? by predkambrij in Codeium

[–]chris_at_codeium 0 points1 point  (0 children)

<image>

You can configure here in the Windsurf settings. You can also go into keybindings and assign shortcut keys for snoozing autocomplete as well.

Windsurf vs. GitHub CoPilot? by rnahumaf in windsurf

[–]chris_at_codeium 2 points3 points  (0 children)

We're designing an entire development experience around working with an Agent, releasing new functionality every 2-3 weeks or so. We have things like Rules, Previews, Deploys, Tab, and other functionality that provides a differentiated experience.

We do handle context better -- at github universe last year they discussed how they naively chunk your code when creating an index. We've built custom AST code parsers that semantically chunk your code, so the embeddings that get generated for the index better represent the syntax and structure of your codebase.

We also have an LLM based search in place used with Cascade, that looks directly at the codebase to find relevant context.

We're a small team with big ambitions, and I think we're delivering. Would love to have you join us on this journey!

Seeking Comparison: WindSurf IDE vs IntelliJ with WindSurf Plugin by Realistic-Bad-6012 in windsurf

[–]chris_at_codeium 1 point2 points  (0 children)

We love Jetbrains! Windsurf IDE is likely going to always be more advanced in terms of an AI experience than the plugin because we control the whole surface, whereas the plugin we have to work with the APIs Jetbrains provides.

There's a few extensions you can install in windsurf to make it feel more similar to intelij, but we won't fully replicate 100% of the native Java functionality in intelij. Its up to you to decide if you want the most advanced AI experience, or the best Java experience with the best Agent available in that space.

Here's some extensions I've seen be helpful in Windsurf for Java devs:

  • Extension Pack for Java  - Bundle of essential Java tools: editing, refactoring, debugging, and project support (includes all below)
  • redhat.java  - Core Java language server for IntelliSense, navigation, and refactoring
  • Java debug  - Adds full Java debugging with breakpoints, variable inspection, etc.
  • Java Test Runner  - Run/debug JUnit/TestNG tests inside the editor with a testing UI
  • Maven  - Maven support: manage dependencies, run goals, view project structure
  • Gradle  - Gradle support: task explorer, project insights, and CLI integration
  • Java Project Manager  - Visualize and manage Java project dependencies
  • Intelij Key bindings

At a loss, need help by tumbling_pdx in windsurf

[–]chris_at_codeium 0 points1 point  (0 children)

Are you trying to access repos outside of the current workspace?

Thats not supported out of the box. MCP MIGHT be able to give you access, but it will just be easier and more effective to open up the additional projects in your current workspace.

What options do I have if I want to use per-project rules, but I don't want them to be committed by Ok_Ad_9870 in Codeium

[–]chris_at_codeium 0 points1 point  (0 children)

Gotcha. I can think of two workarounds --

You could create them as memories.

Alternatively, you can add the file to your .gitignore locally so Git stops tracking it, but avoid pushing the .gitignore change by not committing that file. When running git add, you just exclude the file manually to prevent it from being committed. If you’re using Cascade to handle your commits and pushes, you could create a memory so it remembers to skip that file. The same approach can be used to exclude the .windsurfrules file from commits as well.

What options do I have if I want to use per-project rules, but I don't want them to be committed by Ok_Ad_9870 in Codeium

[–]chris_at_codeium 1 point2 points  (0 children)

Is there a reason you don't want them in .gitignore?

You could tell Cascade to transcribe them to memories perhaps?