Kevin van Dijk

Results 7 issues of Kevin van Dijk

I've defined a helper like this: ``` javascript define(['Handlebars'], function(Handlebars) { var isLoggedIn = function(number) { return true; }; Handlebars.registerHelper('isLoggedIn', isLoggedIn); return isLoggedIn; }); ``` When I want to use...

### Description When first starting to use Kilo, it has architect mode as the default, this is wrong, it should be code mode.

Cline offers this. We need to offer this as well for all code and markdown blocks ### Discussed in https://github.com/Kilo-Org/kilocode/discussions/1343 Originally posted by **markijbema** July 16, 2025 Especially` in the...

Missing Cline Feature

### Description In Cline there is an option to change which terminal profile is being used by the extension. This is better than what we currently do, we rely on...

Missing Cline Feature

This broke after the last merge because there is no metadata more upstream

We have a setting to enable shift + return for newlines. It was a known issue that this was broken for editing messages but it turns out this is also...