@draht/pods 2026.3.14 → 2026.3.25

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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -392,7 +392,7 @@ pi agent qwen -i
392
392
  pi agent qwen -i -c
393
393
  ```
394
394
 
395
- Sessions are stored in `~/.pi/sessions/` organized by project path and include:
395
+ Sessions are stored in `~/.draht/sessions/` organized by project path and include:
396
396
  - Complete conversation history
397
397
  - Tool call results
398
398
  - Token usage statistics
@@ -496,7 +496,7 @@ pi ssh "du -sh ~/.cache/huggingface/hub/*"
496
496
  pi ssh "ls -la ~/.vllm_logs/"
497
497
 
498
498
  # Check agent session history
499
- ls -la ~/.pi/sessions/
499
+ ls -la ~/.draht/sessions/
500
500
  ```
501
501
 
502
502
  ## Environment Variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draht/pods",
3
- "version": "2026.3.14",
3
+ "version": "2026.3.25",
4
4
  "description": "CLI tool for managing vLLM deployments on GPU pods",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "node": ">=20.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@draht/agent-core": "2026.3.14",
36
+ "@draht/agent-core": "2026.3.25",
37
37
  "chalk": "^5.5.0"
38
38
  },
39
39
  "devDependencies": {}