Commit 24f2725
Fix summary field naming for consistency (v0.5.2)
Reverted field naming from ShortSummary/Summary back to ShortText/Text in SummaryMetadata.
Rationale: "Summary" is redundant when fields are already in SummaryMetadata struct.
This provides cleaner naming: SummaryMetadata.Text vs SummaryMetadata.Summary
Changes:
- internal/bridge/events.go: ShortText + Text (JSON: short_text, text)
- pkg/conversation/state.go: ShortText + Text (JSON: short_text, text)
- pkg/orchestrator/orchestrator.go: Updated summaryMetadata initialization
- cmd/run.go: Updated state metadata population
- All test files updated accordingly
All tests pass, no breaking changes to external APIs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 70427c5 commit 24f2725
14 files changed
Lines changed: 2095 additions & 20 deletions
File tree
- cmd
- examples
- internal/bridge
- pkg
- adapters
- client
- conversation
- orchestrator
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
10 | 27 | | |
11 | 28 | | |
12 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
| 443 | + | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments