What new features do you want? - 你想要什么新功能?
Hi! I really like the dsh-thought-buddy plugin. I found one small thing I’d love to see documented or made easier to customize.
By default, the thinking state uses:
"thinking": {
"expressions": [8, 16, 14, 17, 5],
"expressionMin": 2000,
"expressionMax": 3600
}
I wanted to slow the thought/status text changes down to roughly 15 seconds. I found that changing it to:
"thinking": {
"expressions": [8, 16, 14, 17, 5],
"expressionMin": 15000,
"expressionMax": 16000
}
works really well for me.
Would it be possible to either:
- Document
expressionMin / expressionMax as a user-configurable setting, or
- Add an easy configuration option (for example through
localStorage or the plugin config) so users don't have to edit the generated lib/client.js / data.ts files manually?
I originally thought the text speed was controlled by the typewriter settings (DELETE_MS, TYPE_MS, HOLD_MS), but those weren't what was causing the rapid thought changes. The important settings for the interval between thoughts were expressionMin and expressionMax.
Thanks!
Checks - 检查项
What new features do you want? - 你想要什么新功能?
Hi! I really like the
dsh-thought-buddyplugin. I found one small thing I’d love to see documented or made easier to customize.By default, the
thinkingstate uses:I wanted to slow the thought/status text changes down to roughly 15 seconds. I found that changing it to:
works really well for me.
Would it be possible to either:
expressionMin/expressionMaxas a user-configurable setting, orlocalStorageor the plugin config) so users don't have to edit the generatedlib/client.js/data.tsfiles manually?I originally thought the text speed was controlled by the typewriter settings (
DELETE_MS,TYPE_MS,HOLD_MS), but those weren't what was causing the rapid thought changes. The important settings for the interval between thoughts wereexpressionMinandexpressionMax.Thanks!
Checks - 检查项