feat(mail): elide quoted reply history - #3
Conversation
BlockerNone. Major
Minor
NitNone. |
There was a problem hiding this comment.
Automated PR Review
Reviewed commit: c37591d0ede2
Profile: codex-rianjs-bot - Posting as: rianjs-bot[bot]
Summary
| Reviewer | Findings |
|---|---|
| go:implementation-tests | 0 |
| policies:conventions | 0 |
Reviewer Coverage
go:implementation-tests— complete (broad); skipped: none; constraints: Repository docs/development.md and docs/README.md referenced by AGENTS.md are absent in this checkout. go test -race ./mailcmd could not build because clang mishandles the workspace path; CGO_ENABLED=0 go test ./mailcmd passed.policies:conventions— complete (broad); inspected 5 assigned files (7 inspected across reviewers):mailcmd/handlers_test.go,mailcmd/output.go,mailcmd/output_test.go,mailcmd/read.go,mailcmd/thread.go; skipped: none; constraints: The referenced repo-local standards documents (docs/development.md and docs/README.md) are absent from this review checkout. go test -race ./mailcmd could not build because clang mishandled the workspace path containing spaces; this is an environment limitation, not a diff finding.
Inspected files (7)
mailcmd/handlers_test.gomailcmd/output.gomailcmd/output_test.gomailcmd/quoted_reply.gomailcmd/quoted_reply_test.gomailcmd/read.gomailcmd/thread.go
0 PR discussion threads considered. 0 summarized; 0 resolved.
Completed in 2m 07s | gpt-5.6-terra | cr 0.10.279
| Field | Value |
|---|---|
| Model | gpt-5.6-terra |
| Reviewers | go:implementation-tests, policies:conventions |
| Engine | codex_cli · gpt-5.6-terra |
| Reviewed by | cr · rianjs-bot[bot] |
| Duration | 2m 07s wall · 3m 01s compute |
| Cost | unavailable |
| Tokens | 575.1k in / 6.4k out |
Per-workstream usage
orchestrator-selection— gpt-5.6-terra- In: 16.8k
- Out: 239
- Cache read: 11.0k
- Cache create: unavailable
- Cost: unavailable
- Duration: 7s
go:implementation-tests— gpt-5.6-terra- In: 276.6k
- Out: 3.3k
- Cache read: 241.4k
- Cache create: unavailable
- Cost: unavailable
- Duration: 1m 36s
policies:conventions— gpt-5.6-terra- In: 245.7k
- Out: 2.6k
- Cache read: 201.7k
- Cache create: unavailable
- Cost: unavailable
- Duration: 1m 13s
orchestrator-rollup— gpt-5.6-terra- In: 36.1k
- Out: 278
- Cache read: 27.1k
- Cache create: unavailable
- Cost: unavailable
- Duration: 3s
Summary
mail readandmail thread--include-quoted-reply-bodiesto restore complete body outputSafety
This is presentation-only. Gmail API calls, MIME extraction, message models, drafts, scopes, credentials, and persisted data are unchanged. Fixtures are synthetic structural examples and contain no mailbox data or identifiers.
Checks
go test -race ./mailcmdmake checkParent workstream: open-cli-collective/google-readonly#170
Closes #2