WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e132960

Browse files
authored
docs: add info about new models and IDE specific guidelines (#3409)
1 parent 8003587 commit e132960

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ai/agentic-ui-generator/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Follow these steps to set up the Agentic UI Generator:
4343
1. Log in to your [Telerik account](https://www.telerik.com/account/) and generate an API key from the [API Keys page](https://www.telerik.com/account/downloads/api-keys). Replace `YOUR API KEY` in the `mcp.json` file with the generated key.
4444

4545
> Refer to the [Obtaining the API Key](#obtaining-the-api-key) section below for detailed instructions.
46-
1. Open the AI chat interface of your IDE and start your prompt with the `#telerik_ui_generator` handle to invoke the main generator tool:
46+
1. Open the AI chat interface of your IDE and start your prompt with `Telerik` to make it more likely for the Agentic UI Generator to get called. If you are using VS Code, then you can start your prompt with the `#telerik_ui_generator` handle to invoke the main generator tool:
4747
````TEXT.skip-repl
4848
#telerik_ui_generator Create a dashboard page with a grid showing sales data and a chart visualizing monthly trends.
4949
````

ai/ai-coding-assistant/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ You can use the Telerik AI Coding Assistant for:
4545
Consider the following recommendations when working with the Telerik AI Coding Assistant:
4646

4747
* When switching between tasks and files, start a new session in a new chat window to avoid polluting the context with irrelevant or outdated information.
48-
* At the time of publishing, Claude Sonnet 4 and GPT-5 produce better results.
48+
* As of December 2025, Claude Sonnet 4.5, Gemini pro 3, and
49+
GPT 5.2 produce better results.
4950
* Sometimes, the AI Coding Assistant might generate custom styles. To avoid any custom styling, include a similar statement in your prompts: `Don't add custom CSS styles`.
5051

5152
## Telerik Document Processing AI Coding Assistant

0 commit comments

Comments
 (0)