@mariozechner/pi-coding-agent 0.66.0 → 0.66.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.66.1] - 2026-04-08
4
+
5
+ ### Changed
6
+
7
+ - Changed the Earendil announcement from an automatic startup notice to the hidden `/dementedelves` slash command.
8
+
3
9
  ## [0.66.0] - 2026-04-08
4
10
 
5
11
  ### New Features
@@ -88,7 +88,6 @@ export declare class InteractiveMode {
88
88
  private prefixAutocompleteDescription;
89
89
  private getBuiltInCommandConflictDiagnostics;
90
90
  private setupAutocomplete;
91
- private shouldShowEarendilAnnouncement;
92
91
  private showStartupNoticesIfNeeded;
93
92
  init(): Promise<void>;
94
93
  /**
@@ -316,6 +315,7 @@ export declare class InteractiveMode {
316
315
  private handleClearCommand;
317
316
  private handleDebugCommand;
318
317
  private handleArminSaysHi;
318
+ private handleDementedDelves;
319
319
  private handleDaxnuts;
320
320
  private checkDaxnutsEasterEgg;
321
321
  private handleBashCommand;