Skip to content

Commit 0b7854f

Browse files
guo-yuclaude
andcommitted
v1.2.4: remove device code from headless claim (not supported on current site)
Website redesign removed the device code input. Headless mode now only shows the full URL with session params — copy-paste it to a browser. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 78ceb36 commit 0b7854f

3 files changed

Lines changed: 2 additions & 4 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.2.3",
3+
"version": "1.2.4",
44
"description": "Email infrastructure for AI agents",
55
"type": "module",
66
"main": "dist/index.js",

src/cli/commands/claim.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export async function claimCommand(args: string[]) {
5757
console.log(` Open this link to confirm:`)
5858
console.log('')
5959
console.log(` ${claimUrl}`)
60-
console.log('')
61-
console.log(` Or visit ${CLAIM_PAGE} and enter code: ${device_code}`)
6260
}
6361
console.log('')
6462

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function main() {
3535
case 'version':
3636
case '--version':
3737
case '-v':
38-
console.log('mails v1.2.3')
38+
console.log('mails v1.2.4')
3939
break
4040
default:
4141
console.error(`Unknown command: ${command}`)

0 commit comments

Comments
 (0)