Skip to content

wip(agent): subagent empty tool allowlist fail-open (Option<HashSet> allowlist) (tinyhumansai#4452) - #5

Closed
senamakel wants to merge 1 commit into
agent/vendor-tinyagentsfrom
agent/fix-4452
Closed

senamakel wants to merge 1 commit into
agent/vendor-tinyagentsfrom
agent/fix-4452

Conversation

@senamakel

Copy link
Copy Markdown
Owner

⚠️ Partial / needs verification. Implementation salvaged from the parity workflow after the subagent was killed by the monthly spend limit before it could run cargo check, fix any compile errors, and open the PR. Preserved so the work isn't lost.

Addresses tinyhumansai#4452 (see that issue for problem/fix plan/acceptance criteria).

TODO before merge: cargo check --lib + targeted tests, resolve any compile errors, confirm acceptance criteria. Do not merge until green.

https://claude.ai/code/session_019j5TLsRLHsM3kqAYFyH4hR

…ed by spend limit)

Uncommitted implementation salvaged from the parity workflow worktree after
the subagent was killed by the monthly spend limit before it could verify,
commit, and open a PR. NOT yet build-verified — needs a cargo check pass and
test run before merge. Preserved so the work is not lost.

Ref: tinyhumansai#4452
Claude-Session: https://claude.ai/code/session_019j5TLsRLHsM3kqAYFyH4hR
@cursor

cursor Bot commented Jul 3, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@senamakel

Copy link
Copy Markdown
Owner Author

Superseded — re-implementing fresh on the post-merge base (upstream tinyhumansai#4473 landed, changing the seam). A new build-verified PR will replace this.

@senamakel senamakel closed this Jul 3, 2026
@senamakel
senamakel deleted the agent/fix-4452 branch July 3, 2026 23:04
M3gA-Mind added a commit that referenced this pull request Sep 1, 2026
…ight specs

Both drive the real app in a browser against a live openhuman-core. Neither
mocks transport.

brain-embedding-truthfulness.spec.ts seeds a folder source through the core's
own RPCs and reads memory_sources_status_list to confirm chunks_pending > 0
BEFORE asserting on the UI, so a workspace with a healthy embedder skips with a
reason instead of passing vacuously. Absolute mkdtemp paths throughout: a
relative source path resolves against the core's working directory.

Fixed against the live core on the first run: memory_sources_sync takes
source_id (not id), and memory_sources_add returns { source }.

KNOWN: this spec cannot pass in a sandbox with no GitHub release access. The
memory engine is a downloaded cdylib and memory_sources_sync fails with
"module 'tinymemory' could not be loaded". Reported as undrivable rather than
re-done in jsdom. See ~/tinyhuman/bugs/W6-ui-bugs.md #5.

notifications-feed-interaction.spec.ts covers the system-events feed, which no
core RPC can reach — those items arrive over socket.io into a redux-persist
slice. It seeds the slice through the app's own persistence keys, exactly what a
returning user's browser holds, and asserts on rendered text, aria-selected on
the chip tablist, the unread count, and survival of a reload.
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