Skip to content

Commit 770bc89

Browse files
authored
Merge pull request #74 from pylon-code/docs/pylon-product-name
docs(user): correct product name and client-specific qualifiers in shipped copy
2 parents d898f70 + 29a15f0 commit 770bc89

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

apps/web/src/components/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7490,7 +7490,7 @@ function ChatViewContent(props: ChatViewProps) {
74907490
) : activeRightPanelSurface?.kind === "pull-request" && !supportsPullRequests ? (
74917491
<PullRequestsUnavailableState
74927492
title="Pull requests unavailable"
7493-
error="Update this environment's T3 Code server to browse pull requests."
7493+
error="Update this environment's Pylon server to browse pull requests."
74947494
/>
74957495
) : activeRightPanelSurface?.kind === "pull-request" ? (
74967496
// No onClose: the surface tab's own X owns closing here, and a second X in the header

apps/web/src/versionSkew.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function versionCore(version: string): string {
3030
}
3131

3232
/**
33-
* The skew a user can act on: the connected server runs an older T3 Code than
33+
* The skew a user can act on: the connected server runs an older Pylon than
3434
* this client, so the server is the side that needs updating.
3535
*
3636
* Versions compare as semver on their core `major.minor.patch` only. Nightlies

docs/user/composer.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ Messages can contain up to 120,000 characters. If a draft is longer, Pylon keeps
44
composer and shows how many characters need to be removed. Shorten the draft or split it into
55
multiple messages, then send again in the same thread.
66

7-
On servers that support direct uploads, images upload as soon as you add them. The send button
8-
becomes available after every upload finishes. Failed uploads can be retried or removed.
7+
In the web and desktop apps, on servers that support direct uploads, images upload as soon as you
8+
add them. The send button becomes available after every upload finishes. Failed uploads can be
9+
retried or removed. The mobile app sends images with the message instead.
910

1011
## Commands and skills
1112

1213
Type `/` to open the command menu. Type `$` to find and add a skill. Skill rows show their source,
1314
such as System, Personal, Project, or App.
1415

1516
By default, the `/` menu includes skills. To keep this menu command-only, turn off **Show skills in
16-
slash menu** in **Settings → General**. Skill results use the `/skill:Skill Name` label and add the
17-
same `$name` skill token to your message. The original skill name remains searchable. If the provider
18-
also reports that skill as a native slash command, T3 Code hides the duplicate native entry and keeps
19-
the `/skill:Skill Name` label.
17+
slash menu** in **Settings → General** in the web or desktop app. Skill results use the
18+
`/skill:Skill Name` label and add the same `$name` skill token to your message. The original skill
19+
name remains searchable. If the provider also reports that skill as a native slash command, Pylon
20+
hides the duplicate native entry and keeps the `/skill:Skill Name` label.
2021

2122
On desktop, press `Cmd+Enter` on macOS or `Ctrl+Enter` on Windows and Linux from a new thread to
2223
start it in the background. Pylon opens another new thread and shows an **Open** action for the

docs/user/providers-codex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ and share with OpenAI employees.
3636

3737
## Approve access to other apps
3838

39-
When a Codex tool needs access to an app such as Safari, T3 Code shows the app name and asks for
39+
When a Codex tool needs access to an app such as Safari, Pylon shows the app name and asks for
4040
approval. You can approve, decline, or cancel the request from the desktop app, web app, or mobile
4141
app. Some tools also offer approval for the current session or permanent approval.
4242

packages/contracts/src/t3ProjectFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const T3ProjectFile = Schema.Struct({
7777
defaultThreadEnvMode: Schema.optionalKey(
7878
ThreadEnvMode.annotate({
7979
description:
80-
'Where new threads start for this repository: "worktree" for a fresh git worktree, "local" for the current checkout. A per-project setting in T3 Code overrides this; when neither is set, the global default applies.',
80+
'Where new threads start for this repository: "worktree" for a fresh git worktree, "local" for the current checkout. A per-project setting in Pylon overrides this; when neither is set, the global default applies.',
8181
}),
8282
),
8383
scripts: Schema.optionalKey(

0 commit comments

Comments
 (0)