@poncho-ai/cli 0.21.14 → 0.22.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.21.14 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.22.0 build /Users/cesar/Dev/latitude/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
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  ESM dist/index.js 857.00 B
11
11
  ESM dist/cli.js 94.00 B
12
- ESM dist/run-interactive-ink-CXH6FTAO.js 55.30 KB
13
- ESM dist/chunk-QF6XFAQX.js 384.75 KB
14
- ESM ⚡️ Build success in 32ms
12
+ ESM dist/run-interactive-ink-SELTD2WB.js 55.30 KB
13
+ ESM dist/chunk-RXGT5WZR.js 387.51 KB
14
+ ESM ⚡️ Build success in 34ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2867ms
16
+ DTS ⚡️ Build success in 2888ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.59 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`de28ef5`](https://github.com/cesr/poncho-ai/commit/de28ef5acceed921269d15816acd392f5208f03d) Thanks [@cesr](https://github.com/cesr)! - Add Telegram messaging adapter with private/group chat support, file attachments, /new command, and typing indicators.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`de28ef5`](https://github.com/cesr/poncho-ai/commit/de28ef5acceed921269d15816acd392f5208f03d)]:
12
+ - @poncho-ai/messaging@0.3.0
13
+ - @poncho-ai/harness@0.20.11
14
+ - @poncho-ai/sdk@1.4.1
15
+
3
16
  ## 0.21.14
4
17
 
5
18
  ### Patch Changes