Skip to content

fix: add getPage to toolMap so xeepy tools can access the browser#22

Open
nj-io wants to merge 1 commit intonirholas:mainfrom
nj-io:fix/getpage-toolmap
Open

fix: add getPage to toolMap so xeepy tools can access the browser#22
nj-io wants to merge 1 commit intonirholas:mainfrom
nj-io:fix/getpage-toolmap

Conversation

@nj-io
Copy link
Copy Markdown

@nj-io nj-io commented Apr 7, 2026

Summary

One-line fix. getPage() is exported from local-tools.js but missing from toolMap. Since server.js line 2228 sets localTools = tools.toolMap, all xeepy tools calling localTools.getPage() fail.

Affects: x_quote_tweet, x_get_replies, x_get_media, x_get_recommendations, x_get_mentions, x_get_quote_tweets, and all other executeXeepyTool handlers.

🤖 Generated with Claude Code

getPage() is exported from local-tools.js but was missing from the
toolMap object. Since server.js sets localTools = tools.toolMap,
all xeepy tools calling localTools.getPage() fail with
"localTools.getPage is not a function".

Affects: x_quote_tweet, x_get_replies, x_get_media, and all other
executeXeepyTool handlers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nj-io nj-io requested a review from nirholas as a code owner April 7, 2026 05:57
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

@nj-io is attempting to deploy a commit to the kaivocmenirehtacgmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant