We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca2ade commit ea56b19Copy full SHA for ea56b19
src/jupyter_ai_claude_code/persona.py
@@ -29,7 +29,6 @@ def __init__(self, *args, **kwargs):
29
super().__init__(*args, **kwargs)
30
self.template_mgr = ClaudeCodeTemplateManager(self)
31
self._client: Optional[ClaudeSDKClient] = None
32
- self._printed_todowrite_blocks = set()
33
34
async def connect(
35
self, options: Optional[ClaudeCodeOptions] = None
0 commit comments