Pi
Pi
I've also bumped into that disappearing debug-cell option. As I remember, closing and restarting VSCode shakes it loose. I haven't been able to isolate a clean consistent minimal fail, so...
@edervishaj Did you try deleting and re-creating your Python .venv? It might be possible that it is corrupted somehow.
# 🔹 This is correct: # 🔹 Now I flip the 0 to 1, Restart and RunAll: The error-output has correctly been removed, but the hoverable-squiggle is still there.
What is the output of your `docker run` look like? A correct output should look something like: ```bash pi@πlocal ~/code/anthropic-quickstarts/computer-use-demo > ./run.sh --image d2 --container d2 bla bla Xvfb started...
It's not https://github.com/anthropics/anthropic-quickstarts/issues/147
I've now fixed this (on my box). # Ensure Tool Use/Result Consistency When Stopping AI Execution ## Problem When a user clicks the stop button during AI execution while tools...
Might be as simple as: ```diff diff --git a/src/computer_use_demo/tools/collection.py b/src/computer_use_demo/tools/collection.py index c4e8c95..ef17ed5 100644 --- a/src/computer_use_demo/tools/collection.py +++ b/src/computer_use_demo/tools/collection.py @@ -32,3 +32,9 @@ class ToolCollection: return await tool(**tool_input) except ToolError as e:...
Ya Hah! 🐛🔨That was a crash before.
@x5a Please wire it in yourself, simpler!
Ok, so here's what I've done. ```bash pi@πlocal ~/demeisen_gen2/computer-use-demo main > cat .ports # INTERNAL ports end in 1 (think 1 ~ I for Internal), EXTERNAL ports end in 0...