Skip to content

add thread content search command - #84

Open
tarik02 wants to merge 1 commit into
masterfrom
feat/thread-content-search
Open

add thread content search command#84
tarik02 wants to merge 1 commit into
masterfrom
feat/thread-content-search

Conversation

@tarik02

@tarik02 tarik02 commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@changeset-bot

changeset-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0175291

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
t3code-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 017529111a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +84 to +85
const snapshot = yield* orchestration.getShellSnapshot();
const threadsById = new Map(snapshot.threads.map((thread) => [thread.id, thread]));

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include archived threads when enriching search results

When a search match belongs to an archived thread, getShellSnapshot() cannot supply its shell metadata because this repository explicitly loads archived threads through getArchivedShellSnapshot() (see loadThreadsSnapshot). Consequently, valid matches are returned with threadTitle, branch, and worktreePath set to null, and human output displays - for those fields. Enrich search matches from a merged active-and-archived snapshot instead.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant