mikkihugo
mikkihugo
## 🎯 **Feature Overview** Implements cross-device settings synchronization for KiloCode using VS Code's built-in Settings Sync infrastructure. This addresses the user request in [Discussion #2057](https://github.com/Kilo-Org/kilocode/discussions/2057) where users need to manually...
**Issue Description:** As a Claude Max user, I'm unable to access Opus models through Claude Code. When attempting to switch to Opus using `/model opus`, I receive the error message:...
This PR updates the tree-sitter dependency from 0.24 to 0.25, making tree-sitter-md compatible with the latest tree-sitter ecosystem. Closes #205 ## Changes - **Cargo.toml**: Update tree-sitter from `0.24` to `0.25`...
This PR fixes parsing of links with dollar signs in the text or URL. Fixes #206 ## Problem When parsing links with dollar signs, like: ```markdown [$NVIM_APPNAME](https://neovim.io/doc/user/starting.html#$NVIM_APPNAME) ``` The parser...