@poncho-ai/cli 0.14.1 → 0.16.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @poncho-ai/cli@0.14.1 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.16.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
3
3
  > tsup src/index.ts src/cli.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -7,12 +7,12 @@
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
- ESM dist/index.js 857.00 B
11
10
  ESM dist/cli.js 94.00 B
12
- ESM dist/run-interactive-ink-7ULE5JJI.js 55.30 KB
13
- ESM dist/chunk-AIEVSNGF.js 301.41 KB
14
- ESM ⚡️ Build success in 59ms
11
+ ESM dist/run-interactive-ink-2JQJDP7W.js 55.30 KB
12
+ ESM dist/index.js 857.00 B
13
+ ESM dist/chunk-XT5HPFIW.js 328.07 KB
14
+ ESM ⚡️ Build success in 55ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3514ms
16
+ DTS ⚡️ Build success in 3513ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.56 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`139ed89`](https://github.com/cesr/poncho-ai/commit/139ed89a5df2372cfb0a124c967f51f4d8158c3b) Thanks [@cesr](https://github.com/cesr)! - Add browser automation for Poncho agents with real-time viewport streaming, per-conversation tab management, interactive browser control in the web UI, and shared agent-level profiles for authentication persistence.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`139ed89`](https://github.com/cesr/poncho-ai/commit/139ed89a5df2372cfb0a124c967f51f4d8158c3b)]:
12
+ - @poncho-ai/harness@0.15.0
13
+ - @poncho-ai/sdk@1.1.0
14
+ - @poncho-ai/messaging@0.2.3
15
+
16
+ ## 0.15.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [`1f47bb4`](https://github.com/cesr/poncho-ai/commit/1f47bb49e5d48dc17644172012b057190b316469) Thanks [@cesr](https://github.com/cesr)! - Add conversation rename via double-click on the title in the web UI, standardize all credential config fields to the `*Env` naming pattern, and sync the init README template with the repo README.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`1f47bb4`](https://github.com/cesr/poncho-ai/commit/1f47bb49e5d48dc17644172012b057190b316469)]:
25
+ - @poncho-ai/harness@0.14.2
26
+ - @poncho-ai/sdk@1.0.3
27
+ - @poncho-ai/messaging@0.2.2
28
+
3
29
  ## 0.14.1
4
30
 
5
31
  ### Patch Changes