Getting Started

This quickstart shows you how to pick your preferred model, and get value from both the autocomplete surface and the chat (agent) window.

Inline Completions

Chucki offers inline code suggestions as you type. There are three completion modes available:

  • Ghost Text: Shows suggestions directly as translucent text in the editor (quickest)
  • CodeInsight: Integrates with the standard RAD Studio completion window
  • Panel Completions: Dedicated panel for more control and multiple alternatives

You can configure which mode to use under Tools -> Options -> Chucki -> General.

For detailed shortcuts, features, and examples for each mode, see the Features page.

Agent Chat

Open the Chucki Agent tool window (View -> Tool Windows -> Chucki Agent) and dock it next to the code editor to chat with the AI assistant.

Quick tips:

  • Select your preferred AI model from the dropdown menu
  • Use Insert Selection button to add code context from the editor
  • Use @ symbol to reference project files in your prompts
  • Quick action buttons let you apply agent responses directly to your code

For detailed information on agent capabilities, file references, and model selection, see the Features page.