pingdotgg / pingdotgg/t3code

Bug: Imported Codex tasks use <recommended_plugins> as their titles

Open Beginner friendly
#10,513 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

accepted bug via-triage
Dominant language
TypeScript
Stars
23k
Forks
5.9k
Avg merge
11h 14m
Merged PRs (30d)
357

Description

Version: T3 Code 0.0.39, macOS.

Steps: Import existing Codex sessions through onboarding when their transcripts begin with an injected <recommended_plugins> block.

Actual: Multiple tasks are titled <recommended_plugins>.

Expected: Use Codex’s saved task title, or derive a title from the actual user request after excluding injected context.

Cause: AgentSessionScanner.ts derives the title from the first user message’s first line.

The same logic remains in nightly v0.0.40-nightly.20260907.1346. PR #10446 addresses JSON-wrapped generated titles, not this import issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in apps/server/src/project/AgentSessionScanner.ts around lines 489-495, where imported session titles are derived from the first user message. Reproduce the onboarding import with a transcript beginning with an injected <recommended_plugins> block and inspect how the saved title or actual user request is available. Done means imported tasks no longer use that injected block as their title and instead use the saved title or request-derived title.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.