just-bash 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -95,7 +95,7 @@ const overlay2 = new OverlayFs({ root: "/path/to/project", mountPoint: "/" });
95
95
 
96
96
  ### AI SDK Tool
97
97
 
98
- Creates a bash tool for use with the [AI SDK](https://ai-sdk.dev/):
98
+ Creates a bash tool for use with the [AI SDK](https://ai-sdk.dev/), because [agents love bash](https://vercel.com/blog/we-removed-80-percent-of-our-agents-tools).
99
99
 
100
100
  ```typescript
101
101
  import { createBashTool } from "just-bash/ai";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-bash",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A simulated bash environment with virtual filesystem",
5
5
  "repository": {
6
6
  "type": "git",