Anexon

Results 9 issues of Anexon

# Add configurable scrollbar background color Close #52 - [x] Add configurable scrollbar background highlight color via `SatelliteBackground` highlight group. Uses the `ColorColumn` highlight group by default. - [x] Update...

Closes: #41 ## Overview - [x] Add command to count tokens from a visual selection. - [x] Add python script to count tokens with [OpenAI's tiktoken](https://github.com/openai/tiktoken). - [x] Add `utils.vim`...

documentation
enhancement

There are some additional features we can add that would make the neural buffer easier to use such as: - Show the currently active model for the buffer - Change...

enhancement

## Overview It would be useful to add the ability for neural to get the token count for some given input. This would help prevent initiating requests that accidentally go...

enhancement

It would be useful to undo an entire completion generation in one go, especially in cases where the generation is large.

enhancement

Currently, the Neovim lua code is missing test coverage. We should add some and set up to run with the CLI.

enhancement

Sometimes we forget specific vim commands. It would be great to have a **:NeuralCommand** where you use natural language to describe what the command does, it generates and shows a...

enhancement

It is possible that a single instance of a generated output is not satisfactory. However, generating from a selection of 3-5 and previewing them might solve this issue, which is...

enhancement

As we use GPT models, we may come across good prompts that derive the outputs we want e.g. * `Write a PlantUML diagram for X` * `Summarise X` * `Act...

enhancement