@poncho-ai/cli 0.14.0 → 0.14.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @poncho-ai/cli@0.14.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.14.1 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/cli.js 94.00 B
11
- ESM dist/run-interactive-ink-SLWDVTDX.js 53.83 KB
12
10
  ESM dist/index.js 857.00 B
13
- ESM dist/chunk-A32BXZKP.js 291.53 KB
14
- ESM ⚡️ Build success in 54ms
11
+ 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
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3586ms
16
+ DTS ⚡️ Build success in 3514ms
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,24 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e000b96`](https://github.com/cesr/poncho-ai/commit/e000b96837cbbb8d95c868c91a614f458868c444) Thanks [@cesr](https://github.com/cesr)! - Durable approval checkpoints, email conversation improvements, and web UI fixes
8
+ - Simplify approval system to checkpoint-only (remove legacy blocking approvalHandler)
9
+ - Optimize checkpoint storage with delta messages instead of full history
10
+ - Add sidebar sections for conversations awaiting approval with status indicator
11
+ - Fix nested checkpoint missing baseMessageCount in resumeRunFromCheckpoint
12
+ - Improve email conversation titles (sender email + subject)
13
+ - Remove email threading — each incoming email creates its own conversation
14
+ - Fix streaming after approval to preserve existing messages (liveOnly mode)
15
+ - Preserve newlines in user messages in web UI
16
+
17
+ - Updated dependencies [[`e000b96`](https://github.com/cesr/poncho-ai/commit/e000b96837cbbb8d95c868c91a614f458868c444)]:
18
+ - @poncho-ai/sdk@1.0.2
19
+ - @poncho-ai/harness@0.14.1
20
+ - @poncho-ai/messaging@0.2.1
21
+
3
22
  ## 0.14.0
4
23
 
5
24
  ### Minor Changes