[codex] Add Codex thread links and Linear comment resumes#84
Merged
Conversation
3 tasks
yansenzhou-oai
added a commit
that referenced
this pull request
Jun 1, 2026
#### Context Revert PR #84 after it was merged so Symphony main returns to the previous workflow and implementation. #### TL;DR *Reverts the Codex thread link and Linear comment resume changes from PR #84.* #### Summary - Revert the squash merge commit from PR #84. - Remove the added Linear comment resume and Codex thread ownership/archive behavior. - Restore the previous docs, workflow config, app-server client, and tests. #### Alternatives - Patch forward selectively, but the request was to revert the merged change. #### Test Plan - [x] `git diff --check HEAD~1..HEAD` - [x] `rg -n "lin_api_|ZtX3ZP" .` - [x] `mix pr_body.check --file /tmp/symphony_revert_pr_body.md`
PouryaNoufallah96
added a commit
to PouryaNoufallah96/symphony
that referenced
this pull request
Jun 4, 2026
Sync with upstream (6 commits): README/docs + smoke-test notes, and the networkAccess example-doc change (openai#65). PR openai#84 (Codex thread links + Linear comment resumes) was added and then fully reverted upstream (openai#85), so this merge carries no net code change — markdown only. Fork customizations (team_key, Claude Code backend, ADO/GitHub adapters, Solid assigns) intact. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Context
Need Symphony to keep a first-class Codex thread loop for Linear issues, including human follow-up comments and terminal cleanup.
TL;DR
Adds Codex thread links, thread archiving, and Linear comment resume support.
Summary
Alternatives
codex://links make app handoff direct.Test Plan
make -C elixir allgit diff --checkrg -n "lin_api_|ZtX3ZP" .