Skip to content

chore(vendor): bump tinycortex to 26d8833 (Notion sync + digest fixes) — Closes #5500, #5509, #5510 - #5585

Draft
YellowSnnowmann wants to merge 1 commit into
tinyhumansai:mainfrom
YellowSnnowmann:chore/bump-tinycortex-5500-5509
Draft

chore(vendor): bump tinycortex to 26d8833 (Notion sync + digest fixes) — Closes #5500, #5509, #5510#5585
YellowSnnowmann wants to merge 1 commit into
tinyhumansai:mainfrom
YellowSnnowmann:chore/bump-tinycortex-5500-5509

Conversation

@YellowSnnowmann

Copy link
Copy Markdown
Collaborator

Summary

Problem

The tinycortex fixes for three openhuman bugs are merged into tinycortex main but were not yet reachable from openhuman because the submodule pointer still sat five commits behind. Until this bump, the bugs still reproduce on openhuman main.

Solution

Advance the gitlink to tinycortex main HEAD 26d8833. The pointer range 5fdeac98..26d8833 contains exactly:

Submission Checklist

Impact

Restores correct Notion memory sync (properties + fetch_type) and stops silent observation loss on truncated digests. No API or migration impact on openhuman; gitlink advance only.

Related


AI Authored PR Metadata (required for Codex/Linear PRs)

Linear Issue

  • Key: N/A
  • URL: N/A

Commit & Branch

  • Branch: chore/bump-tinycortex-5500-5509

Advances the vendored tinycortex submodule from 5fdeac98 (tinyhumansai#148) to main
HEAD 26d8833, landing three merged fixes on openhuman main:

- tinyhumansai#146 render Notion database-row properties into the synced document
  (select/status/multi_select/date/people/relation/scalar) — memory-sync
  read path for openhuman#5500.
- tinyhumansai#145 retain observations when a digest is truncated; raise
  DIGEST_MAX_OUTPUT_TOKENS 4096->16384 and return a non-committable Err on
  a truncated digest so the window retries instead of silently dropping —
  openhuman#5509 (Bug 2) / tinyhumansai#5510.
- tinyhumansai#144 send fetch_type in NOTION_FETCH_DATA sync args — openhuman#5506.

Intervening commits pulled in: tinyhumansai#149 (re-export the TinyMemory contract,
additive) and tinyhumansai#153 (move the host-side Composio normalisers to
tinymemory-sync). openhuman src references none of the dropped
providers::normalize symbols, so tinyhumansai#153 is source-compatible here.
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8f54ca00-1fe7-407a-a0ae-fa95a0645d8a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

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.

Bug: agent misreads Notion page content — invents values, reports wrong dropdown selections

1 participant