Commit Graph

7 Commits (e35ef22aba03c319ec28a12acddf5bb772a91776)

Author SHA1 Message Date
Marcus Sanatan e35ef22aba
Add .meta files (#472)
* Add missing meta files

* Re-generate .meta files

It was for safety as some were AI generated before. Only minor changes were made
2025-12-19 18:59:19 -04:00
Berkant df3a49334e
feat: add Kilo Code configurator for AutoConfig support (#438)
Adds KiloCodeConfigurator to enable automatic MCP configuration for
Kilo Code VS Code extension users.

Closes #250

Co-authored-by: Berkant <Nonanti@users.noreply.github.com>
2025-12-18 15:48:01 -04:00
DeTandtThibaut 493d9ba420
feat: Add Intelij Rider for Autoconfig support (#448) 2025-12-17 16:57:49 -04:00
Jordon bf81319e4c
Support GitHub Copilot in VSCode Insiders + robustness improvements and bug fixes (#425)
* feat: add VSCode Insiders configurator and update documentation

* feat: add VSCode Insiders configurator metadata file

* feat: enhance telemetry and tool management with improved file handling and boolean coercion

* feat: refactor UV command handling to use BuildUvPathFromUvx method

* feat: replace custom boolean coercion logic with shared utility function

* feat: update import paths for coerce_bool utility function

* feat: enhance telemetry version retrieval and improve boolean coercion fallback logic

* feat: reapply offset and world_space parameters with coercion in manage_gameobject function
2025-12-04 11:41:01 -08:00
dsarno 4cd6c071db
Fix Claude Windows config and CLI status refresh (#412)
* Fix Claude Windows config and CLI status refresh

* Fix Claude uvx path resolution

* Address review feedback for Claude uvx

* Polish config cleanup and status errors

* Tidy Claude status refresh
2025-12-01 18:01:14 -08:00
Marcus Sanatan bd620e04be
Add CodeBuddy CLI configurator (#403)
Closes #392
2025-11-27 21:17:09 -04:00
Marcus Sanatan f94cb2460a
Simplify MCP client configs (#401)
* First pass at MCP client refactor

* Restore original text instructions

Well most of them, I modified a few

* Move configurators to their own folder

It's less clusterd

* Remvoe override for Windsurf because we no longer need to use it

* Add Antigravity configs

Works like Windsurf, but it sucks ass

* Add some docs for properties

* Add comprehensive MCP client configurators documentation

* Add missing imports (#7)

* Handle Linux paths when unregistering CLI commands

* Construct a JSON error in a much more secure fashion
2025-11-27 18:18:44 -04:00