We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c236a4b commit 58b8df1Copy full SHA for 58b8df1
1 file changed
src/services/clients/claude/index.mjs
@@ -74,8 +74,8 @@ export class Claude {
74
if (!sessionKey) {
75
throw new Error('Session key required')
76
}
77
- if (!sessionKey.startsWith('sk-ant-sid01')) {
78
- throw new Error('Session key invalid: Must be in the format sk-ant-sid01-*****')
+ if (!sessionKey.startsWith('sk-ant-sid')) {
+ throw new Error('Session key invalid: Must be in the format sk-ant-sid**-*****')
79
80
if (fetch) {
81
this.fetch = fetch
0 commit comments