@devkitvault/recall 1.2.5 → 1.2.7

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 +21 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @devkitvault/recall
2
2
 
3
- **recall** is an AI terminal copilot with a personal command vault. Ask in English. It prints a command. It does not run it. Saved commands can answer first.
3
+ **recall** is a CLI for the commands you keep losing. Ask in English; it prints a suggestion and does not run it. If you already saved that command, it can come from your vault.
4
4
 
5
5
  Works with [recall.devkitvault.com](https://recall.devkitvault.com) and the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=devkitvault.recall-cmd).
6
6
 
@@ -41,6 +41,26 @@ recall playbook run deploy --dry-run
41
41
 
42
42
  Ask prints a suggestion (`source` is `vault`, `cache`, or `recall agent` for a generated answer). Copy or save it yourself.
43
43
 
44
+ ## Ask in the terminal
45
+
46
+ These GIFs print a command. None of them execute.
47
+
48
+ **`rec "start the project"`** (`source: project`)
49
+
50
+ ![rec start the project](https://recall.devkitvault.com/og/ask-start.gif)
51
+
52
+ **`rec "start postgres and run migrations"`** (`source: vault`)
53
+
54
+ ![rec start postgres and run migrations](https://recall.devkitvault.com/og/ask-playbook.gif)
55
+
56
+ **`rec "free the process using port 3000"`** (`source: recall agent`)
57
+
58
+ ![rec free the process using port 3000](https://recall.devkitvault.com/og/ask-port.gif)
59
+
60
+ **`rec "that docker command from last week"`** (`source: vault`)
61
+
62
+ ![rec that docker command from last week](https://recall.devkitvault.com/og/ask-vault.gif)
63
+
44
64
  ```sh
45
65
  recall save "docker compose up -d" --name docker --tags docker
46
66
  recall run docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkitvault/recall",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "recall CLI — AI terminal copilot with a personal command vault",
5
5
  "keywords": [
6
6
  "cli",