rebrand better-clawd and ship initial npm-ready release

This commit is contained in:
x1xhlol
2026-04-01 16:51:18 +02:00
Unverified
parent 420d4155ec
commit 407fa14d6f
109 changed files with 4155 additions and 1690 deletions

View File

@@ -80,7 +80,7 @@ export const RemoteTriggerTool = buildTool({
const accessToken = getClaudeAIOAuthTokens()?.accessToken
if (!accessToken) {
throw new Error(
'Not authenticated with a claude.ai account. Run /login and try again.',
'Not authenticated for remote scheduling. Run /login and try again.',
)
}
const orgUUID = await getOrganizationUUID()

View File

@@ -0,0 +1,3 @@
export function TungstenLiveMonitor(): null {
return null
}

View File

@@ -0,0 +1,3 @@
export const TungstenTool = {
name: 'TungstenTool',
}

View File

@@ -0,0 +1 @@
export const WORKFLOW_TOOL_NAME = 'Workflow'