8000 [pull] master from allwefantasy:master by pull[bot] · Pull Request #45 · milomoon/auto-coder · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[pull] master from allwefantasy:master #45

New issue
Merged
merged 3 commits into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ readerwriterlock

# camelot-py
# llama_index
byzerllm[saas]>=0.1.189
byzerllm[saas]>=0.1.190
patch
diff_match_patch
GitPython
Expand Down
3 changes: 3 additions & 0 deletions src/autocoder/chat_auto_coder.py
8F0B
Original file line numberDiff line number Diff line change
Expand Up @@ -665,6 +665,9 @@ def get_bottom_toolbar():
gen_and_exec_shell_command(command)
else:
execute_shell_command(command)
else:
if user_input:
auto_command(user_input)

except KeyboardInterrupt:
continue
Expand Down
2 changes: 1 addition & 1 deletion src/autocoder/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.397"
__version__ = "0.1.398"
0