Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/jumble/src/iframe-ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
IPC,
setIframeContextHandler,
} from "@commontools/iframe-sandbox";
import { components } from "@commontools/ui";
import { v1 } from "@commontools/ui";
import {
Action,
addCommonIDfromObjectID,
Expand All @@ -20,7 +20,7 @@ import {
updateJob,
} from "@/contexts/ActivityContext.tsx";

const CommonCharmElement = components.CommonCharm.CommonCharmElement;
const CommonCharmElement = v1.components.CommonCharm.CommonCharmElement;
const llm = new LLMClient();

// FIXME(ja): perhaps this could be in common-charm? needed to enable iframe with sandboxing
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/.claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(deno check:*)",
"Bash(deno lint:*)",
"Bash(deno fmt:*)",
"Bash(find:*)",
"Bash(ls:*)",
"Bash(grep:*)"
],
"deny": []
}
}
Loading