release: 2.1.0 — collapsed v2.0.1 patch + chat UI rework - #23
Merged
Conversation
Path B per the user: bundle the would-be v2.0.1 patch (12 audit fixes from PRs #19 #20 + 1 live-tier propagation fix) and the chat UI rework (PR #22 — quiet mode, smaller fonts, contextual ASCII flourishes) into a single 2.1.0 minor release. Avoids a redundant .tox rebuild + npm publish cycle for what's effectively one batch of changes. Version bumps 2.0.0 → 2.1.0 across 13 canonical + cosmetic banner files. Live-tier fix re-applied to runtime.py (was on the closed PR #21 branch). uv.lock auto-refreshed in PR #20. CHANGELOG entry covers all 13 audit findings + the 4 UI rework items (font toggle removal, quiet mode toggle, smaller fonts, contextual ASCII flourishes), with migration notes for the two user-visible shifts (font-toggle → quiet-toggle and EXEC_MODE default flip). Tests: 1635 pass / 12 deselected (no regressions). Tox-freshness FAILS as expected — API_VERSION bump, runtime.py edit, chat HTML rework all need the .tox rebuilt. Mirror the v2.0.0 release pattern: merge → rebuild .tox → tag → release → npm OIDC publish. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
dreamrec
added a commit
that referenced
this pull request
May 19, 2026
release: 2.1.0 — collapsed v2.0.1 patch + chat UI rework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Path B per your call — collapse the would-be v2.0.1 patch (12 audit findings + 1 live-tier propagation fix from PRs #19 #20 plus the now-closed PR #21) and the chat UI rework (PR #22) into a single v2.1.0 minor release. Avoids a redundant .tox rebuild + npm publish cycle for what's effectively one batch.
What's in 2.1.0
Chat UI rework (new features)
aAfont toggle○ / ●glyph at far-right of status bar; hides tool_call + tool_result + details.tool-pair via:root.quiet-mode; persists in localStorage;Cmd/Ctrl + .shortcut--accent-dimpunctuation under the last assistant messagev2.0 audit fixes (would-have-been v2.0.1)
td_python_helpUX.mcp.jsonportability + safe exec defaultVersion bumps (2.0.0 → 2.1.0)
13 canonical + cosmetic banner files:
pyproject.toml,src/td_mcp/__init__.py,npm/package.json,.claude-plugin/plugin.json+marketplace.json,mcp/manifest.json,td_component/callbacks/_header.py(API_VERSION),plugin_README.md(header + inline),docs/MANUAL.md,npm/README.md,skills/tdpilot-dpsk4-core/SKILL.md,skills/tdpilot-dpsk4-production/SKILL.md,README.mdbanner.Test plan
uv run --extra dev pytest tests/ -q→ 1635 pass / 12 deselecteduv run --extra dev ruff check .→ cleanuv run --extra dev ruff format --check .→ 298 files OKuv run --extra dev python scripts/check_versions.py→ in sync at v2.1.0uv run --extra dev python scripts/sync_counts.py --check→ OKbash scripts/check_no_personal_paths.sh→ cleanpython scripts/check_tox_freshness.py→ FAILS as expected (API_VERSION + runtime.py + chat HTML).tox rebuild
Required. After merge:
build: rebuild .tox binaries against v2.1.0 sourcesv2.1.0,gh release create, npm publish via Trusted Publisher OIDC🤖 Generated with Claude Code