Skip to content

feat: Add Addie code version tracking and shorter performance timeframes#832

Merged
bokelley merged 1 commit into
mainfrom
bokelley/perf-page-release-info
Jan 20, 2026
Merged

feat: Add Addie code version tracking and shorter performance timeframes#832
bokelley merged 1 commit into
mainfrom
bokelley/perf-page-release-info

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • Add CODE_VERSION constant to track significant code logic changes separately from rule changes
  • Add shorter time filter options (3hr, 12hr) for post-release performance analysis
  • Display code version in admin performance page banner
  • Add migration for code_version column on addie_config_versions table

Test plan

  • Verified migration applies cleanly via Docker
  • Tested UI shows version banner and time filters work
  • Code review completed, critical bug fixed (cleanupAnonymousThreads time unit)
  • TypeScript compiles successfully
  • All tests pass

🤖 Generated with Claude Code

- Add CODE_VERSION constant to track significant code logic changes
- Include code_version in config hash so code changes create new versions
- Add migration 184 to store code_version in addie_config_versions table
- Show code version in admin dashboard version banner and history
- Add 3-hour and 12-hour options to performance page time filters
- Change performance metrics API to use hours internally for precision
- Add input validation for days parameter

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit 240b50c into main Jan 20, 2026
6 checks passed
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