Conversation
🎩 PreviewA preview build has been created at: |
This was referenced Sep 22, 2026
Collaborator
Author
camielvs
force-pushed
the
09-22-feat_a_project_s_runs_on_the_tangent_page
branch
from
September 22, 2026 19:48
4420639 to
b717a34
Compare
This was referenced Sep 22, 2026
camielvs
force-pushed
the
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to
branch
from
September 23, 2026 20:57
5c8fcc7 to
f2fdf2e
Compare
camielvs
force-pushed
the
09-22-feat_a_project_s_runs_on_the_tangent_page
branch
from
September 23, 2026 20:57
b717a34 to
77575d4
Compare
camielvs
force-pushed
the
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to
branch
from
September 23, 2026 22:01
f2fdf2e to
9e22dcd
Compare
camielvs
force-pushed
the
09-22-feat_a_project_s_runs_on_the_tangent_page
branch
from
September 23, 2026 22:01
77575d4 to
fbac2b3
Compare
This was referenced Sep 23, 2026
Draft
This was referenced Sep 23, 2026
camielvs
force-pushed
the
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to
branch
from
September 23, 2026 23:00
9e22dcd to
4356dc7
Compare
camielvs
force-pushed
the
09-22-feat_a_project_s_runs_on_the_tangent_page
branch
2 times, most recently
from
September 23, 2026 23:36
c5956ad to
2cddf8b
Compare
camielvs
force-pushed
the
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to
branch
from
September 23, 2026 23:36
4356dc7 to
e27d589
Compare
camielvs
force-pushed
the
09-22-feat_a_project_s_runs_on_the_tangent_page
branch
from
September 23, 2026 23:56
2cddf8b to
6a7fc58
Compare
camielvs
force-pushed
the
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to
branch
from
September 23, 2026 23:56
e27d589 to
917e2fd
Compare
A run reaches a project through an annotation written when it is created, not by being added to it, so an agent's run never becomes a resource row. Tangent only listed resources, which left the page with nowhere for a run to appear: the project page showed it, Tangent showed nothing, and the agent looked like it had submitted into a void. The dock gains a Runs window reading the same feed the project page reads. A row opens the run in the workarea, which already knows how to render one. The row itself moves out of the resources window so both lists share it, and takes a node for its description so a run can show a live status where a resource shows a kind. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
camielvs
force-pushed
the
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to
branch
from
September 24, 2026 00:14
917e2fd to
d16970c
Compare
camielvs
force-pushed
the
09-22-feat_a_project_s_runs_on_the_tangent_page
branch
from
September 24, 2026 00:14
6a7fc58 to
969e31c
Compare
This branch has not been deployed
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.

Description
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
🤖 Generated with Claude Code