move connect debug prints
This commit is contained in:
@@ -550,7 +550,6 @@ class ClaudeCode(PrecompiledProgram):
|
|||||||
|
|
||||||
# build prompt
|
# build prompt
|
||||||
prompt = self._build_prompt(input_value)
|
prompt = self._build_prompt(input_value)
|
||||||
print(prompt)
|
|
||||||
# run async execution in event loop
|
# run async execution in event loop
|
||||||
try:
|
try:
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|||||||
3
main.py
3
main.py
@@ -32,10 +32,11 @@ def main():
|
|||||||
permission_mode="acceptEdits",
|
permission_mode="acceptEdits",
|
||||||
allowed_tools=["Read", "Write", "Bash"],
|
allowed_tools=["Read", "Write", "Bash"],
|
||||||
)
|
)
|
||||||
|
"""
|
||||||
result = cc(query="list the files in this directory")
|
result = cc(query="list the files in this directory")
|
||||||
output = result.output
|
output = result.output
|
||||||
print(output)
|
print(output)
|
||||||
|
"""
|
||||||
cc.push_to_hub(
|
cc.push_to_hub(
|
||||||
"modaic/claude-code",
|
"modaic/claude-code",
|
||||||
with_code=True,
|
with_code=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user