AI-Narwhal 4 Feature Drop | 2025.1.4 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml, SmartInputProConfig.xml Create AINaturalLanguagePromotionState.xml, AIOnboardingPromoWindowAdvisor.xml, AIAssistantPromptLibraryStorage.xml

master
debuggerx 2 months ago
parent b60d227256
commit ee0a64ea0d

@ -0,0 +1,35 @@
<application>
<component name="AIAssistantPromptLibraryStorage">
<option name="prompts">
<map>
<entry key="builtin_findproblems">
<value>
<AIAssistantStoredPrompt>
<option name="builtIn" value="true" />
<option name="hasCustomTitle" value="true" />
<option name="id" value="builtin_findproblems" />
<option name="name" value="Find Problems" />
<option name="priority" value="100500" />
<option name="showInInput" value="false" />
<option name="content" value="Find potential problems in $SELECTION" />
</AIAssistantStoredPrompt>
</value>
</entry>
<entry key="builtin_newchat">
<value>
<AIAssistantStoredPrompt>
<option name="builtIn" value="true" />
<option name="hasCustomTitle" value="true" />
<option name="id" value="builtin_newchat" />
<option name="name" value="New Chat Using Selection" />
<option name="priority" value="100500" />
<option name="showInInput" value="false" />
<option name="waitForInput" value="true" />
<option name="content" value="$SELECTION" />
</AIAssistantStoredPrompt>
</value>
</entry>
</map>
</option>
</component>
</application>

@ -0,0 +1,6 @@
<application>
<component name="AINaturalLanguagePromotionState"><![CDATA[{
"wasChatNaturalLanguageAutomaticallyChanged": true,
"isChangedLanguageNotificationShown": true
}]]></component>
</application>

@ -0,0 +1,6 @@
<application>
<component name="AIOnboardingPromoWindowAdvisor">
<option name="attempts" value="1" />
<option name="shouldShowNextTime" value="NO" />
</component>
</application>

File diff suppressed because one or more lines are too long

@ -18,10 +18,11 @@
</component>
<component name="Translation.States">
<option name="translationDialogHeight" value="260" />
<option name="translationDialogLocationX" value="3173" />
<option name="translationDialogLocationY" value="643" />
<option name="translationDialogWidth" value="1190" />
<option name="translationDialogLocationX" value="2705" />
<option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" />
<histories>
<item value="Gemini is a conversational experience in Android Studio that helps you be more productive by answering Android development queries. It is powered by artificial intelligence and can understand natural language, so you can ask development questions in plain English. Gemini can help Android developers generate code, find relevant resources, learn best practices, and save time. Gemini is still an early experiment, and may sometimes provide inaccurate, misleading, or false information while presenting it confidently. Gemini may give you working code that doesnt produce the expected output, or provide you with code that is not optimal or incomplete. Always double-check Geminis responses and carefully test and review code for errors, bugs, and vulnerabilities before relying on it." />
<item value="if forceQuotedString is false and the string is valid unquoted, don't use any quote" />
<item value="The quote to be used for quoting strings. Defaults to [QuoteStyle.doubleQuote], because single quotes are often used as apostrophes." />
<item value="The indentation size. Must be greater or equal to `1`. Defaults to `2`." />
@ -71,11 +72,10 @@
<item value="{@template dart.ui.imageFormats} JPEG, PNG, GIF, Animated GIF, WebP, Animated WebP, BMP, and WBMP. Additional formats may be supported by the underlying platform. Flutter will attempt to call platform API to decode unrecognized formats, and if the platform API supports decoding the image Flutter will be able to render it. {@endtemplate}" />
<item value="The `list` parameter is the binary image data (e.g a PNG or GIF binary data). The data can be for either static or animated images. The following image formats are supported:" />
<item value="This method is a convenience wrapper around the [ImageDescriptor] API, and using [ImageDescriptor] directly is preferred since it allows the caller to make better determinations about how and whether to use the `targetWidth` and `targetHeight` parameters." />
<item value="Instantiates an image [Codec]." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE_SIMPLIFIED" value="61" />
<entry key="CHINESE_SIMPLIFIED" value="62" />
<entry key="ENGLISH" value="60" />
</map>
</option>

Loading…
Cancel
Save