Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pingdotgg/t3code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: pingdotgg/t3code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.7
Choose a head ref
  • 12 commits
  • 20 files changed
  • 7 contributors

Commits on Mar 8, 2026

  1. Configuration menu
    Copy the full SHA
    5dd36bc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Configuration menu
    Copy the full SHA
    96e1e3d View commit details
    Browse the repository at this point in the history
  2. fix: properly emit update metadata for intel macs (#446)

    * fix: properly emit update metadata for intel macs
    
    * refactor: fix broken parsing of quoted values
    nmggithub authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    5de8e9d View commit details
    Browse the repository at this point in the history
  3. Add pull request template with contribution notice and review checkli…

    …st (#582)
    
    * Add PR template with contribution notice and review checklist
    
    - Add `.github/pull_request_template.md`
    - Set expectations that external PRs may not be reviewed or merged
    - Require clear change rationale plus UI before/after media when applicable
    
    * Add contribution policy notice and link detailed guidelines
    
    - add CONTRIBUTING.md with clear expectations for external PRs
    - update README to direct would-be contributors to CONTRIBUTING.md first
    t3dotgg authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    5815ba2 View commit details
    Browse the repository at this point in the history
  4. fix: settings in sidebar, better add project flow (#584)

    * improvements
    
    * sidebar ui pt2
    
    * back flow
    
    * fix back flow
    t3dotgg authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1794278 View commit details
    Browse the repository at this point in the history
  5. fix(web): add dismiss button to thread error banner (#588)

    The thread error banner had no way to be dismissed. Users hitting
    unrecoverable errors (e.g. missing gh CLI during PR creation) were
    stuck with a persistent error banner and no way to clear it.
    
    Add a dismiss (X) button to ThreadErrorBanner using the existing
    AlertAction component, wired to clear the thread error via
    setThreadError(id, null).
    
    Closes #496
    binbandit authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    59e2944 View commit details
    Browse the repository at this point in the history
  6. pr changes pt2

    t3dotgg committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d62ffa7 View commit details
    Browse the repository at this point in the history
  7. feat(desktop): add spellcheck suggestions to context menu (#500)

    Wire up Electron's context-menu event on webContents to surface
    dictionary suggestions for misspelled words. Standard edit actions
    (Cut, Copy, Paste, Select All) appear in all context menus.
    
    Related to #473
    chuks-qua authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    18b6590 View commit details
    Browse the repository at this point in the history
  8. Add delete option for project actions (#223)

    Adds a delete button to the action edit dialog with a confirmation
    alert. Fixes #208.
    shiroyasha9 authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1c43bad View commit details
    Browse the repository at this point in the history
  9. fix(web): align sidebar logo with macOS traffic light buttons (#586)

    Adjust the Electron sidebar header to properly center the T3 wordmark
    with the native window controls. The logo was sitting ~2px too low and
    ~8px too close to the traffic lights.
    
    - Reduce wordmark container top margin from mt-2 (8px) to mt-1.5 (6px)
    - Increase Electron header left padding from 82px to 90px for proper
      traffic light clearance
    - Match the desktop update button margin to stay aligned
    
    Closes #564
    binbandit authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    a20815e View commit details
    Browse the repository at this point in the history
  10. Fix ChildProcess.spawn failing on Windows for .cmd shims (#495)

    * fix(scripts): enable shell mode on Windows for .cmd shim resolution
    
    On Windows, tools like `bun`, `npm`, `turbo`, and `bunx` are installed
    as `.cmd` shims. Node's `child_process.spawn` cannot resolve these
    without `shell: true`, causing `PlatformError: NotFound` on fresh
    builds where there is no Turbo cache.
    
    Add `shell: process.platform === "win32"` to all ChildProcess.make
    calls in cli.ts, dev-runner.ts, and build-desktop-artifact.ts.
    
    Closes #474
    
    * docs: add comments explaining Windows shell spawn requirement
    
    * docs: add shell spawn comments to remaining call sites
    chuks-qua authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    b7f954a View commit details
    Browse the repository at this point in the history
  11. Add checkout and Node setup to updater publish workflow job (#605)

    - Ensure the updater publish job checks out the target ref
    - Initialize Node using the repository's package.json version file before downloading artifacts
    t3dotgg authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    39f6570 View commit details
    Browse the repository at this point in the history
Loading