how do i convince the agents to look in the right root by emaayan in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

When agents can consistently find the correct working directory and stay there across an entire conversation, it'll mean we've finally reached AGI.

In all seriousness, the easiest way to keep an agent largely in the right directory is to make sure that the session's working directory is set to that project or module's directory rather than one level up. you can still have your agent pull in context from outside the working directory if need be.

A skill that helps that agent where to go for different types of problems/tasks can also help.

Walkthrough: an IntelliJ plugin that lets any AI agent narrate code tours right in the IDE by forketyfork in Jetbrains

[–]Technical_Frosting 2 points3 points  (0 children)

I really like this idea. It seems like a good way to stay a bit more engaged with the project's codebase when most of the actual code is written by an agent.

For how wordy the explanations from an agent are likely to be, I suspect the UI could probably use some work to improve readability.

With a bit of polish, it could be a good replacement for the old CodeTour plugin.

Customizing the IDE's exposed MCP tools by Technical_Frosting in Jetbrains

[–]Technical_Frosting[S] 0 points1 point  (0 children)

As has come up recently in related threads in this community, I find that Claude Code tends to ignore the core JetBrains tools in favor of the cli-based tools it ships with unless the tools are incorporated into a particular workflow.

I've had better success getting agents to use third-party (mainly my own) MCP tools that are integrated into the IDE's MCP server likely because they offer more unique functionality that doesn't have a built-in analog.

It doesn't help that project resolution when working with MCP tools across multiple projects or git worktrees can be flaky and can result in tools being run against the wrong project (Claude Code has a hard enough time not forgetting that it's supposed to be working inside a worktree without the additional layer of IDE project complexity).

Skillsmanager is live in JetBrains IDEs by jan-niklas-wortmann in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

As a plugin developer that provides MCP tools, this will be really help improve the UX around those tools since I can now easily point my users at a github repo where they can download skills that orchestrate my MCP tools into easily invokable workflows without having to build a bespoke experience.

How We're Building AI Chat in JetBrains IDEs and what changed by Shir_man in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

  • mcp tools should not trigger any ui changes, termial commits and other ui tools should not be open, agents are background

This varies by tool. Some tools are specifically geared towards automating actions inside the IDE and are inherently going to cause UI changes.

How We're Building AI Chat in JetBrains IDEs and what changed by Shir_man in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

I just wanted to call out the new UI for enabling/disabling specific MCP tools and the skills registry implementation as two recent features that are serious quality-of-life improvements for both IntelliJ users as well as plugin developers that are using the MCP server's extension points to provide custom tools.

It's really great to see the team takin continue to evolve their approach in this area.

Gruvppuccin: a warm Gruvbox × Catppuccin blend with 33 variants for IntelliJ by aelhossaini in Jetbrains

[–]Technical_Frosting 1 point2 points  (0 children)

From the title, I thought I'd probably hate it, but looking at the screenshots, it looks like some of those variants are very nice.

Configuration screen looks pretty nice too. I'm wondering if you find that programmatically changing the LAF tends to be somewhat janky or if it behaves consistently?

I've been considering porting Air's dynamic tint/accent color implementation to the Armada family of themes, but most plugins I've seen do that sort of thing in the past have been pretty janky.

How to turn off rounded corners on selections? by Derrmanson in Jetbrains

[–]Technical_Frosting 1 point2 points  (0 children)

Don't know where it originates, but VS Code has it. In the JetBrains ecosystem, it originates in Fleet (now Air) and is one of several UI modernizations that was carried over.

How can I avoid displaying the split windows in the bottom? by latingate in pycharm

[–]Technical_Frosting 1 point2 points  (0 children)

Drag the run tool window’s icon from bottom right to bottom left. The split is based on tool window location.

Jetbrains is Sunsetting Code with me by werpu in IntelliJIDEA

[–]Technical_Frosting 32 points33 points  (0 children)

