StephenBadger

Results 5 comments of StephenBadger

You could move the di.xml file into etc/frontend, which should make the plugin only be applicable to that area. You would have to create the folder. Alternatively extend / modify...

Same issue, very annoying. Makes it hard to talk to Claude. Also loving the extension, thanks team

This would be the fix I am using locally: ``` diff --git a/graphiti_core/utils/maintenance/community_operations.py b/graphiti_core/utils/maintenance/community_operations.py index 15bab42..61e399a 100644 --- a/graphiti_core/utils/maintenance/community_operations.py +++ b/graphiti_core/utils/maintenance/community_operations.py @@ -82,8 +82,10 @@ def label_propagation(projection: dict[str, list[Neighbor]]) ->...

How did you apply it? Are you using the docker? If you are using the docker you need to adjust the dockerfile so that you build with the patch. I've...

Can't you just use continue and resume to do this? ``` claude --help Usage: claude [options] [command] [prompt] Claude Code - starts an interactive session by default, use -p/--print for...