ccline — type shell questions at your prompt while building AutoGen agents #7820
Closed
jianshuo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey AutoGen builders!
When you're building multi-agent AI systems, you spend a lot of time in the terminal. ccline makes that time more productive by routing command questions directly to Claude/Codex — no browser needed.
ccline hooks into zsh/bash's
command_not_found_handler. Type your question at the shell prompt instead of Alt-Tab to a browser. Normal commands are completely unchanged.curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashWorks with
claudeCLI andcodexCLI — same model providers you're already using for AutoGen.Beta Was this translation helpful? Give feedback.
All reactions