Christian W

Results 44 comments of Christian W

An example subtask: ```json { "id": 1, "title": "Flask Installation and Configuration", "description": "Set up Flask framework with necessary dependencies and configure the basic application structure", "dependencies": [], "details": "Install...

I'm also seeing inconsistent usage of `` tags. Sometimes there will be an open and close, e.g. ` CONTENT `. Other times "update" will be a self-closing tag, e.g. ``....

@Crunchyman-ralph I'm using Sonnet 4 now, but I note this behavior in older tasks. I may have been on Sonnet 3.7 or possibly even Gemini 2.5 back then. Yesterday I...

I'm encountering this as well. I have the following `settings.json`: ```json { "permissions": { "defaultMode": "acceptEdits", "allow": [ "Bash", "Edit", "MultiEdit", "NotebookEdit", "WebFetch", "WebSearch", "Write" ], "ask": [ "Bash(git commit:*)",...