Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -924,36 +924,6 @@ jobs:
echo "No macOS updater manifests found to merge." >&2
exit 1
fi

# - name: Merge Windows updater manifests
# run: |
# shopt -s nullglob
# found_windows_manifest=false
# for x64_manifest in release-assets/*-win-x64.yml; do
# if [[ "$(basename "$x64_manifest")" == builder-debug-* ]]; then
# continue
# fi

# arm64_manifest="${x64_manifest/-x64.yml/-arm64.yml}"
# output_manifest="${x64_manifest/-win-x64.yml/.yml}"
# if [[ ! -f "$arm64_manifest" ]]; then
# echo "Missing matching arm64 Windows manifest for $x64_manifest" >&2
# exit 1
# fi

# found_windows_manifest=true
# node scripts/merge-update-manifests.ts --platform win \
# "$arm64_manifest" \
# "$x64_manifest" \
# "$output_manifest"
# rm -f "$arm64_manifest" "$x64_manifest"
# done

# if [[ "$found_windows_manifest" != true ]]; then
# echo "No Windows updater manifests found to merge." >&2
# exit 1
# fi

- name: Publish release
if: needs.preflight.outputs.previous_tag != ''
uses: softprops/action-gh-release@v3
Expand Down
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

First off, thank you for considering contributing to this fork! It's people like you that make the open-source community such an amazing place to learn, inspire, and create.

## Developer Setup

See the [maintainer scripts guide](docs/internals/scripts.md#first-checkout) for the initial checkout,
development commands, tests, and platform-specific desktop packaging prerequisites.

This fork is maintained in [aaditagrawal/t3code](https://github.com/aaditagrawal/t3code) and focuses on expanding provider support, preserving usage and limit monitoring, and improving the core orchestration and persistence layers.

## Protected Fork Features
Expand Down Expand Up @@ -40,8 +45,8 @@ We welcome pull requests! To help us review your PR effectively, please:
## Development Setup

1. Clone the repository: `git clone https://github.com/aaditagrawal/t3code.git`
2. Install dependencies: `bun install`
3. Run the development server: `bun run dev`
2. Install dependencies: `pnpm install --frozen-lockfile`
3. Run the development server: `pnpm dev`

## Code Style

Expand Down
3 changes: 0 additions & 3 deletions apps/desktop/src/wsl/DesktopWslEnvironment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,10 @@ describe("WSL runtime cache", () => {
expect(script).toContain(' [ -f "$runtime_root/apps/server/dist/bin.mjs" ] &&');
expect(script).toContain(' [ -f "$runtime_root/node_modules/node-pty/package.json" ] &&');
expect(script).toContain(' node_pty_payload_present "$runtime_root"');
expect(script).not.toContain("node_modules/effect/package.json");
expect(script).toContain("if runtime_is_ready; then");
expect(script).toContain("trap 'exit 1' HUP INT TERM");
expect(script).toContain('exec 9> "$runtime_lock"');
expect(script).toContain("flock -x 9");
expect(script).not.toContain("runtime_lock_pid");
expect(script).not.toContain("sleep 0.1");
expect(script).not.toContain('rm -rf "$runtime_lock"');
expect(script).toContain('mv -T "$runtime_root" "$runtime_stale"');
expect(script).toContain('mktemp -d "$runtime_parent/.1.2.3-x64.tmp.XXXXXX"');
Expand Down
Binary file removed apps/marketing/public/apple-touch-icon.webp
Binary file not shown.
Binary file removed apps/marketing/public/favicon-16x16.webp
Binary file not shown.
Binary file removed apps/marketing/public/favicon-32x32.webp
Binary file not shown.
Binary file removed apps/marketing/public/icon.png
Binary file not shown.
Binary file removed apps/marketing/public/screenshot.webp
Binary file not shown.
19 changes: 0 additions & 19 deletions apps/marketing/tweets.md

This file was deleted.

15 changes: 9 additions & 6 deletions apps/mobile/modules/t3-terminal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ The JavaScript contract is intentionally small:
- resize from the native surface is emitted as `{ cols: number, rows: number }`
- remote PTY output is delivered by the existing `WsRpcClient.terminal` RPC stream

The iOS implementation uses the vendored `GhosttyKit.xcframework` built from the Ghostty custom-I/O
fork, with T3's iOS 16 compatibility patch applied. `T3TerminalView` owns a `libghostty` surface and
uses that callback I/O model:
The iOS implementation uses the vendored `GhosttyKit.xcframework` built from VVTerm's Ghostty
custom-I/O and live-padding branch. `T3TerminalView` owns a `libghostty` surface and uses that
callback I/O model:

1. initialize libghostty once for the process
2. create one Ghostty app and surface per native view
Expand All @@ -26,14 +26,17 @@ Vendored Ghostty revision and license details are in `THIRD_PARTY_NOTICES.md`.

## Rebuilding GhosttyKit

The checked-in `GhosttyKit.xcframework` is built from the Ghostty custom-I/O fork (https://github.com/Yash-Singh1/ghostty/tree/custom-io).
Set the directory to the cloned repository checked out on the `custom-io` branch to `GHOSTTY_SOURCE_DIR`.
The checked-in `GhosttyKit.xcframework` is built from Yash Singh's Ghostty fork at revision
`cf8edc23f3a6a87a96e41a90013e89e987d34980`. Set `GHOSTTY_SOURCE_DIR` to a clone of
https://github.com/Yash-Singh1/ghostty checked out at that revision (the
`t3code/custom-io-ordered-feed` branch when vendored, based on VVTerm's
`vvterm/custom-io-padding` branch).

```bash
apps/mobile/modules/t3-terminal/scripts/build-libghostty-ios16.sh
```

The script builds Ghostty with Zig 0.15.2, strips the iOS archives, and replaces only the
The script builds Ghostty with Zig 0.16.0, strips the iOS archives, and replaces only the
`ios-arm64` and `ios-arm64-simulator` slices. Xcode's Metal toolchain must be installed; if `metal`
fails, run `xcodebuild -downloadComponent MetalToolchain`.

Expand Down
10 changes: 5 additions & 5 deletions apps/mobile/modules/t3-terminal/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Ghostty / libghostty

The iOS terminal renderer vendors `GhosttyKit.xcframework`, a libghostty build produced from T3's
iOS 16 support fork. That fork was created from VVTerm's custom-I/O Ghostty fork.
The iOS terminal renderer vendors `GhosttyKit.xcframework`, a libghostty build produced from
VVTerm's custom-I/O and live-padding Ghostty branch.

- Upstream project: https://github.com/ghostty-org/ghostty
- Custom-I/O base fork: https://github.com/wiedymi/ghostty/tree/custom-io
- Vendored source fork: https://github.com/Yash-Singh1/ghostty/tree/custom-io
- Vendored revision: `d36c3b8dffd0d756dd5e5f4933962f774a0e6753`
- Vendored source branch: https://github.com/Yash-Singh1/ghostty/tree/t3code/custom-io-ordered-feed
- Vendored revision: `cf8edc23f3a6a87a96e41a90013e89e987d34980`
- Based on: https://github.com/wiedymi/ghostty/tree/vvterm/custom-io-padding
- Reference integration: https://github.com/vivy-company/vvterm
- License: MIT

Expand Down
Loading
Loading