@humain/terminal 0.0.4-beta.2 → 0.0.6

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@humain/terminal",
3
- "version": "0.0.4-beta.2",
3
+ "version": "0.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@humain/terminal",
9
- "version": "0.0.4-beta.2",
9
+ "version": "0.0.6",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-bedrock-runtime": "3.1114.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humain/terminal",
3
- "version": "0.0.4-beta.2",
3
+ "version": "0.0.6",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "humainTerminalConfig": {
@@ -1,7 +1,7 @@
1
1
  # pi-web-access upstream tracking
2
2
 
3
3
  The vendored implementation in `vendor/` is based on
4
- [`pi-web-access`](https://github.com/nicobailon/pi-web-access) version `0.24.1`
4
+ [`pi-web-access`](https://github.com/nicobailon/pi-web-access) version `0.24.2`
5
5
  and remains licensed under the upstream MIT license in `vendor/LICENSE`.
6
6
 
7
7
  `upstream.json` records the npm tarball URL, SHA-1 shasum, SHA-512 integrity,
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "pi-web-access",
3
3
  "repository": "https://github.com/nicobailon/pi-web-access",
4
- "version": "0.24.1",
5
- "tarball": "https://registry.npmjs.org/pi-web-access/-/pi-web-access-0.24.1.tgz",
6
- "shasum": "78449966e7f682f707bb9964c3e62d5f04318d8c",
7
- "integrity": "sha512-kNYVqPT2wbWbDKD2mfMsrCie1DyVsE/KYNVgpp7yqq072sG2PciKAB28PG4h0+klSO3MtCFRoPWAyA+l0CS7/A==",
4
+ "version": "0.24.2",
5
+ "tarball": "https://registry.npmjs.org/pi-web-access/-/pi-web-access-0.24.2.tgz",
6
+ "shasum": "a03f40ee3bfa239da692540d0a44279e8982cd88",
7
+ "integrity": "sha512-wpw1XJLITrLY5epZCjiGxdF75HlKgZTrK1UM3TG/AVRzRrFqvNoc4bLYaCFFjYUG8QNEo6dIpYbCJyAUkLz/QA==",
8
8
  "humainPatches": [
9
9
  "extract.ts",
10
10
  "gemini-search.ts",