diff --git a/internal/version/version.go b/internal/version/version.go index a762fc8a47d9f4b837a53210408a0415546ab2af..fc8b560c52b7c46c92909a30c2be269dd477de5c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -5,7 +5,7 @@ import "runtime/debug" // Build-time parameters set via -ldflags var Version = "unknown" -// A user may install pug using `go install github.com/charmbracelet/crush@latest`. +// A user may install crush using `go install github.com/charmbracelet/crush@latest`. // without -ldflags, in which case the version above is unset. As a workaround // we use the embedded build version that *is* set when using `go install` (and // is only set for `go install` and not for `go build`). diff --git a/todos.md b/todos.md index 9f03c059deecb22d86f42074050e4e7e15038174..a1b8adb06e7fb997be154e9b80177d25a0449b33 100644 --- a/todos.md +++ b/todos.md @@ -36,3 +36,4 @@ - [ ] Revisit the provider/model/configs - [ ] Implement correct persistent shell - [ ] Store file read/write time somewhere so that the we can make sure that even if we restart we do not need to re-read the same file +- [ ] Send updates to the UI when new LSP diagnostics are available