Conversation
…nscript (ChatThreadView) (#5097)
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Sami Rusani <14844597+samrusani@users.noreply.github.com>
…4772) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: Sami Rusani <14844597+samrusani@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com> Co-authored-by: Cyrus Gray <144336577+graycyrus@users.noreply.github.com> Co-authored-by: oxoxDev <164490987+oxoxDev@users.noreply.github.com> Co-authored-by: YellowSnnowmann <167776381+YellowSnnowmann@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai> Co-authored-by: CodeGhost21 <164498022+CodeGhost21@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: sanil-23 <sanil@tinyhumans.ai> Co-authored-by: M3gA-Mind <elvin@mahadao.com> Co-authored-by: oxoxDev <oxoxdev@users.noreply.github.com>
Co-authored-by: Sami Rusani <14844597+samrusani@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
…roval prompt (#5094) Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
…d profiling optimizations (#5107)
… agent_ref (B37) (#5120)
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
|
Too many files changed for review. ( Bypass the limit by tagging |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fe33726702
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| async fn send<T: DeserializeOwned>(&self, req: reqwest::RequestBuilder) -> Result<T> { | ||
| let resp = req.send().await?; |
There was a problem hiding this comment.
Route Medulla backend calls through the SDK
When Medulla uses the normal configuration, resolve.rs points it at the same api_url deployment as the OpenHuman backend, but this new shared sender executes every /medulla/v1 request via a raw reqwest::RequestBuilder. That bypasses the TinyHumans SDK boundary (and its route/session/TLS/observability policy) for the new managed-backend surface and duplicates envelope/wire handling in OpenHuman; these Medulla routes should be added to tinyhumans-sdk or called through an SDK adapter instead.
AGENTS.md reference: AGENTS.md:L180-L184
Useful? React with 👍 / 👎.
| <p className="text-xs text-content-muted"> | ||
| Listing a handle for sale and accepting offers happens on tiny.place. |
There was a problem hiding this comment.
Localize the new seller CTA copy
In non-English locales, this newly added seller card will still render English because the copy is hard-coded instead of going through useT() and the locale files; the same applies to the new button label in this card. Please add i18n keys/translations for the new UI text so the Agent World page remains localized.
AGENTS.md reference: AGENTS.md:L372-L372
Useful? React with 👍 / 👎.
Promotes
mainintorelease.mainonto the long-livedreleasebranch (staging & production builds cut fromrelease).Recent highlights:
Merge only after CI Full Gate passes and with maintainer approval — do not merge unattended.