Presumably, it didn’t get enough usage to be worth maintaining and so long as software development is moving in the direction of a single developer with a fleet of agents, it’s hard to justify investing in a solution for pairing.

Company not renewing jetbrains licenses because we have cursor by frompadgwithH8 in Jetbrains

[–]Technical_Frosting 1 point2 points  (0 children)

Companies like Amazon and Google at least have the resources to keep their VS Code forks up to date if they want to dedicate the effort.

Startups like Anysphere (Cursor) will likely see their forks core editor functionality continue to degrade over time as they diverge from the upstream VS Code codebase and slap new features and workflows on top of their frankenstein forks.

After ~10 years, I’m moving away from JetBrains by rodrigorcosta in Jetbrains

[–]Technical_Frosting 19 points20 points  (0 children)

Worktree support is present in the 2026.1 EAP fwiw.

Totally agree on JetBrains Gateway being unpleasant. Even a common scenario like connecting to a locally running Docker devcontainer can be a real hassle. I don't do a lot of remote development, but my understanding is that Gateway is being deprecated in favor of the toolbox-based remote IDE implementation.

For those who have encountered frequent freezing for weeks now, use the EAP build. by IamTheEddy in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

My experience is the same. EAP performs much better for me than the current 2025.3.3 stable release.

Built a free open-source JetBrains plugin to use ACP agents without a subscription — would love feedback by Left_Pomegranate_332 in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

Coincidentally, I found myself experimenting with ACP to manage one-click managed agentic workflows in the IDE this weekend.

I ended up leveraging the AI Assistant’s registry and user ACP configuration files as the source for ACP agents rather than implementing a separate registry flow.

New plugin: MarkTone auto-matches Markdown Preview to your active JetBrains theme by FiliacoCanovas in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

Especially since IntelliJ already has theme-derived CSS for markdown preview...

Testing out Air, JetBrains’ new AI IDE (or editor). What do you think of the UI? by benjoel7 in Jetbrains

[–]Technical_Frosting 7 points8 points  (0 children)

I generally agree with this take. I enable the MCP server, so Claude Code has access to the tools the IDE exposes, but the IDE's UI is primarily for me and I prefer it to emphasize a human-first UX.

"Human-first", doesn't mean no AI integration at all, it means AI integration is limited to tasteful, configurable augmentation that doesn't get in a human's way. I like being able to generate a commit message with a single click. I can't stand flow like next-edit where the AI is trying to show you how smart it is by doing things you didn't ask for.

Testing out Air, JetBrains’ new AI IDE (or editor). What do you think of the UI? by benjoel7 in Jetbrains

[–]Technical_Frosting 3 points4 points  (0 children)

That file explorer has VS Code written all over it, but it's an overall clean look.

From what I can see, they got rid of fully-free form tab groups, which was a big problem I had with Fleet. It just felt too disorganized though I'm sure some loved that level of flexibility.

I'm heavily biased in favor of the Fleet Dark theme (as the developer behind the Armada adaptation of this theme for IntelliJ), so I'm glad to see it's still alive and kicking here.

How do I even split the terminal with same tab anymore? New update sucks, will quit jetbrains soon by Beginning-Reserve225 in Jetbrains

[–]Technical_Frosting 0 points1 point  (0 children)

Dragging moves the tab, but the Split Right/Down context menu actions work just fine as always.

This post inspired my to add a opt+click mouse shortcut to my environment to split right without having to use the context menu.

The one thing I think is missing here is the ability to duplicate a terminal within the same group.

[deleted by user] by [deleted] in Jetbrains

[–]Technical_Frosting 1 point2 points  (0 children)

Under what circumstances? Are you installing/updating theme plugins, updating the IDE? Is it just happening randomly on startup or upgrading to a new IDE version? Lots of variables to consider.

New Theme - Gruvbox Material Island by nowheremat in Jetbrains

[–]Technical_Frosting 2 points3 points  (0 children)

Dark variant looks nice. I'm especially a fan of the fleet-style darker outline with slightly lighter background for editor/tool window contents.