docs: document enable_computational_runtime on agent settings - #32
Open
Joetib wants to merge 1 commit into
Open
Conversation
Joetib
force-pushed
the
sync-mentor-unique-id-lookups
branch
from
August 28, 2026 21:45
4d62a52 to
6cba21d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the skills with iblai/iblai-dm-pro#3002 (part of iblai/iblai-platform#2412).
What changed upstream
enable_computational_runtimeis now readable. The flag lives on the agent rather than on its settings row, so it was accepted by the settings PUT but never came back on the GET — a client could set it and then not be able to read it back.Doc changes
iblai-api-agent-settingonly:Scope note — the lookup change was reverted
This PR originally also documented agent lookups as
unique_id-only, matching an upstream change that made a slug or name return404.That upstream change has been reverted (iblai/iblai-dm-pro@
57a5f8a61): production orgs still address agents by slug, so enforcingunique_idwould have broken live traffic across ~25 endpoints. The REST endpoints continue to acceptunique_id, slug or name exactly as before, so those doc edits are gone from this PR:iblai-api-agent-session/SKILL.mdis back to its original wording and no longer appears in the diff at all.iblai-api-agent-setting/SKILL.mdkeeps only the settings-field addition; the "only the unique id resolves" note is removed.{mentor}in the path-vars line still reads "the agent's unique id" — that is the pre-existing wording, and it remains the identifier you should prefer, it is just not the only one the API accepts.