@poncho-ai/messaging 0.2.1 → 0.2.2

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.2.1 build /home/runner/work/poncho-ai/poncho-ai/packages/messaging
2
+ > @poncho-ai/messaging@0.2.2 build /Users/cesar/Dev/latitude/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 29.35 KB
11
- ESM ⚡️ Build success in 37ms
11
+ ESM ⚡️ Build success in 39ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 3303ms
13
+ DTS ⚡️ Build success in 1509ms
14
14
  DTS dist/index.d.ts 8.89 KB
@@ -0,0 +1,29 @@
1
+
2
+ > @poncho-ai/messaging@0.2.0 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) 12ms
21
+ ✓ test/adapters/email-utils.test.ts  (44 tests) 79ms
22
+ ✓ test/adapters/resend.test.ts  (13 tests) 11ms
23
+ ✓ test/adapters/slack.test.ts  (17 tests) 62ms
24
+
25
+  Test Files  4 passed (4)
26
+  Tests  89 passed (89)
27
+  Start at  09:39:50
28
+  Duration  1.33s (transform 355ms, setup 0ms, collect 774ms, tests 164ms, environment 1ms, prepare 1.04s)
29
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @poncho-ai/messaging
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1f47bb4`](https://github.com/cesr/poncho-ai/commit/1f47bb49e5d48dc17644172012b057190b316469)]:
8
+ - @poncho-ai/sdk@1.0.3
9
+
3
10
  ## 0.2.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/messaging",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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.0.2"
23
+ "@poncho-ai/sdk": "1.0.3"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "resend": ">=4.0.0"