@hienlh/ppm 0.9.32 → 0.9.33

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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.33] - 2026-04-06
4
+
5
+ ### Fixed
6
+ - **CLI `config set telegram` fails**: `telegram` key missing from DEFAULT_CONFIG, so CLI rejects it as "not found". Added default empty telegram config.
7
+
3
8
  ## [0.9.32] - 2026-04-06
4
9
 
5
10
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hienlh/ppm",
3
- "version": "0.9.32",
3
+ "version": "0.9.33",
4
4
  "description": "Personal Project Manager — mobile-first web IDE with AI assistance",
5
5
  "author": "hienlh",
6
6
  "license": "MIT",
@@ -97,6 +97,10 @@ export const DEFAULT_CONFIG: PpmConfig = {
97
97
  },
98
98
  },
99
99
  },
100
+ telegram: {
101
+ bot_token: "",
102
+ chat_id: "",
103
+ },
100
104
  clawbot: {
101
105
  enabled: false,
102
106
  default_provider: "claude",