smartcat icon indicating copy to clipboard operation
smartcat copied to clipboard

Putting a brain behind `cat`🐈‍⬛ Integrating language models in the Unix commands ecosystem through text streams.

Results 17 smartcat issues
Sort by recently updated
recently updated
newest added

Would it be possible to add voice recognotion as feature, so someone who is not interested in it can disable it completely?

enhancement
help wanted
good first issue

This problem occurs if ollama does not generate full answer before timeout. ``` > sc "hello, can you write a cli util in python that tells if it's night or...

Basically all packages that use the OpenAI APIs support supplying the API key through the `OPENAI_API_KEY` environment variable. It would be nice if smartcat joined that convention. (Unfortunately, my Rust...

Thank you for the excellent tool! In my use case, the `prompts.toml` file has grown too large, making it difficult to maintain. I would appreciate if you could implement the...

good first issue

This should be pretty easy. Using Ollama configuration I was able to get a response generated: `{ "id": "chatcmpl-fnorwbq9iodgef6p6glf29", "object": "chat.completion", "created": 1741797539, "model": "deepseek-coder-v2-lite-instruct", "choices": [ { "index": 0,...

help wanted
good first issue

Thanks for this awesome tool! Gemini models are pretty good, and Google offers a generous free tier. Would it be possible to add support for their API?

First of all, nice software! The reasoning models like deepseek-r1 seems to put out a lot of reasoning gak that isnt really useful for smartcat usage. basically it outputs something...

good first issue

I realize it is possible to specify remote url in config, so that works for me, but maybe reading env variable would make it even more out-of-the-box. Feel free to...

- Replace single conversation file with a conversations directory structure - Add support for named conversations via -n/--name flag - Implement conversation name validation - Add test coverage for conversation...