Skip to content

Fix ideation artifact pane hydration - #413

Closed
adriandemian wants to merge 1 commit into
mainfrom
fix/ideation-artifact-pane-hydration
Closed

Fix ideation artifact pane hydration#413
adriandemian wants to merge 1 commit into
mainfrom
fix/ideation-artifact-pane-hydration

Conversation

@adriandemian

@adriandemian adriandemian commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Context
The Agents artifact pane could show only integration tabs for an active ideation conversation when no agent workspace link was present. The selected conversation already carries context_type=ideation/context_id=session_id, but the pane did not treat that as enough to hydrate plan/proposal artifacts.

User impact
Opening an ideation conversation directly now loads the linked plan artifact and related tabs instead of falling back to unrelated tabs such as Linear.

Decision
Include ideation-context conversations in the pane hydration predicate and add regression coverage for an ideation conversation with no workspace link.

Risks
Low. The change only broadens hydration when the active conversation itself is an ideation context; existing workspace and focused-session paths are unchanged.

Validation

  • cd frontend && npm test -- --run src/components/agents/AgentsArtifactPane.test.tsx

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@adriandemian

Copy link
Copy Markdown
Collaborator Author

Superseded by combined frontend/backend fix in #415.

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