Skip to content

ai-generate

Enterprise Part of the commercial Kumiko Enterprise offering — not in the open framework.

Query handler (ai-generate:query:generate) that takes a natural-language description of a feature and returns a new feature.ts source file for use in the Designer. Unlike ai-patch (which modifies an existing file), ai-generate starts from scratch; you optionally supply a package-name hint and a list of existing helper files (userHelpers) so the LLM can reference shared types rather than inventing duplicates. The Designer applies the result via pattern-file:create (the pattern-storage write handler) after a human review step.

What this feature needs to run (Requires, top) and the write commands it provides (Provides, bottom).

flowchart TB
  n_ai_generate["ai-generate"]
  subgraph how_reqs["Requires"]
    n_ai_foundation["ai-foundation"]
  end
  n_ai_foundation --> n_ai_generate