You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent identifies and fixes a bug in a Python function by analyzing the code context,
743
+
The agent fixes a bug in a Python function by analyzing the code context,
744
744
locating the error, and implementing the correction through natural IDE interactions.
745
745
</p>
746
746
</div>
@@ -752,8 +752,7 @@ <h2 class="title is-3 has-text-centered">PwP in Action</h2>
752
752
<imgsrc="static/videos/animation_html.gif" alt="UI Development Demo" style="border-radius: 1px; margin-bottom: 1rem;">
753
753
</figure>
754
754
<pclass="is-size-5">
755
-
Watch as the agent builds a responsive React component, demonstrating its ability to
756
-
handle both JSX markup and styling while leveraging VSCode's built-in previews.
755
+
The agent is tasked with creating a simple HTML page given an image. The agent opens the image, and the live preview of code it writes side by side. It uses the preview to iteratively improve the code.
757
756
</p>
758
757
</div>
759
758
</div>
@@ -775,6 +774,9 @@ <h2 class="title is-3 has-text-centered">PwP in Action</h2>
The agent is tasked with renaming a variable in a complex Python Repostiroy. It successfully uses VSCode rename functionaly to rename the variable correctly across the project.
0 commit comments