@poncho-ai/messaging 0.5.0 → 0.5.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/messaging@0.5.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/messaging
2
+ > @poncho-ai/messaging@0.5.1 build /home/runner/work/poncho-ai/poncho-ai/packages/messaging
3
3
  > tsup src/index.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 45.94 KB
11
- ESM ⚡️ Build success in 60ms
11
+ ESM ⚡️ Build success in 66ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 2033ms
13
+ DTS ⚡️ Build success in 5216ms
14
14
  DTS dist/index.d.ts 10.13 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @poncho-ai/messaging
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6f0abfd`](https://github.com/cesr/poncho-ai/commit/6f0abfd9f729b545cf293741ee813f705910aaf3)]:
8
+ - @poncho-ai/sdk@1.5.0
9
+
3
10
  ## 0.5.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/messaging",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Messaging platform adapters for Poncho agents (Slack, Telegram, etc.)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@poncho-ai/sdk": "1.4.1"
23
+ "@poncho-ai/sdk": "1.5.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "resend": ">=4.0.0"
@@ -1,29 +0,0 @@
1
-
2
- > @poncho-ai/messaging@0.2.4 test /Users/cesar/Dev/latitude/poncho-ai/packages/messaging
3
- > vitest
4
-
5
-
6
-  RUN  v1.6.1 /Users/cesar/Dev/latitude/poncho-ai/packages/messaging
7
-
8
- stderr | test/bridge.test.ts > AgentBridge > posts an error message and cleans up on runner failure
9
- [agent-bridge] handleMessage error: Model overloaded
10
-
11
- stderr | test/bridge.test.ts > AgentBridge > skips sendReply when autoReply is false
12
- [agent-bridge] tool mode completed without send_email being called; no reply sent
13
-
14
- stderr | test/bridge.test.ts > AgentBridge > suppresses error reply when hasSentInCurrentRequest is true
15
- [agent-bridge] handleMessage error: Oops
16
-
17
- stderr | test/bridge.test.ts > AgentBridge > calls resetRequestState before handling each message
18
- [agent-bridge] tool mode completed without send_email being called; no reply sent
19
-
20
- ✓ test/bridge.test.ts  (15 tests) 7ms
21
- ✓ test/adapters/email-utils.test.ts  (44 tests) 13ms
22
- ✓ test/adapters/resend.test.ts  (13 tests) 7ms
23
- ✓ test/adapters/slack.test.ts  (17 tests) 61ms
24
-
25
-  Test Files  4 passed (4)
26
-  Tests  89 passed (89)
27
-  Start at  17:47:42
28
-  Duration  442ms (transform 223ms, setup 0ms, collect 336ms, tests 88ms, environment 0ms, prepare 304ms)
29
-