This repository is a fork of pingdotgg/t3code. Keep this file focused on fork behavior that intentionally differs from upstream.
- Fork workflows disable scheduled releases, relay jobs, hosted deploys, and fork-unsafe publish paths.
- Release build jobs skip relay client tracing config because the relay config job is disabled.
- Release builds publish updater metadata against the fork repository.
- Fork release versions are derived in the release workflow and committed back to main after release.
- macOS release signing is separate from Apple notarization.
- Self-signed macOS signing certificates are trusted during release builds.
- Stable builds use
latest; nightly builds usenightly. - Nightly detection accepts fork release metadata while preserving the upstream channel split.
- Fork-only goal persistence is stored in a sidecar database named
state-tarik02.sqlite.
- The fork adds thread goal support, goal activity rendering, and goal sidebar/panel UI.
- Provider sessions use a shared launch environment pipeline instead of ad hoc environment assembly.
- The fork includes base-path handling for served web assets and remote URL normalization.
- Desktop context-menu style is configurable.
- Threads can be archived with middle click.
- Terminal selection has a copy action.