Skip to content

Rename sandbox and queries commands#47

Merged
pthurlow merged 1 commit intomainfrom
feat/sandbox-queries
Apr 17, 2026
Merged

Rename sandbox and queries commands#47
pthurlow merged 1 commit intomainfrom
feat/sandbox-queries

Conversation

@pthurlow
Copy link
Copy Markdown
Collaborator

No description provided.

@sentry
Copy link
Copy Markdown

sentry bot commented Apr 17, 2026

Codecov Report

❌ Patch coverage is 23.21429% with 129 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/queries.rs 0.00% 82 Missing ⚠️
src/sandbox.rs 59.18% 20 Missing ⚠️
src/main.rs 38.46% 16 Missing ⚠️
src/api.rs 0.00% 6 Missing ⚠️
src/config.rs 0.00% 4 Missing ⚠️
src/workspace.rs 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Comment thread src/queries.rs
}
println!("{}{}", label("snapshot:"), r.snapshot_id);
println!("{}{}", label("sql hash:"), r.sql_hash);
if let Some(ref id) = r.trace_id {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

super nit: if the API ever returns has_more: true with next_cursor: null, this prints --cursor with no token, which is confusing. Could guard with if let Some(next) = &body.next_cursor { ... } or use a fallback like "<unavailable>". (not blocking)

@pthurlow pthurlow merged commit b7fcebf into main Apr 17, 2026
9 checks passed
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