chore: small fix

Kujtim Hoxha created

Change summary

internal/version/version.go | 2 +-
todos.md                    | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

Detailed changes

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`).

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