Skip to content

Can't create files. Please stop feature development and fix the base... #8764

@k-stamp

Description

@k-stamp

Before submitting your bug report

Relevant environment info

- OS: Windows 11
- Continue version: 1.0.52
- IDE version: IntelliJ IDEA 2025.2.4 (Community Edition)
- Model: Claude 4.5 Sonnet

Description

Continue fails to create files, especially during the /Init Shortcut.

create_new_file failed with the message: `filepath` argument is required and must not be empty or whitespace-only. (type string)

Please try something else or request further instructions.

Stacktrace:

java.util.ConcurrentModificationException
	at java.base/java.util.ArrayList.sort(ArrayList.java:1806)
	at java.base/java.util.Collections.sort(Collections.java:178)
	at kotlin.collections.CollectionsKt__MutableCollectionsJVMKt.sortWith(MutableCollectionsJVM.kt:42)
	at com.intellij.openapi.keymap.impl.KeymapImplKt.sortInRegistrationOrder(KeymapImpl.kt:821)
	at com.intellij.openapi.keymap.impl.KeymapImplKt.access$sortInRegistrationOrder(KeymapImpl.kt:1)
	at com.intellij.openapi.keymap.impl.KeymapImpl.getActionIds(KeymapImpl.kt:536)
	at com.intellij.openapi.keymap.impl.KeymapImpl.getActionIds(KeymapImpl.kt:508)
	at com.intellij.openapi.keymap.impl.KeymapImpl.getActionIds(KeymapImpl.kt:427)
	at com.github.continuedev.continueintellijextension.activities.ContinuePluginStartupActivity.removeShortcutFromAction(ContinuePluginStartupActivity.kt:106)
	at com.github.continuedev.continueintellijextension.activities.ContinuePluginStartupActivity.runActivity(ContinuePluginStartupActivity.kt:92)
	at com.intellij.ide.startup.impl.StartupManagerImpl.runOldActivity(StartupManagerImpl.kt:359)
	at com.intellij.ide.startup.impl.StartupManagerImpl.access$runOldActivity(StartupManagerImpl.kt:72)
	at com.intellij.ide.startup.impl.StartupManagerImpl$Companion$addActivityEpListener$1$extensionAdded$2.invokeSuspend(StartupManagerImpl.kt:95)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)

We really want to use Continue productive, but unfortunately this Plugin is a mess... Every Week there is another base feature broken. Especially the IntelliJ Plugin is a nightmare.
I don't understand why there is so much feature development active instead of making the basic stuff working.

To reproduce

  1. Open Project
  2. Use /Init Task
  3. See how it fails to create files
Image

Log output

Metadata

Metadata

Assignees

Labels

ide:jetbrainsRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions