Commit Graph

3 Commits

Author SHA1 Message Date
Paul B. Kim 953e5b7d5c
feat(lsp): add file rename → import update support
- Switch pyright to basedpyright (willRenameFiles capability)
- Add nvim-lsp-file-operations for neo-tree rename → LSP updates
- Add Snacks.rename with <leader>cR for current-buffer file renames
- Harden oil.nvim with lsp_file_methods (2s timeout, autosave unmodified)
2026-03-06 11:15:14 +09:00
Paul B. Kim 3b78c4b65d
fix(opencode): sanitize notified errors
Avoid exposing full upstream error payloads in notifications by redacting token-like fields and showing bounded, safe messages while keeping ask/select/command promise handling resilient.
2026-03-06 11:14:46 +09:00
Paul B. Kim 0ecd67991d chore: base 2026-02-08 19:57:17 +09:00