beecork 2.0.1 → 2.2.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 +2 -2
  2. package/dist/index.js +1875 -523
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -56,12 +56,12 @@ outside (or any shell command) goes through a permission gate.
56
56
 
57
57
  ### Tools
58
58
 
59
- `read_file` · `write_file` · `edit_file` · `list_dir` · `search` · `run_bash` ·
59
+ `read_file` · `show` · `write_file` · `edit_file` · `list_dir` · `search` · `run_bash` ·
60
60
  `web_fetch` · `web_search` · `update_todos` · `remember`
61
61
 
62
62
  ### Slash commands
63
63
 
64
- `/model` · `/models` · `/key` · `/context` · `/resume` · `/good` · `/bad` · `/help` · `exit`
64
+ `/model` · `/key` · `/update` · `/context` · `/clear` · `/resume` · `/good` · `/bad` · `/help` · `Shift+Tab` (rotate mode) · `exit`
65
65
 
66
66
  ### Memory
67
67