()
| 73 | } |
| 74 | |
| 75 | function getVersionChangelog(): string { |
| 76 | return ( |
| 77 | runCommand(['git', 'log', '--format=%h %s', '-20']) ?? |
| 78 | 'Local development build' |
| 79 | ) |
| 80 | } |
| 81 | |
| 82 | const defaultFeatures = ['VOICE_MODE'] |
| 83 | const featureSet = new Set(defaultFeatures) |