Skip to content

feat: wire convener endpoints - #509

Merged
JustAGhosT merged 1 commit into
devfrom
agent/convener-endpoint-wiring
Jul 12, 2026
Merged

feat: wire convener endpoints#509
JustAGhosT merged 1 commit into
devfrom
agent/convener-endpoint-wiring

Conversation

@JustAGhosT

Copy link
Copy Markdown
Collaborator

Summary

  • replace the Convener placeholder dashboard with live ApiHost endpoint calls
  • add typed helpers for champions, community pulse, learning catalysts, and innovation spread
  • render loading, refresh, partial endpoint errors, no-data state, and available Convener signals

Verification

  • pnpm --dir src/UILayer/web exec eslint src/components/widgets/Convener/ConvenerDashboard.tsx src/components/widgets/api.ts src/components/widgets/types.ts
  • pnpm --dir src/UILayer/web exec tsc --noEmit

@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@JustAGhosT, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bafe7ef5-d8e8-4098-a9ff-3fdd9185e854

📥 Commits

Reviewing files that changed from the base of the PR and between 1ef3893 and a87c55f.

📒 Files selected for processing (3)
  • src/UILayer/web/src/components/widgets/Convener/ConvenerDashboard.tsx
  • src/UILayer/web/src/components/widgets/api.ts
  • src/UILayer/web/src/components/widgets/types.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/convener-endpoint-wiring

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@JustAGhosT
JustAGhosT force-pushed the agent/convener-endpoint-wiring branch from 5684d41 to a87c55f Compare July 12, 2026 20:14
@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown

Summary

Summary
Generated on: 07/12/2026 - 20:16:30
Parser: MultiReport (12x OpenCover)
Assemblies: 1
Classes: 4
Files: 3
Line coverage: 14.2% (3 of 21)
Covered lines: 3
Uncovered lines: 18
Coverable lines: 21
Total lines: 190
Branch coverage: 33.3% (2 of 6)
Covered branches: 2
Total branches: 6
Method coverage: Feature is only available for sponsors

Coverage

CognitiveMesh.Shared - 14.2%
Name Line Branch
CognitiveMesh.Shared 14.2% 33.3%
CognitiveMesh.Shared.Interfaces.ChatMessage 0% 0%
CognitiveMesh.Shared.LogSanitizer 100% 100%
CognitiveMesh.Shared.Models.PolicyConfiguration 0%
CognitiveMesh.Shared.Models.RoutingRule 0%

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

Copy link
Copy Markdown

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: 5684d419d9

ℹ️ 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".

): Promise<DiscoverChampionsResponse> {
const params = new URLSearchParams({ maxResults: String(maxResults) });
if (skill.trim()) params.set('skill', skill.trim());
return fetchJson(`/api/v1/convener/discover/champions?${params.toString()}`);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Attach auth to Convener endpoint calls

These new Convener helpers call [Authorize] endpoints (ConvenerController is secured at the controller level), but this fetch path never adds the bearer token that AuthContext installs on servicesApi/agenticApi or that useDashboardStore reads from localStorage. In an authenticated deployment, the Convener dashboard will issue unauthenticated cross-origin requests and every new live endpoint will return 401 instead of data; route these calls through the authenticated client or add the same Authorization: Bearer <cm_access_token> handling here.

Useful? React with 👍 / 👎.

@JustAGhosT
JustAGhosT merged commit ff389b8 into dev Jul 12, 2026
6 checks passed
@JustAGhosT
JustAGhosT deleted the agent/convener-endpoint-wiring branch July 12, 2026 20:19
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