Skip to content

Commit 752be16

Browse files
committed
📝 Track change synopsis for next Git Tag
1 parent dccba15 commit 752be16

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,36 @@ The format is based on [Keep a Changelog][] and this project adheres to
1212
[heading__unreleased]: #unreleased
1313

1414

15-
- [ ] `doc/proompter.txt` is correct and up-to-date?
1615
- [ ] Proxy traffic between Vim `channel` and Ollama API
16+
- [ ] HTTP Response parser handles non-`200` status codes
1717
- [ ] releases listening port
1818
> Note; `kill -SIGINT <PID>` works for interactive sessions, but doesn't
1919
> when backgrounded within Vader test runner script?!
2020
- [ ] tested with system-level SystemD
2121
> Note; the `Wants`, `Requires`, and other bindings to `ollama.service` may
2222
> need additional testing
2323
- [ ] Allow [python-hot-reload][] of `scripts/proompter-channel-proxy.py`?
24-
- [ ] Passing mock tests?!
25-
- [ ] `autoload/proompter.vim` needs mock tests for; `proompter#SendPromptToGenerate`, `proompter#SendPrompt`, `proompter#SendHighlightedText`, `proompter#cancel`, `proompter#load`, `proompter#unload`
24+
- [ ] Refactor code and configurations to allow connections to other LLM APIs?
25+
- [vllm][]
2626

2727
[python-hot-reload]: https://stackoverflow.com/questions/29960634/reload-the-currently-running-python-script
28+
[vllm]: https://docs.vllm.ai/en/latest/getting_started/quickstart.html
29+
30+
______
31+
32+
33+
## [0.0.6] - 2024-10-13
34+
35+
36+
- [X] Passing mock tests for `autoload/proompter.vim`
37+
- [X] `proompter#SendPromptToGenerate`
38+
- [X] `proompter#SendPrompt`
39+
- [X] `proompter#SendHighlightedText`
40+
- [X] `proompter#Cancel`
41+
- [X] `proompter#Load`
42+
- [X] `proompter#Unload`
43+
- [X] `doc/proompter.txt` is correct and up-to-date?
44+
- [X] Add `pre-commit` hook to help mitigate known committing bugs
2845

2946

3047
______

0 commit comments

Comments
 (0)