@daniel156161/prism 0.2.97 → 0.2.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js
CHANGED
|
@@ -679,7 +679,7 @@ export class InteractiveMode {
|
|
|
679
679
|
await this.themeController.applyFromSettings();
|
|
680
680
|
// Add header with keybindings from config (unless silenced)
|
|
681
681
|
if (this.options.verbose || !this.settingsManager.getQuietStartup()) {
|
|
682
|
-
const logo = "▲ \u001b[38;5;196mp\u001b[38;5;202mr\u001b[38;5;226mi\u001b[38;5;46ms\u001b[38;5;51mm\u001b[0m v0.2.
|
|
682
|
+
const logo = "▲ \u001b[38;5;196mp\u001b[38;5;202mr\u001b[38;5;226mi\u001b[38;5;46ms\u001b[38;5;51mm\u001b[0m v0.2.98";
|
|
683
683
|
// Build startup instructions using keybinding hint helpers
|
|
684
684
|
const hint = (keybinding, description) => keyHint(keybinding, description);
|
|
685
685
|
const expandedInstructions = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daniel156161/prism",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.98",
|
|
4
4
|
"description": "Prism-branded wrapper around pi that stores config in ~/.prism",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Daniel Dolezal",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"@earendil-works/pi-coding-agent": "^0.84.2",
|
|
40
40
|
"@juicesharp/rpiv-todo": "^2.6.2",
|
|
41
41
|
"@juicesharp/rpiv-voice": "^2.6.2",
|
|
42
|
+
"@juicesharp/rpiv-i18n": "^2.6.2",
|
|
42
43
|
"pi-mcp-adapter": "^2.26.1",
|
|
43
44
|
"typebox": "^1.3.15"
|
|
44
45
|
},
|