mirror of
https://github.com/ComposioHQ/composio.git
synced 2026-09-22 11:46:35 +08:00
54f65c5637
This PR: - replaces https://github.com/ComposioHQ/composio/pull/4474 (D5), which was merged into the D2 branch by mistake and conflicted with the rewritten permissions reference on `next`; https://github.com/ComposioHQ/composio/pull/4471 has been trimmed back to D2 only - rewrites the change against the current "Session tool execution" / "Proxy execute (Legacy)" layout instead of the pre-rewrite page the original targeted - Session tool execution: drops the `/tool_router/session/{session_id}/proxy_execute` row and says proxy execution is not included; Proxy execute (Legacy): states it is the only permission that grants the session proxy route, from `session.proxyExecute()` or from the session's sandbox - Proxy execute page callout: requires Proxy execute; Session tool execution alone does not cover it - KB article `platform-project-api-key-permissions` (source under `docs/kb/articles`, generated guide regenerated with `bun run generate:kb`): same correction - merge after: ComposioHQ/platform#12846. Until it deploys, `next` is correct and this page must not go live. Kept as a draft for that reason PRD: https://app.notion.com/p/composio/Session-Governance-via-hints-Across-toolkits-3daf261a6dfe80df8e0ce337a2b26e08 Linear workstream: https://linear.app/composio/project/sessions-execution-governance-a0942233a0d0 Verification, run in `docs/` on this branch: `bun run types:check` passes, `bun run lint:links` reports 0 errors. `pnpm exec prettier --check` flags the touched mdx files on `next` already, so no reformatting was applied.