docs: fix HINDSIGHT_API_LLM_MAX_RETRIES default (10 → 3)#1137
Merged
nicoloboschi merged 2 commits intovectorize-io:mainfrom Apr 18, 2026
Merged
docs: fix HINDSIGHT_API_LLM_MAX_RETRIES default (10 → 3)#1137nicoloboschi merged 2 commits intovectorize-io:mainfrom
nicoloboschi merged 2 commits intovectorize-io:mainfrom
Conversation
PR vectorize-io#1121 reduced the default from 10 to 3 but docs were not updated.
r266-tech
added a commit
to r266-tech/hindsight
that referenced
this pull request
Apr 20, 2026
Mirror change from hindsight-docs/docs/developer/admin-cli.md so the docs skill reference stays in sync (matches the pattern set by vectorize-io#1137).
2 tasks
nicoloboschi
pushed a commit
that referenced
this pull request
Apr 21, 2026
* docs(admin-cli): document decommission-workers and worker-status PR #1165 added two new admin CLI commands (decommission-workers, worker-status) but admin-cli.md was not updated. Readers scanning the Commands section could only find the singular decommission-worker. Added dedicated sections for each new command following the existing style (Arguments/Options/Examples/When to Use). Pure docs, mirrors behavior documented in typer command help strings. * docs(admin-cli skill): sync decommission-workers and worker-status Mirror change from hindsight-docs/docs/developer/admin-cli.md so the docs skill reference stays in sync (matches the pattern set by #1137).
r266-tech
added a commit
to r266-tech/hindsight
that referenced
this pull request
Apr 21, 2026
Follow-up to vectorize-io#1168: update_bank now accepts config_updates with all bank-configurable fields (reflect_mission, retain_*, disposition_*, entity_labels, recall_*, mcp_enabled_tools, etc.). Existing docs only showed name + mission; callers had to read mcp_tools.py to discover the full surface. Mirrored to skills/hindsight-docs/references/developer/mcp-server.md per the dual-doc convention (vectorize-io#1137).
3 tasks
nicoloboschi
pushed a commit
that referenced
this pull request
Apr 21, 2026
#1183) * docs(mcp): document update_bank config_updates and configurable fields Follow-up to #1168: update_bank now accepts config_updates with all bank-configurable fields (reflect_mission, retain_*, disposition_*, entity_labels, recall_*, mcp_enabled_tools, etc.). Existing docs only showed name + mission; callers had to read mcp_tools.py to discover the full surface. Mirrored to skills/hindsight-docs/references/developer/mcp-server.md per the dual-doc convention (#1137). * docs(mcp): mirror update_bank config_updates docs to skills reference
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.
Fixes #1136
PR #1121 reduced
DEFAULT_LLM_MAX_RETRIESfrom10to3inconfig.py, but the configuration reference table still showed the old default.Changes
hindsight-docs/docs/developer/configuration.mdline 169:10→3skills/hindsight-docs/references/developer/configuration.mdline 169: synced