Add content-only workspace read modes
Make the human workspace read commands easier to use in chat transcripts and shell pipelines by adding CLI-only --content-only to workspace file read and workspace disk read. Keep JSON, SDK, and MCP behavior unchanged while fixing the default human rendering so content without a trailing newline is cleanly separated from the summary footer. Update the 3.9.0 docs and roadmap status, and add CLI regression coverage plus a real guest-backed smoke for live and stopped-disk reads.
This commit is contained in:
parent
407c805ce2
commit
22d284b1f5
13 changed files with 314 additions and 46 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
All notable user-visible changes to `pyro-mcp` are documented here.
|
||||
|
||||
## 3.9.0
|
||||
|
||||
- Added `--content-only` to `pyro workspace file read` and
|
||||
`pyro workspace disk read` so copy-paste flows and chat transcripts can emit
|
||||
only file content without the human summary footer.
|
||||
- Polished default human read output so content without a trailing newline is
|
||||
still separated cleanly from the summary line in merged terminal logs.
|
||||
- Updated the stable walkthroughs and contract docs to use content-only reads
|
||||
where plain file content is the intended output.
|
||||
|
||||
## 3.8.0
|
||||
|
||||
- Repositioned the MCP/chat-host onramp so `workspace-core` is clearly the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue