GitXplorerGitXplorer
c

ddb50.vsix

public
28 stars
10 forks
2 issues

Commits

List of commits on branch ai-duck.
Unverified
9e44c1eed80e00dddb23df8572f6beac787736aa

added confirmation dialog before clearing chat history

rrongxin-liu committed 19 days ago
Unverified
fdf3c2c273a5d47aef35025a3d6dbe20a6b4c954

added save chat history feature

rrongxin-liu committed 19 days ago
Unverified
33bd2569af17d29ca987acba3f0a8ab25576539f

fixed user input formatting issue

rrongxin-liu committed 19 days ago
Unverified
e30f19226d9307d504024224efd842f9546c3d3d

addressed vulnerabilities

rrongxin-liu committed 19 days ago
Unverified
3011a5a3c03d56d89b579fc50e87b94e29b9a730

up characters limit to 10000

rrongxin-liu committed a month ago
Unverified
f34626ccf029de18cbec7082dc2c8c0683ff887b

addressed vulnerabilities

rrongxin-liu committed 2 months ago

README

The README file for this repository.

CS50.ai

Provide everyone with their own virtual duck on VS Code and introduce students to the concept of rubber duck debugging. This is a technique that involves talking to a rubber duck (or any inanimate, or even animate object) about a bug in their code.

Now, with the power of OpenAI's ChatGPT, your rubber duck can talk back! The ddb50 extension leverages ChatGPT to provide a conversational coding experience, further enriching the practice of rubber duck debugging. This approach gives students a more dynamic way to address and discuss code issues.