Files
Jiahua Huang b225fc44cc feat(source/cloud-storage): add write/copy/move/delete object tools (#3139)
## Description

Adds four new Cloud Storage object mutation tools:

- `cloud-storage-write-object` - write text content directly to a GCS
object
- `cloud-storage-copy-object` - copy an object within or across buckets
- `cloud-storage-move-object` - atomic rename within a bucket via the
native move API
- `cloud-storage-delete-object` - delete a single object

Coverage:
- Unit tests for each new tool, including YAML parsing and Invoke
validation.
- Integration test config wiring for the new Cloud Storage tools.
- Source and integration docs added for all four new tools.

## PR Checklist

- [x] Make sure to open an issue as a bug/issue before writing your
code!
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involves a breaking change

## Issue Reference

Fixes # 🦕

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
2026-04-29 14:29:10 -07:00
..
2026-04-13 14:24:07 -07:00