limbo-ai 1.20.2 → 1.20.3

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.
Files changed (2) hide show
  1. package/cli.js +0 -6
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -182,13 +182,10 @@ function composeContent() {
182
182
  secrets:
183
183
  llm_api_key:
184
184
  file: ${SECRETS_DIR}/llm_api_key
185
- mode: 0444
186
185
  telegram_bot_token:
187
186
  file: ${SECRETS_DIR}/telegram_bot_token
188
- mode: 0444
189
187
  gateway_token:
190
188
  file: ${SECRETS_DIR}/gateway_token
191
- mode: 0444
192
189
 
193
190
  volumes:
194
191
  limbo-data:
@@ -275,13 +272,10 @@ networks:
275
272
  secrets:
276
273
  llm_api_key:
277
274
  file: ${SECRETS_DIR}/llm_api_key
278
- mode: 0444
279
275
  telegram_bot_token:
280
276
  file: ${SECRETS_DIR}/telegram_bot_token
281
- mode: 0444
282
277
  gateway_token:
283
278
  file: ${SECRETS_DIR}/gateway_token
284
- mode: 0444
285
279
 
286
280
  volumes:
287
281
  limbo-data:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "limbo-ai",
3
- "version": "1.20.2",
3
+ "version": "1.20.3",
4
4
  "description": "Your personal AI memory agent — install and manage Limbo via npx",
5
5
  "type": "commonjs",
6
6
  "bin": {