Skip to content

Conversation

@Light2Dark
Copy link
Contributor

@Light2Dark Light2Dark commented Oct 20, 2025

📝 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

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

@vercel
Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 22, 2025 2:25am

@Light2Dark Light2Dark marked this pull request as ready for review October 21, 2025 14:20
@Light2Dark Light2Dark requested a review from manzt as a code owner October 21, 2025 14:20
@Light2Dark Light2Dark marked this pull request as draft October 21, 2025 14:25
@Light2Dark Light2Dark marked this pull request as ready for review October 21, 2025 15:24
mscolnick
mscolnick previously approved these changes Oct 21, 2025
Copy link
Contributor

@mscolnick mscolnick left a 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),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is store still needed?

Copy link
Contributor Author

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!

@Light2Dark Light2Dark merged commit a208c5d into main Oct 22, 2025
26 checks passed
@Light2Dark Light2Dark deleted the sham/run-stale-cells-tool branch October 22, 2025 02:58
@dmadisetti dmadisetti added the enhancement New feature or request label Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants