Skip to content

feat: show timestamp and delegation info in activity log header#661

Merged
FL4TLiN3 merged 2 commits intomainfrom
feat/activity-log-header
Mar 2, 2026
Merged

feat: show timestamp and delegation info in activity log header#661
FL4TLiN3 merged 2 commits intomainfrom
feat/activity-log-header

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Mar 1, 2026

Summary

  • Add timestamp: number to BaseActivity and propagate from event.timestamp (TUI) / step.startedAt (studio)
  • Always display activity header for all logs, not just delegated ones
  • Header format: YYYY/MM/DD HH:mm:ss.xxx, expertKey, ⎇ delegatedByExpertKey (single-line with truncation)

Test plan

  • bun run typecheck passes
  • bun run test passes (84 tests, 0 failures)
  • Run perstack start and verify header appears on all activity logs
  • Verify delegated activities show ⎇ parentExpertKey suffix
  • Verify timestamp reflects actual event time

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits March 1, 2026 03:52
Always display activity header for all logs (not just delegated ones).
Format: `YYYY/MM/DD HH:mm:ss.xxx, expertKey, ⎇ delegatedByExpertKey`
with single-line truncation.

Add `timestamp` field to BaseActivity and propagate from event.timestamp
through processRunEventToActivity and getActivities (via step.startedAt).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 67a413b into main Mar 2, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the feat/activity-log-header branch March 2, 2026 07:10
@FL4TLiN3 FL4TLiN3 mentioned this pull request Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant