Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3024df8
fix(ssh): decode auth timestamps from JSON strings
ardenworks May 14, 2026
0e91745
fix(ssh): decode auth timestamps from JSON strings
ardenworks May 14, 2026
359846b
add pi provider
bscholar-tt May 20, 2026
2b6cd8e
simplify release
bscholar-tt May 21, 2026
468d19b
manual release
bscholar-tt May 21, 2026
f55a48a
chore(ci): replace Blacksmith runners with GitHub Actions runners
bscholar-tt May 21, 2026
433cdcb
style: fix formatting
bscholar-tt May 21, 2026
1f21de8
chore(release): remove all signing logic from build workflow
bscholar-tt May 21, 2026
25c0f3d
test: remove flaky undici content-length tests
bscholar-tt May 21, 2026
d79026d
chore(release): remove Windows and macOS x64 builds
bscholar-tt May 21, 2026
0e16272
chore(release): use GITHUB_TOKEN instead of app token
bscholar-tt May 21, 2026
27f1457
chore: rename app title from "T3 Code (Alpha)" to "T3 Code (Bscholar)"
bscholar-tt May 21, 2026
cdf6f81
fix(pi): fix sendTurn blocking and message_update event handling
bscholar-tt May 21, 2026
b079b9b
chore: disable PostHog telemetry by default
bscholar-tt May 21, 2026
18bf69f
fix(pi): spawn pi commands with shell: true for NVM PATH discovery
bscholar-tt May 21, 2026
9b88647
fix(pi): commit missing web UI and contract changes for Pi provider
bscholar-tt May 21, 2026
0e89005
fix(ssh): increase tunnel readiness probe and total timeout
bscholar-tt May 21, 2026
1ea97bf
fix(ssh): increase tunnel readiness probe and total timeout
bscholar-tt May 21, 2026
178e69f
feat(ui): hide disabled and coming-soon providers from model selector…
bscholar-tt May 21, 2026
84ba280
Merge branch 'stuff'
bscholar-tt May 22, 2026
2a2c021
Support GitHub Release tarball distribution for t3 CLI
bscholar-tt May 22, 2026
a85bc62
chore(server): point repository.url at bscholar-tt fork
bscholar-tt May 22, 2026
4eb1a13
fix(desktop): finish Alpha->Bscholar rename in stage label resolver
bscholar-tt May 22, 2026
3b727df
fix(pi): map entire agent run to a single t3code turn
bscholar-tt May 22, 2026
e478271
fix(pi): restore prior conversation context on thread resume
bscholar-tt May 22, 2026
8a7ded3
no shell
bscholar-tt May 22, 2026
b3c1a6c
fix(server): default auto-bootstrap provider to Claude
bscholar-tt May 22, 2026
a660e7c
increase tunnel timeout
bscholar-tt May 22, 2026
f261405
fix(pi): show tool call details (command, file path) in chat UI
bscholar-tt May 23, 2026
357875b
Merge pull request #1 from bscholar-tt/stuff
bscholar-tt May 23, 2026
b97cf93
fix: maintain reasoning selections for multiple providers (#2760)
adambuchweitz May 22, 2026
e8a84e2
fix(pi): pass skill and command details through to the UI
bscholar-tt May 24, 2026
fbb8140
feat(pi): discover skills from filesystem and surface in provider sna…
bscholar-tt May 24, 2026
a80c150
style(pi): fix formatting in PiProvider skill discovery
bscholar-tt May 25, 2026
161d6a4
refactor(pi): convert PiAdapter from in-process SDK to RPC subprocess…
bscholar-tt May 26, 2026
b0de5f9
feat(pi): handle RPC extension UI requests for ask_user_question
bscholar-tt May 26, 2026
bfa551d
feat(pi): handle input extension_ui_request for pi-ask-user multi-sel…
bscholar-tt May 26, 2026
9678427
fix(pi): correct extension_ui_request handling per Pi RPC docs
bscholar-tt May 26, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
quality:
name: Format, Lint, Typecheck, Test, Browser Test, Build
runs-on: blacksmith-8vcpu-ubuntu-2404
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

release_smoke:
name: Release Smoke
runs-on: blacksmith-8vcpu-ubuntu-2404
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
Expand Down
Loading
Loading