vibe-coding-tracker 0.3.0__tar.gz → 0.3.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vibe-coding-tracker
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: Vibe Coding Tracker - AI coding assistant telemetry/usage parser, aggregate JSONL events into CodeAnalysis results
5
5
  Keywords: cli,ai,coding-assistant,telemetry,claude,codex,gemini,usage-tracker,analytics
6
6
  Author: Wei Lee
@@ -704,6 +704,19 @@ On Windows, the binary cannot be replaced while running. The update command:
704
704
 
705
705
  Run the batch script after closing the application to finish the update.
706
706
 
707
+ ### Automatic Update Notifications
708
+
709
+ **Stay informed of new releases automatically.**
710
+
711
+ When you start `vct`, it automatically checks for updates once every 24 hours and displays a notification if a new version is available. The notification intelligently detects your installation method and shows the appropriate update command:
712
+
713
+ - **npm**: `npm update -g @mai0313/vct`
714
+ - **pip**: `pip install --upgrade vibe_coding_tracker`
715
+ - **cargo**: `cargo install vibe_coding_tracker --force`
716
+ - **manual**: `vct update` or re-run installation script
717
+
718
+ This ensures you always use the correct update method and prevents version conflicts. The check runs silently in the background and won't disrupt your workflow if updates aren't available.
719
+
707
720
  ---
708
721
 
709
722
  ## 💡 Smart Pricing System
@@ -678,6 +678,19 @@ On Windows, the binary cannot be replaced while running. The update command:
678
678
 
679
679
  Run the batch script after closing the application to finish the update.
680
680
 
681
+ ### Automatic Update Notifications
682
+
683
+ **Stay informed of new releases automatically.**
684
+
685
+ When you start `vct`, it automatically checks for updates once every 24 hours and displays a notification if a new version is available. The notification intelligently detects your installation method and shows the appropriate update command:
686
+
687
+ - **npm**: `npm update -g @mai0313/vct`
688
+ - **pip**: `pip install --upgrade vibe_coding_tracker`
689
+ - **cargo**: `cargo install vibe_coding_tracker --force`
690
+ - **manual**: `vct update` or re-run installation script
691
+
692
+ This ensures you always use the correct update method and prevents version conflicts. The check runs silently in the background and won't disrupt your workflow if updates aren't available.
693
+
681
694
  ---
682
695
 
683
696
  ## 💡 Smart Pricing System
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.3.0"
3
+ version = "0.3.2"
4
4
  description = "Vibe Coding Tracker - AI coding assistant telemetry/usage parser, aggregate JSONL events into CodeAnalysis results"
5
5
  authors = [
6
6
  { name = "Wei Lee", email = "mai@mai0313.com" }