File tree Expand file tree Collapse file tree 7 files changed +7
-439
lines changed
mpp-idea-core/src/main/resources/META-INF
mpp-idea-exts/devins-lang/src/main/resources/messages
223/main/kotlin/cc/unitmesh/kotlin/provider
252/main/kotlin/cc/unitmesh/kotlin/provider
main/kotlin/cc/unitmesh/kotlin/provider
src/main/resources/META-INF Expand file tree Collapse file tree 7 files changed +7
-439
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ project(":") {
207207
208208 // Copy all resources from submodules to main plugin JAR
209209 // These are required for IntelliJ to load the plugin modules correctly
210+ from(project(" :mpp-idea-core" ).file(" src/main/resources" ))
210211 from(project(" :mpp-idea-lang:pycharm" ).file(" src/main/resources" ))
211212 from(project(" :mpp-idea-lang:java" ).file(" src/main/resources" ))
212213 from(project(" :mpp-idea-lang:kotlin" ).file(" src/main/resources" ))
Original file line number Diff line number Diff line change 7979 implementation =" cc.unitmesh.devti.gui.snippet.error.CodeBlockIntentionActionFilter" />
8080
8181 <httpRequestHandler implementation =" cc.unitmesh.devti.mcp.host.MCPService" />
82- <postStartupActivity implementation =" cc.unitmesh.devti.update.AutoDevUpdateStartupActivity" />
83- <postStartupActivity implementation =" cc.unitmesh.devti.mcp.MCPServerStartupValidator" />
8482 <postStartupActivity implementation =" cc.unitmesh.devti.llm2.GithubCopilotModelInitActivity" />
8583 <jbProtocolCommand implementation =" cc.unitmesh.devti.mcp.AutoDevJbProtocolService" />
8684 <notificationGroup id =" UnitMesh.MCPServer" displayType =" BALLOON" />
376374
377375 <agentObserver implementation =" cc.unitmesh.devti.observer.TestAgentObserver" />
378376 <agentObserver implementation =" cc.unitmesh.devti.observer.BuiltTaskAgentObserver" />
379- <agentObserver implementation =" cc.unitmesh.devti.observer.AddDependencyAgentObserver" />
380377
381378 <!-- Library Version Providers -->
382379 <libraryVersionProvider implementation =" cc.unitmesh.devti.provider.impl.NpmVersionProvider" />
Original file line number Diff line number Diff line change 1+ intention.category.llm =AutoDev
12devin.ref.loading =Loading git revision
23devin.line.marker.run.0 =Run {0}
34devin.label.choose.file =Choice DevIn File
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments