Skip to content

Commit 159e46a

Browse files
guo-yuclaude
andcommitted
v1.5.1: docs and e2e fixes for OSS send + sync
Real e2e tests verified against deployed test worker: /api/send outbound recording, /api/sync to local sqlite with search/code/attachments. Updated skill.md and all 3 READMEs with sync command and /api/send docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68c1b9d commit 159e46a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mails",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Email infrastructure for AI agents",
55
"type": "module",
66
"main": "dist/index.js",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function main() {
3939
case 'version':
4040
case '--version':
4141
case '-v':
42-
console.log('mails v1.5.0')
42+
console.log('mails v1.5.1')
4343
break
4444
default:
4545
console.error(`Unknown command: ${command}`)

0 commit comments

Comments
 (0)