Skip to content

Commit 8bead11

Browse files
fix: update opentower publish metadata and email model (#99)
* fix: update opentower repository URL * fix: use Sonnet 4.6 for email resolution
1 parent 987a2cd commit 8bead11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opentower/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "git+https://github.com/MathurAditya724/outpost.git",
59+
"url": "git+https://github.com/getsentry/outpost.git",
6060
"directory": "packages/opentower"
6161
},
6262
"publishConfig": {

packages/opentower/src/entity-resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function createEntityResolver(): EntityResolver | null {
175175
if (!apiKey) return null
176176

177177
const anthropic = createAnthropic({ apiKey })
178-
const model = anthropic("claude-sonnet-4-20250514")
178+
const model = anthropic("claude-sonnet-4-6")
179179

180180
return {
181181
async resolve(email) {

0 commit comments

Comments
 (0)