You'll notice
db_read and db_write tool errors now include extra diagnostic detail like error code, reason, and slug
What
When the artifacts db_read or db_write tool encounters an error, the error message shown now includes additional detail such as the error code, reason, and slug, rather than just passing along the server's raw error text.
Why
The extra context makes it easier to understand why a database read or write inside an artifact failed, instead of seeing only a generic server message.