@agora-build/tcap 0.1.1 → 0.1.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,8 +112,9 @@ block.
112
112
 
113
113
  **On kitty, output is the last *non-empty* output**, because kitty counts the
114
114
  running `tcap` as the current command. A command that printed nothing therefore
115
- yields an older output under the current header; it is labelled with a `# note:`
116
- line and `"approximate": true` in `--json`. Two `tcap` runs in a row are a hard
115
+ yields an older output under the current header; it is labelled with a `# note:` line and
116
+ `"approximate": true` in `--json`, plus a one-line stderr reminder once per
117
+ session. Two `tcap` runs in a row are a hard
117
118
  error instead, since the mismatch is certain there. tmux has no such ambiguity.
118
119
 
119
120
  **tmux wins whenever it's running.** Inside kitty running tmux, asking kitty for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/tcap",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Capture the last command and its output from your terminal, ready to pipe into an LLM",
5
5
  "bin": {
6
6
  "tcap": "bin/tcap"