Claude AI Integration

WebVM is integrated with Claude by Anthropic AI. You can prompt the AI to control the system.

You need to provide your API key. The key is only saved locally to your browser.

{#each $messageList as msg} {#if isToolUse(msg)}

{getMessageForTool(msg)}

{:else if !isToolResult(msg)}

{msg.content}

{/if} {/each}
{#if $apiState == "KEY_REQUIRED"}