- Netherlands
- https://www.linkedin.com/in/bjweerd/
-
Currently working on 'ttyclaude'
-
Joined on
2023年07月26日
4083a50c17
Add terminal-optimized system prompts and complete multi-provider integration
ed09ef5f5a
initial commit of two example programs, one in Vulkan, and one with Cuda.
a411ee8945
Rename special folder from $nw to $bn
c99edb588c
Simplify README by removing extraneous sections
d66341e440
added .gitignore
02d5d49cd4
Update documentation to reflect actual implementation
1a9d1e6811
initial
5419b6588e
minor changes
0155d00be6
updates
4434a16cdb
Add OpenAI and Mistral AI provider implementations
983e813aaf
bugfix
867d856361
Refactor providers: remove lm-oneshot, rename lm-chat to lmstudio
ad95842915
rm config.ini
2365a950f1
lockfile
233b3072d8
Release 0.2.2: Add local inference with llama.cpp and update documentation
1d3e3c63b6
Release 0.2.1: Add markdown rendering with colors and improve keybindings
f9f0b41247
Add Anthropic Claude provider with API key management
333739c07f
Add ESC-number buffer switching for terminals that intercept Alt
0de6fba9eb
Add config loading, buffer switching, and improve keybindings
1456c53009
implement multi-line input with Shift-Enter to send
1c1c20bb95
add word wrapping to response window
d692a43ea0
add buffer cycling with Ctrl-Left/Ctrl-Right hotkeys
a0740f9d73
implement conversation history for LM Chat provider
1c8035525d
implement /buffer creation for non-existent buffers
2526392f3c
major refactor: modular architecture with multi-buffer support