mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
noop
This commit is contained in:
parent
af87aaa15b
commit
b295ef2880
1 changed files with 3 additions and 6 deletions
9
coder.py
9
coder.py
|
@ -193,19 +193,16 @@ coder = Coder()
|
|||
coder.system(prompt_webdev)
|
||||
|
||||
dname = Path('../easy-chat')
|
||||
#coder.file(dname / 'chat.css')
|
||||
coder.file(dname / 'index.html')
|
||||
#coder.file(dname / 'chat.js')
|
||||
coder.file(dname / 'chat.css')
|
||||
coder.file(dname / 'chat.js')
|
||||
|
||||
#for fname in coder.fnames:
|
||||
# print(coder.quoted_file(fname))
|
||||
#sys.exit()
|
||||
|
||||
coder.request('''
|
||||
Improve the code quality of the js.
|
||||
Add or improve code comments.
|
||||
Remove dead or useless code.
|
||||
Refactor to reduce repetitiveness.
|
||||
Move all the speaker icons to come after the text in each bubble, instead of before.
|
||||
''')
|
||||
|
||||
coder.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue