rebrand better-clawd and ship initial npm-ready release
This commit is contained in:
@@ -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()
|
||||
|
||||
3
src/tools/TungstenTool/TungstenLiveMonitor.tsx
Normal file
3
src/tools/TungstenTool/TungstenLiveMonitor.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function TungstenLiveMonitor(): null {
|
||||
return null
|
||||
}
|
||||
3
src/tools/TungstenTool/TungstenTool.ts
Normal file
3
src/tools/TungstenTool/TungstenTool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const TungstenTool = {
|
||||
name: 'TungstenTool',
|
||||
}
|
||||
1
src/tools/WorkflowTool/constants.ts
Normal file
1
src/tools/WorkflowTool/constants.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const WORKFLOW_TOOL_NAME = 'Workflow'
|
||||
Reference in New Issue
Block a user