Matt Low mlow
  • Joined on 2018-11-10
mlow pushed to tui at mlow/lmcli 2024-03-17 16:51:50 -06:00
1456442d4e tui: Fix response handling
3185b2d7d6 tui: show the message position when focused
6c64f21d9a tui: support for message retry/continue
6f737ad19c tui: handle text wrapping ourselves, add ctrl+w wrap toggle
a8ffdc156a tui: open input/messages for editing in $EDITOR
Compare 41 commits »
mlow pushed to tui at mlow/lmcli 2024-03-17 12:59:01 -06:00
657416780d Lead anthropic function call XML with newline
c143d863cb tui: support for message retry/continue
3aff5514e4 Fix double reply callback on tool calls
5acdbb5675 tui: handle text wrapping ourselves, add ctrl+w wrap toggle
c53e952acc tui: open input/messages for editing in $EDITOR
Compare 7 commits »
mlow pushed to tui at mlow/lmcli 2024-03-15 11:05:53 -06:00
e9fde37201 tui: fixed response cancelling
6242ea17d8 tui: ctrl+r to retry previous message
2ca94e1ffb tui: fixed footer styling
2b0d474660 tui: removed scrollbar
fdf8033aff tui: minor fixed and cleanup
Compare 5 commits »
mlow pushed to tui at mlow/lmcli 2024-03-14 00:00:39 -06:00
cf46088762 tui: update lodos
c4b78aa0c6 tui: add response waiting spinner
377a4f1dfa tui: add LLM response error handling
000a2ec6f2 tui: add a "scroll bar" and error view
387dd7534c tui: generate titles for conversations
Compare 27 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 14:54:11 -06:00
e9ce46a250 tui: ability to cancel request in flight
79ff77a73f tui: add focus switching between input/messages view
407f4a99bf tui: removed confirm before send, dynamic footer
79ad681f4c tui: use ctx chroma highlighter
78c80431b4 Add initial TUI
Compare 6 commits »
mlow pushed to main at mlow/lmcli 2024-03-12 14:53:14 -06:00
32eab7aa35 Update anthropic function/tool calling
mlow pushed to main at mlow/lmcli 2024-03-12 14:41:11 -06:00
91d3c9c2e1 Update ChatCompletionClient
8bdb155bf7 Update ChatCompletionClient to accept context.Context
Compare 2 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 14:39:42 -06:00
3f765234de tui: ability to cancel request in flight
21411c2732 tui: add focus switching between input/messages view
99794addee tui: removed confirm before send, dynamic footer
a47c1a76b4 tui: use ctx chroma highlighter
96fdae982e Add initial TUI
Compare 6 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 12:22:51 -06:00
3f7f34812f tui: add focus switching between input/messages view
98e92d1ff4 tui: removed confirm before send, dynamic footer
e23dc17555 tui: use ctx chroma highlighter
e0cc97e177 Add initial TUI
Compare 4 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 12:21:36 -06:00
7bfddaabce tui: add focus switching between input/messages view
a5f39f7944 tui: removed confirm before send, dynamic footer
3b71f08d19 tui: use ctx chroma highlighter
b803ea7a52 Add initial TUI
8bdb155bf7 Update ChatCompletionClient to accept context.Context
Compare 5 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 10:50:13 -06:00
9d83013f52 tui: use ctx chroma highlighter
e92a0ff50d Add initial TUI
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2024-03-12 02:07:21 -06:00
045146bb5c Moved flag
2c7bdd8ebf Store enabled tools in lmcli.Context
7d56726c78 Add --model flag completion
f2c7d2bdd0 Store ChromaHighlighter in lmcli.Context and use it
Compare 4 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 02:07:04 -06:00
f3c17c9a9b Add initial TUI
045146bb5c Moved flag
2c7bdd8ebf Store enabled tools in lmcli.Context
7d56726c78 Add --model flag completion
f2c7d2bdd0 Store ChromaHighlighter in lmcli.Context and use it
Compare 5 commits »
mlow pushed to tui at mlow/lmcli 2024-03-12 01:07:51 -06:00
aaa9b3d503 Add initial TUI
mlow created branch tui in mlow/lmcli 2024-03-12 01:07:51 -06:00
mlow pushed to main at mlow/lmcli 2024-03-12 01:04:16 -06:00
0a27b9a8d3 Project refactor, add anthropic API support
2611663168 Add --count flag to list command, lower default from 25 to 5
120e61e88b Fixed variable shadowing bug in ls command
Compare 3 commits »
mlow pushed to main at mlow/lmcli 2024-01-11 10:25:15 -07:00
fa966d30db Update README.md
mlow pushed to main at mlow/lmcli 2024-01-11 10:24:22 -07:00
77c0d1bce8 Update README.md
51ce74ad3a Add --offset flag to edit command
b93ee94233 Rename lsCmd to listCmd, add ls as an alias
Compare 3 commits »
mlow pushed to main at mlow/lmcli 2024-01-03 10:26:44 -07:00
db788760a3 Adjust help messages
242ed886ec Show lmcli usage by default
02a23b9035 Add clone command
b3913d0027 Add limit to number of conversations shown by default by lmcli ls
1184f9aaae Changed how conversations are grouped by age in lmcli ls
Compare 7 commits »
mlow pushed to main at mlow/lmcli 2024-01-02 10:09:01 -07:00
239ded18f3 Add edit command