-
Notifications
You must be signed in to change notification settings - Fork 760
add run stale cells tool, refactor out notebook actions #6842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice sick!
| export const FRONTEND_TOOL_REGISTRY = new FrontendToolRegistry([ | ||
| new EditNotebookTool(store), | ||
| // ADD MORE TOOLS HERE | ||
| new RunStaleCellsTool(store), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is store still needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved it tool context, thank you!
📝 Summary
Adds a run stale cells tool, which returns console output & cell output, reusing code from Cell context provider.
CleanShot.2025-10-21.at.22.18.27.mp4
Todo:
@bjoaquinc if you want to have a look, but no expectation that you need to review
🔍 Description of Changes
📋 Checklist