Skip to content

Add history visibility controls - #32

Merged
agr77one merged 1 commit into
mainfrom
codex/history-visibility
Jul 9, 2026
Merged

Add history visibility controls#32
agr77one merged 1 commit into
mainfrom
codex/history-visibility

Conversation

@agr77one

@agr77one agr77one commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add History tab Telemetry and Exposed views, with Telemetry as the default privacy-safe view.
  • Pass through stored input_text / output_text from recent_history only when present on the row, preserving write-time redaction.
  • Surface the redacted/visible capture policy inside History and add a reusable Config help tooltip for history storage.
  • Document the Unreleased behavior in README, CHANGELOG, SPEC, and docs/history-visibility-plan.md.

Validation

  • python -m py_compile scripts\ffp_telemetry.py scripts\ffp_daemon.py scripts\grammar_fix.py
  • node --check scripts\ui\web\app.js
  • python -m ruff check scripts tests
  • python -m pytest tests -q -> 347 passed
  • AutoHotkey64.exe /ErrorStdOut tests\test_parse_mode.ahk
  • AutoHotkey64.exe /ErrorStdOut tests\test_classify_clipboard.ahk

Notes

  • No version bump. This is tracked under Unreleased after v2.2.0.
  • Rows captured while redacted remain text-free; switching views never mutates history_store_text.

@agr77one
agr77one merged commit 7a98aac into main Jul 9, 2026
5 checks passed
@agr77one
agr77one deleted the codex/history-visibility branch July 9, 2026 20:16
agr77one added a commit that referenced this pull request Jul 10, 2026
Release the History visibility controls (merged in #32) as 2.2.1 and clear the
remaining SPEC audit backlog.

- T9: remove dead release-install shims (setup/install_release.{cmd,ps1,sh},
  bootstrap_release.sh) — superseded by scripts/install.py; other dead-code
  residuals already clean in 2.0/2.1.
- T14: new README<->dashboard tab-count parity test (test_dashboard_tabs_parity).
- T17: installer README layout diagram corrected to the flattened {app} bundle.
- T18: provider roadmap — selector + per-provider status UX marked shipped (2.0).
- Version bump 2.2.0 -> 2.2.1 (_version.py, pyproject.toml, installer.iss, README).
- SPEC: T9/T14/T17/T18 done; version line. CHANGELOG: ## 2.2.1.
- docs: prompt-logic 2.2.x codex/cursor adapter plan refinements (plan only).

Co-authored-by: agrechenkov <arseniy.grechenkov@cyclelabs.io>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.

2 participants