Skip to content

Idea: Make everything AI-generated (colors, completer, suggester) #57

@anki-code

Description

@anki-code

In xonsh shell it's possible to replace everything. So let's imagine that we have local LLM model (e.g. llama) with low latency. We can use it for everything:

  1. Parse command and colorize it based on context (How to make 🌈 lolcat colors style for input in xonsh? xonsh#6050).
  2. Suggest the rest of the command during typing using suggester (How to manage prompt suggestion for AI/LLM features? (grey colored command that is suggested from history) xonsh#6044).
  3. Check errors during typing.
  4. Using it in a completer list (https://xon.sh/tutorial_completers.html).
  5. Help with a command on user language.

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions