You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're already running powerful LLMs locally. I built ccline so you can query them (or Claude) without leaving your terminal.
The idea: type a thought at your zsh prompt and get an AI answer — no separate window needed:
$ how to recursively find all .py files modified today
$ explain what this regex does: ^(?!.*pattern)
$ what's the docker command to export a container's filesystem
ccline uses the command_not_found_handler hook in zsh — any unrecognized command becomes a question to your LLM.
Currently uses claude CLI or Codex (OpenAI's CLI tool) as backends. Adding support for custom backends (including local APIs) is on the roadmap — I'd love feedback from this community on what local LLM integration would look like.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey text-generation-webui community! 👋
You're already running powerful LLMs locally. I built ccline so you can query them (or Claude) without leaving your terminal.
The idea: type a thought at your zsh prompt and get an AI answer — no separate window needed:
ccline uses the
command_not_found_handlerhook in zsh — any unrecognized command becomes a question to your LLM.Currently uses claude CLI or Codex (OpenAI's CLI tool) as backends. Adding support for custom backends (including local APIs) is on the roadmap — I'd love feedback from this community on what local LLM integration would look like.
Install:
brew install jianshuo/tap/ccline # or: git clone https://github.com/jianshuo/ccline && source ccline.zshGitHub: https://github.com/jianshuo/ccline
Curious if anyone has thoughts on local LLM backend integration! 🤔
Beta Was this translation helpful? Give feedback.
All reactions