Complete trajectory: trajectory viewer back button navigation#54
Merged
Conversation
Resolved traj_cvtqhlwcq9s0 - the back button was implemented in the header of TrajectoryViewer.tsx (lines 106-117), allowing users to return to the trajectory list when viewing a specific trajectory. Also verified that previously abandoned trajectories had their work completed: - traj_ozd98si6a7ns: thinking indicator fix implemented via latestMessageToAgent Map in MessageList.tsx - traj_9921cuhel0pj: empty handoff fix implemented in pty-wrapper.ts and tmux-wrapper.ts with SESSION_END data storage
Two key changes for end-to-end cloud flow: 1. GitHub token from Nango (not vault) - Added getGithubAppTokenForUser() to fetch fresh installation token - GitHub App tokens expire hourly, so we get them at provision time - Finds user's Nango connection from their synced repos 2. Create CLI credential files in workspace container - Claude CLI expects ~/.claude/credentials.json - Codex CLI expects ~/.codex/credentials.json - Workspace entrypoint now creates these from ENV vars - Supports ANTHROPIC_TOKEN, OPENAI_TOKEN, GOOGLE_TOKEN
Reviewed entire cloud provisioning flow from signup to agent spawn. Verified all pieces connect correctly: - Nango OAuth and GitHub App token flow - Vault credential storage and workspace ENV passing - Entrypoint cloning and credential file creation - Spawn mechanism with correct cwd Documented limitations: - 100 repo max (no pagination) - Multi-repo workspaces spawn to /workspace root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolved traj_cvtqhlwcq9s0 - the back button was implemented in the
header of TrajectoryViewer.tsx (lines 106-117), allowing users to
return to the trajectory list when viewing a specific trajectory.
Also verified that previously abandoned trajectories had their work
completed:
latestMessageToAgent Map in MessageList.tsx
and tmux-wrapper.ts with SESSION_END data storage