latchkey 2.5.1 → 2.5.2

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
  Inject API credentials into local agent requests.
9
9
 
10
+ **[Full documentation](https://docs.imbue.com/latchkey)**
11
+
10
12
  ## Quick example
11
13
 
12
14
  ```bash
@@ -110,7 +112,7 @@ for an idea of how to build AI assistants for non-technical users on top of Latc
110
112
 
111
113
  ## Demo
112
114
 
113
- ![Image](https://github.com/user-attachments/assets/3b487d35-0618-46e2-9fd6-e8c3eba2c311)
115
+ ![Image](https://github.com/user-attachments/assets/953eae6e-35ab-4d64-91f3-98b6843c502d)
114
116
 
115
117
 
116
118
  ## Direct usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "latchkey",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "A CLI tool that injects API credentials into curl requests to third-party services",
5
5
  "author": "Imbue <hynek@imbue.com>",
6
6
  "repository": {