Skip to content

Conversation

@integrate-your-mind
Copy link
Owner

@integrate-your-mind integrate-your-mind commented Feb 3, 2026

Summary

  • capture tmux pane output when the live harness fails so login prompts and errors are visible
  • add checks that wait for Codex readiness text before assuming the tmux session is usable
  • adjust PID discovery to match the actual Codex process signature observed during interactive runs
  • refresh related docs/scripts to describe the new failure-diagnosis workflow

Testing

  • Not run (not requested)

Ensure you read the contribution guide before submitting a commit and follow the exact guidelines.


Open with Devin

Copy link

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

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: 6b28bdd9d6

ℹ️ 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 +198 to +200
main="$(cd "$common/.." && "$pwd_bin" -P)"
cur="$("$env_bin" -u GIT_DIR -u GIT_WORK_TREE -u GIT_INDEX_FILE -u GIT_COMMON_DIR \
"$git_bin" -C "$main" rev-parse --show-toplevel 2>/dev/null)"

Choose a reason for hiding this comment

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

P1 Badge Resolve current worktree from cwd, not main repo

gwe now resolves cur using git -C "$main" rev-parse --show-toplevel, which always returns the main worktree path. As a result, even when the user is inside a secondary worktree, cur equals main and the function refuses to remove it ("refusing to remove the default worktree"). This breaks gwe for its intended use. Use the current directory (or PWD) when resolving the active worktree so secondary worktrees can be removed.

Useful? React with 👍 / 👎.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@integrate-your-mind
Copy link
Owner Author

Superseded by fix/activity-state; live harness changes consolidated.

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