Skip to content

Feature Request - Cache the previous command for context #18

Description

@santiagomed

Hey @ibigio. Might be pretty useful if ShellAI takes in the previous command as context for the next response. I'd love to contribute so if this sounds good I can start writing the feature.

Quick example:
This:

$ docker tag myImage myAcr.azurecr.io/myImage
$ q push the above image

    docker push <image_name>

Would turn into this:

$ docker tag myImage myAcr.azurecr.io/myImage
$ q push the above image

    docker push myAcr.azurecr.io/myImage

Let me know what you think!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions