Skip to content

History / AI Completions

Revisions

  • Correct AI completion acceptance: result streams into the prompt Ctrl+Alt+Space streams the generated code directly into the input at the caret (PrettyPrompt StreamingInputCallbackResult), so there is no Tab-to- accept step. Fix the AI Completions and Keyboard Shortcuts pages.

    @waf waf committed Jun 21, 2026
  • Update AI Completions and inspect docs AI Completions: document the provider-agnostic completion feature (--aiProvider/--aiApiKey/--aiEndpoint/--aiModel/--aiPrompt/--aiHistoryCount) and the OpenAI/Anthropic/Gemini/Grok/DeepSeek/Mistral/Codestral presets, replacing the OpenAI-only --openAI* options. Inspecting a Running Process: document live method modification via #replace/#wrap/#patches/#revert, including signatures and limitations. Refresh Home, Configuring, and Keyboard Shortcuts to match.

    @waf waf committed Jun 21, 2026
  • Update wiki with content from readme

    @waf waf committed Jun 14, 2026