beecork 2.4.1 → 2.5.0

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 (3) hide show
  1. package/README.md +3 -2
  2. package/dist/index.js +711 -280
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -79,8 +79,9 @@ main conversation clean. It cannot modify anything, run commands, or recurse.
79
79
 
80
80
  ### Status line
81
81
 
82
- A live bar on the terminal's bottom row shows `model · effort · git branch · ~tokens · background tasks`,
83
- refreshed every couple seconds. Disable with `STATUSLINE=0`.
82
+ An optional bar on the terminal's bottom row shows `model · effort · git branch · ~tokens · background
83
+ tasks`. It's **off by default** while a proper pinned-input version is built; opt into the interim one
84
+ with `STATUSLINE=1`.
84
85
 
85
86
  ### Skipping permissions (danger)
86
87