@daniel156161/prism 0.2.91 → 0.2.92

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.
@@ -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.90";
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.92";
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.91",
3
+ "version": "0.2.92",
4
4
  "description": "Prism-branded wrapper around pi that stores config in ~/.prism",
5
5
  "type": "module",
6
6
  "engines": {
@@ -27,10 +27,7 @@
27
27
  "dependencies": {
28
28
  "@earendil-works/pi-ai": "^0.84.2",
29
29
  "@earendil-works/pi-coding-agent": "^0.84.2",
30
- "eventsource": "^5.1.0",
31
- "fast-uri": "^3.1.5",
32
30
  "pi-mcp-adapter": "^2.26.0",
33
- "pkce-challenge": "^6.0.0",
34
31
  "typebox": "^1.3.14"
35
32
  },
36
33
  "bundledDependencies": [