@poncho-ai/cli 0.11.1 → 0.13.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.11.1 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.13.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
@@ -8,11 +8,11 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/cli.js 94.00 B
11
- ESM dist/run-interactive-ink-7FP5PT7Q.js 53.83 KB
12
- ESM dist/chunk-T2F6ICXI.js 226.37 KB
13
11
  ESM dist/index.js 857.00 B
14
- ESM ⚡️ Build success in 54ms
12
+ ESM dist/run-interactive-ink-VZBOYJYS.js 53.83 KB
13
+ ESM dist/chunk-CUCEDHME.js 245.47 KB
14
+ ESM ⚡️ Build success in 47ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3582ms
16
+ DTS ⚡️ Build success in 3770ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
- DTS dist/index.d.ts 3.36 KB
18
+ DTS dist/index.d.ts 3.56 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10](https://github.com/cesr/poncho-ai/pull/10) [`d5bce7b`](https://github.com/cesr/poncho-ai/commit/d5bce7be5890c657bea915eb0926feb6de66b218) Thanks [@cesr](https://github.com/cesr)! - Add generic messaging layer with Slack as the first adapter. Agents can now respond to @mentions in Slack by adding `messaging: [{ platform: 'slack' }]` to `poncho.config.js`. Includes signature verification, threaded conversations, processing indicators, and Vercel `waitUntil` support.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`d5bce7b`](https://github.com/cesr/poncho-ai/commit/d5bce7be5890c657bea915eb0926feb6de66b218)]:
12
+ - @poncho-ai/messaging@0.2.0
13
+ - @poncho-ai/harness@0.13.1
14
+ - @poncho-ai/sdk@1.0.1
15
+
16
+ ## 0.12.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#8](https://github.com/cesr/poncho-ai/pull/8) [`658bc54`](https://github.com/cesr/poncho-ai/commit/658bc54d391cb0b58aa678a2b86cd617eebdd8aa) Thanks [@cesr](https://github.com/cesr)! - Add cron job support for scheduled agent tasks. Define recurring jobs in AGENT.md frontmatter with schedule, task, and optional timezone. Includes in-process scheduler for local dev with hot-reload, HTTP endpoint for Vercel/serverless with self-continuation, Vercel scaffold generation with drift detection, and full tool activity tracking in cron conversations.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`658bc54`](https://github.com/cesr/poncho-ai/commit/658bc54d391cb0b58aa678a2b86cd617eebdd8aa)]:
25
+ - @poncho-ai/harness@0.13.0
26
+
3
27
  ## 0.11.1
4
28
 
5
29
  ### Patch Changes