Git Product home page Git Product logo

berriai / clerkie-cli Goto Github PK

View Code? Open in Web Editor NEW
94.0 94.0 7.0 12.54 MB

Clerkie-cli is a terminal tool that uses an LLM to help debug and troubleshoot coding errors in any programming language. It offers explanations, suggested fixes, guidance, alternative approaches, and code examples. It is useful for developers of all skill levels.

Python 92.14% Nix 0.02% Shell 0.26% PowerShell 0.37% Cython 5.16% C++ 2.04%

clerkie-cli's People

Contributors

ishaan-jaff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

clerkie-cli's Issues

Error message overwritten when running concurrently

All commands write their stderr output to the same file. So two commands running concurrently will overwrite each other.

To repro this, suppose we have two scripts running concurrently:

slow.sh

commandnotfoundslow
sleep 10
exit 1

fast.sh

commandnotfoundfast
exit 1

Start slow.sh first, then while slow.sh is sleeping run fast.sh. This will overwrite the c.log containing the error message for slow.sh. Then the clerkie output for slow.sh will usually say something along the lines of there not being enough information to debug the error.

python3 pip installs blocking users

Pip install commands in install.sh python3 -m pip install requests and python3 -m pip install rich cause errors for users with default python installed. when python version is 3.0 and python3 command is failing

Don't upload sensitive terminal output

My terminal output often contains sensitive information like a password. Some ideas to fix this:

  • Option to turn uploading on or off temporarily
  • Option for uploading to be off by default
  • Give a few seconds to abort clerkie upload with Ctrl-C (or conversely, give few seconds to confirm clerkie usage)
  • Only run clerkie on output of commands specified in an allowlist (so it might run on python but not cat)

Additionally, it could show on the PS1 whether clerkie is enabled or not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.