diff --git a/helm/hindsight/Chart.yaml b/helm/hindsight/Chart.yaml
index 02c10540..ab0708fb 100644
--- a/helm/hindsight/Chart.yaml
+++ b/helm/hindsight/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: hindsight
description: Hindsight helm chart
type: application
-version: 0.4.16
-appVersion: "0.4.16"
+version: 0.4.17
+appVersion: "0.4.17"
keywords:
- ai
- memory
diff --git a/hindsight-api/hindsight_api/__init__.py b/hindsight-api/hindsight_api/__init__.py
index 2f7e2944..fb053fb8 100644
--- a/hindsight-api/hindsight_api/__init__.py
+++ b/hindsight-api/hindsight_api/__init__.py
@@ -46,4 +46,4 @@ __all__ = [
"RemoteTEICrossEncoder",
"LLMConfig",
]
-__version__ = "0.4.16"
+__version__ = "0.4.17"
diff --git a/hindsight-api/pyproject.toml b/hindsight-api/pyproject.toml
index 716f43f1..75657927 100644
--- a/hindsight-api/pyproject.toml
+++ b/hindsight-api/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "hindsight-api"
-version = "0.4.16"
+version = "0.4.17"
description = "Hindsight: Agent Memory That Works Like Human Memory"
readme = "README.md"
requires-python = ">=3.11"
diff --git a/hindsight-cli/Cargo.toml b/hindsight-cli/Cargo.toml
index 99b0dbc6..e8bbcf09 100644
--- a/hindsight-cli/Cargo.toml
+++ b/hindsight-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hindsight-cli"
-version = "0.4.16"
+version = "0.4.17"
edition = "2021"
authors = ["Hindsight Team"]
description = "A beautiful CLI for Hindsight - semantic memory system"
diff --git a/hindsight-clients/go/api/openapi.yaml b/hindsight-clients/go/api/openapi.yaml
index 4a153bf5..48175cb5 100644
--- a/hindsight-clients/go/api/openapi.yaml
+++ b/hindsight-clients/go/api/openapi.yaml
@@ -7,7 +7,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
title: Hindsight HTTP API
- version: 0.4.16
+ version: 0.4.17
servers:
- url: /
paths:
diff --git a/hindsight-clients/go/api_banks.go b/hindsight-clients/go/api_banks.go
index a27d4215..3ca1db41 100644
--- a/hindsight-clients/go/api_banks.go
+++ b/hindsight-clients/go/api_banks.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_directives.go b/hindsight-clients/go/api_directives.go
index ba5cd240..3ed61a3d 100644
--- a/hindsight-clients/go/api_directives.go
+++ b/hindsight-clients/go/api_directives.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_documents.go b/hindsight-clients/go/api_documents.go
index 16a8c328..168c1b94 100644
--- a/hindsight-clients/go/api_documents.go
+++ b/hindsight-clients/go/api_documents.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_entities.go b/hindsight-clients/go/api_entities.go
index fb5d0e9f..3ea9131a 100644
--- a/hindsight-clients/go/api_entities.go
+++ b/hindsight-clients/go/api_entities.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_files.go b/hindsight-clients/go/api_files.go
index 23bf9d8d..959ab82b 100644
--- a/hindsight-clients/go/api_files.go
+++ b/hindsight-clients/go/api_files.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_memory.go b/hindsight-clients/go/api_memory.go
index 3352b7a6..b557a3f9 100644
--- a/hindsight-clients/go/api_memory.go
+++ b/hindsight-clients/go/api_memory.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_mental_models.go b/hindsight-clients/go/api_mental_models.go
index 2e3f6f54..32d11a08 100644
--- a/hindsight-clients/go/api_mental_models.go
+++ b/hindsight-clients/go/api_mental_models.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_monitoring.go b/hindsight-clients/go/api_monitoring.go
index 763551ef..e29d4ad9 100644
--- a/hindsight-clients/go/api_monitoring.go
+++ b/hindsight-clients/go/api_monitoring.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_operations.go b/hindsight-clients/go/api_operations.go
index 7ae8d262..3b4f2669 100644
--- a/hindsight-clients/go/api_operations.go
+++ b/hindsight-clients/go/api_operations.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/api_webhooks.go b/hindsight-clients/go/api_webhooks.go
index a92f2258..0b328891 100644
--- a/hindsight-clients/go/api_webhooks.go
+++ b/hindsight-clients/go/api_webhooks.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/client.go b/hindsight-clients/go/client.go
index c5fb5efa..5d247028 100644
--- a/hindsight-clients/go/client.go
+++ b/hindsight-clients/go/client.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -41,7 +41,7 @@ var (
queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" )
)
-// APIClient manages communication with the Hindsight HTTP API API v0.4.16
+// APIClient manages communication with the Hindsight HTTP API API v0.4.17
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *Configuration
diff --git a/hindsight-clients/go/configuration.go b/hindsight-clients/go/configuration.go
index bc022393..a0c3e3cc 100644
--- a/hindsight-clients/go/configuration.go
+++ b/hindsight-clients/go/configuration.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_add_background_request.go b/hindsight-clients/go/model_add_background_request.go
index dd647d93..754a488f 100644
--- a/hindsight-clients/go/model_add_background_request.go
+++ b/hindsight-clients/go/model_add_background_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_async_operation_submit_response.go b/hindsight-clients/go/model_async_operation_submit_response.go
index 496b5442..963a1bca 100644
--- a/hindsight-clients/go/model_async_operation_submit_response.go
+++ b/hindsight-clients/go/model_async_operation_submit_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_background_response.go b/hindsight-clients/go/model_background_response.go
index 63572b34..04b9627a 100644
--- a/hindsight-clients/go/model_background_response.go
+++ b/hindsight-clients/go/model_background_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_bank_config_response.go b/hindsight-clients/go/model_bank_config_response.go
index c1fe3374..06b518db 100644
--- a/hindsight-clients/go/model_bank_config_response.go
+++ b/hindsight-clients/go/model_bank_config_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_bank_config_update.go b/hindsight-clients/go/model_bank_config_update.go
index 6f724ffe..a0e31d7a 100644
--- a/hindsight-clients/go/model_bank_config_update.go
+++ b/hindsight-clients/go/model_bank_config_update.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_bank_list_item.go b/hindsight-clients/go/model_bank_list_item.go
index 1cc7a376..b83f9566 100644
--- a/hindsight-clients/go/model_bank_list_item.go
+++ b/hindsight-clients/go/model_bank_list_item.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_bank_list_response.go b/hindsight-clients/go/model_bank_list_response.go
index 102b1197..18370c88 100644
--- a/hindsight-clients/go/model_bank_list_response.go
+++ b/hindsight-clients/go/model_bank_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_bank_profile_response.go b/hindsight-clients/go/model_bank_profile_response.go
index 0e5372a7..8121cbda 100644
--- a/hindsight-clients/go/model_bank_profile_response.go
+++ b/hindsight-clients/go/model_bank_profile_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_bank_stats_response.go b/hindsight-clients/go/model_bank_stats_response.go
index a64e361c..ffdad694 100644
--- a/hindsight-clients/go/model_bank_stats_response.go
+++ b/hindsight-clients/go/model_bank_stats_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_budget.go b/hindsight-clients/go/model_budget.go
index 343b6cc9..c2311189 100644
--- a/hindsight-clients/go/model_budget.go
+++ b/hindsight-clients/go/model_budget.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_cancel_operation_response.go b/hindsight-clients/go/model_cancel_operation_response.go
index bed4a52f..2f1b6c27 100644
--- a/hindsight-clients/go/model_cancel_operation_response.go
+++ b/hindsight-clients/go/model_cancel_operation_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_child_operation_status.go b/hindsight-clients/go/model_child_operation_status.go
index 043b8c02..a8ba229e 100644
--- a/hindsight-clients/go/model_child_operation_status.go
+++ b/hindsight-clients/go/model_child_operation_status.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_chunk_data.go b/hindsight-clients/go/model_chunk_data.go
index d93ac92a..11c12b10 100644
--- a/hindsight-clients/go/model_chunk_data.go
+++ b/hindsight-clients/go/model_chunk_data.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_chunk_include_options.go b/hindsight-clients/go/model_chunk_include_options.go
index e83db7a9..62b98a1c 100644
--- a/hindsight-clients/go/model_chunk_include_options.go
+++ b/hindsight-clients/go/model_chunk_include_options.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_chunk_response.go b/hindsight-clients/go/model_chunk_response.go
index c1db1770..62de7bec 100644
--- a/hindsight-clients/go/model_chunk_response.go
+++ b/hindsight-clients/go/model_chunk_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_clear_memory_observations_response.go b/hindsight-clients/go/model_clear_memory_observations_response.go
index 35ce35f8..75bb8322 100644
--- a/hindsight-clients/go/model_clear_memory_observations_response.go
+++ b/hindsight-clients/go/model_clear_memory_observations_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_consolidation_response.go b/hindsight-clients/go/model_consolidation_response.go
index 9a591a23..cbdf6cab 100644
--- a/hindsight-clients/go/model_consolidation_response.go
+++ b/hindsight-clients/go/model_consolidation_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_create_bank_request.go b/hindsight-clients/go/model_create_bank_request.go
index 38471d84..10e60dd4 100644
--- a/hindsight-clients/go/model_create_bank_request.go
+++ b/hindsight-clients/go/model_create_bank_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_create_directive_request.go b/hindsight-clients/go/model_create_directive_request.go
index dd12036d..ab77bad3 100644
--- a/hindsight-clients/go/model_create_directive_request.go
+++ b/hindsight-clients/go/model_create_directive_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_create_mental_model_request.go b/hindsight-clients/go/model_create_mental_model_request.go
index b6527b21..57775f3c 100644
--- a/hindsight-clients/go/model_create_mental_model_request.go
+++ b/hindsight-clients/go/model_create_mental_model_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_create_mental_model_response.go b/hindsight-clients/go/model_create_mental_model_response.go
index 7d39bc6f..5ac5b12e 100644
--- a/hindsight-clients/go/model_create_mental_model_response.go
+++ b/hindsight-clients/go/model_create_mental_model_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_create_webhook_request.go b/hindsight-clients/go/model_create_webhook_request.go
index 91500166..ee268cd3 100644
--- a/hindsight-clients/go/model_create_webhook_request.go
+++ b/hindsight-clients/go/model_create_webhook_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_delete_document_response.go b/hindsight-clients/go/model_delete_document_response.go
index 77a1d7aa..3b8c5d5b 100644
--- a/hindsight-clients/go/model_delete_document_response.go
+++ b/hindsight-clients/go/model_delete_document_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_delete_response.go b/hindsight-clients/go/model_delete_response.go
index 1e165304..ea19368b 100644
--- a/hindsight-clients/go/model_delete_response.go
+++ b/hindsight-clients/go/model_delete_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_directive_list_response.go b/hindsight-clients/go/model_directive_list_response.go
index 6e72b3d7..ad1eed2c 100644
--- a/hindsight-clients/go/model_directive_list_response.go
+++ b/hindsight-clients/go/model_directive_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_directive_response.go b/hindsight-clients/go/model_directive_response.go
index 378926d0..16af99cf 100644
--- a/hindsight-clients/go/model_directive_response.go
+++ b/hindsight-clients/go/model_directive_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_disposition_traits.go b/hindsight-clients/go/model_disposition_traits.go
index bac886fb..888f1b22 100644
--- a/hindsight-clients/go/model_disposition_traits.go
+++ b/hindsight-clients/go/model_disposition_traits.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_document_response.go b/hindsight-clients/go/model_document_response.go
index dfadec11..ffebfab3 100644
--- a/hindsight-clients/go/model_document_response.go
+++ b/hindsight-clients/go/model_document_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_detail_response.go b/hindsight-clients/go/model_entity_detail_response.go
index 873625a5..1a835319 100644
--- a/hindsight-clients/go/model_entity_detail_response.go
+++ b/hindsight-clients/go/model_entity_detail_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_include_options.go b/hindsight-clients/go/model_entity_include_options.go
index 553b9891..6cabeafd 100644
--- a/hindsight-clients/go/model_entity_include_options.go
+++ b/hindsight-clients/go/model_entity_include_options.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_input.go b/hindsight-clients/go/model_entity_input.go
index 397e29a3..2b6a9ca9 100644
--- a/hindsight-clients/go/model_entity_input.go
+++ b/hindsight-clients/go/model_entity_input.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_list_item.go b/hindsight-clients/go/model_entity_list_item.go
index d961fede..95b6b724 100644
--- a/hindsight-clients/go/model_entity_list_item.go
+++ b/hindsight-clients/go/model_entity_list_item.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_list_response.go b/hindsight-clients/go/model_entity_list_response.go
index b1897f26..21656af3 100644
--- a/hindsight-clients/go/model_entity_list_response.go
+++ b/hindsight-clients/go/model_entity_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_observation_response.go b/hindsight-clients/go/model_entity_observation_response.go
index 686d1ff6..0cf177e7 100644
--- a/hindsight-clients/go/model_entity_observation_response.go
+++ b/hindsight-clients/go/model_entity_observation_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_entity_state_response.go b/hindsight-clients/go/model_entity_state_response.go
index 771b0aaa..5b026128 100644
--- a/hindsight-clients/go/model_entity_state_response.go
+++ b/hindsight-clients/go/model_entity_state_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_features_info.go b/hindsight-clients/go/model_features_info.go
index e659c68d..653ce671 100644
--- a/hindsight-clients/go/model_features_info.go
+++ b/hindsight-clients/go/model_features_info.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_file_retain_response.go b/hindsight-clients/go/model_file_retain_response.go
index 9e5c5161..7462bea4 100644
--- a/hindsight-clients/go/model_file_retain_response.go
+++ b/hindsight-clients/go/model_file_retain_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_graph_data_response.go b/hindsight-clients/go/model_graph_data_response.go
index ab575632..152e14f7 100644
--- a/hindsight-clients/go/model_graph_data_response.go
+++ b/hindsight-clients/go/model_graph_data_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_http_validation_error.go b/hindsight-clients/go/model_http_validation_error.go
index 657482aa..b675f30c 100644
--- a/hindsight-clients/go/model_http_validation_error.go
+++ b/hindsight-clients/go/model_http_validation_error.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_include_options.go b/hindsight-clients/go/model_include_options.go
index fae70f7b..6f0a8cbc 100644
--- a/hindsight-clients/go/model_include_options.go
+++ b/hindsight-clients/go/model_include_options.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_list_documents_response.go b/hindsight-clients/go/model_list_documents_response.go
index 433fbfac..d1d04e4b 100644
--- a/hindsight-clients/go/model_list_documents_response.go
+++ b/hindsight-clients/go/model_list_documents_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_list_memory_units_response.go b/hindsight-clients/go/model_list_memory_units_response.go
index 67ef8c03..31cbfad2 100644
--- a/hindsight-clients/go/model_list_memory_units_response.go
+++ b/hindsight-clients/go/model_list_memory_units_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_list_tags_response.go b/hindsight-clients/go/model_list_tags_response.go
index b2efa621..e7bdadd6 100644
--- a/hindsight-clients/go/model_list_tags_response.go
+++ b/hindsight-clients/go/model_list_tags_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_memory_item.go b/hindsight-clients/go/model_memory_item.go
index 3d71bc29..e7e31173 100644
--- a/hindsight-clients/go/model_memory_item.go
+++ b/hindsight-clients/go/model_memory_item.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_mental_model_list_response.go b/hindsight-clients/go/model_mental_model_list_response.go
index 5f785e6f..098f6d4f 100644
--- a/hindsight-clients/go/model_mental_model_list_response.go
+++ b/hindsight-clients/go/model_mental_model_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_mental_model_response.go b/hindsight-clients/go/model_mental_model_response.go
index 336da69d..062d68ea 100644
--- a/hindsight-clients/go/model_mental_model_response.go
+++ b/hindsight-clients/go/model_mental_model_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_mental_model_trigger.go b/hindsight-clients/go/model_mental_model_trigger.go
index fc201619..bfa8f9ed 100644
--- a/hindsight-clients/go/model_mental_model_trigger.go
+++ b/hindsight-clients/go/model_mental_model_trigger.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_observation_scopes.go b/hindsight-clients/go/model_observation_scopes.go
index 26941441..023173aa 100644
--- a/hindsight-clients/go/model_observation_scopes.go
+++ b/hindsight-clients/go/model_observation_scopes.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_operation_response.go b/hindsight-clients/go/model_operation_response.go
index 40677e6f..452cd6d4 100644
--- a/hindsight-clients/go/model_operation_response.go
+++ b/hindsight-clients/go/model_operation_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_operation_status_response.go b/hindsight-clients/go/model_operation_status_response.go
index 926019e6..eb063e38 100644
--- a/hindsight-clients/go/model_operation_status_response.go
+++ b/hindsight-clients/go/model_operation_status_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_operations_list_response.go b/hindsight-clients/go/model_operations_list_response.go
index 25a455d5..8bf928eb 100644
--- a/hindsight-clients/go/model_operations_list_response.go
+++ b/hindsight-clients/go/model_operations_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_recall_request.go b/hindsight-clients/go/model_recall_request.go
index 778b9206..e39ed572 100644
--- a/hindsight-clients/go/model_recall_request.go
+++ b/hindsight-clients/go/model_recall_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_recall_response.go b/hindsight-clients/go/model_recall_response.go
index fe55116d..f5740c9e 100644
--- a/hindsight-clients/go/model_recall_response.go
+++ b/hindsight-clients/go/model_recall_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_recall_result.go b/hindsight-clients/go/model_recall_result.go
index 8e2b633d..230ff665 100644
--- a/hindsight-clients/go/model_recall_result.go
+++ b/hindsight-clients/go/model_recall_result.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_based_on.go b/hindsight-clients/go/model_reflect_based_on.go
index 82c00f11..f72917dd 100644
--- a/hindsight-clients/go/model_reflect_based_on.go
+++ b/hindsight-clients/go/model_reflect_based_on.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_directive.go b/hindsight-clients/go/model_reflect_directive.go
index 8eb8ccae..00471f73 100644
--- a/hindsight-clients/go/model_reflect_directive.go
+++ b/hindsight-clients/go/model_reflect_directive.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_fact.go b/hindsight-clients/go/model_reflect_fact.go
index 9c7e7378..55bdd7dc 100644
--- a/hindsight-clients/go/model_reflect_fact.go
+++ b/hindsight-clients/go/model_reflect_fact.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_include_options.go b/hindsight-clients/go/model_reflect_include_options.go
index 44150a1a..0da21886 100644
--- a/hindsight-clients/go/model_reflect_include_options.go
+++ b/hindsight-clients/go/model_reflect_include_options.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_llm_call.go b/hindsight-clients/go/model_reflect_llm_call.go
index a2053c91..8bd7fa4a 100644
--- a/hindsight-clients/go/model_reflect_llm_call.go
+++ b/hindsight-clients/go/model_reflect_llm_call.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_mental_model.go b/hindsight-clients/go/model_reflect_mental_model.go
index 0c9f4eb6..8190bab3 100644
--- a/hindsight-clients/go/model_reflect_mental_model.go
+++ b/hindsight-clients/go/model_reflect_mental_model.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_request.go b/hindsight-clients/go/model_reflect_request.go
index daf1d7c6..4b01033a 100644
--- a/hindsight-clients/go/model_reflect_request.go
+++ b/hindsight-clients/go/model_reflect_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_response.go b/hindsight-clients/go/model_reflect_response.go
index fc0410e0..dbaf7155 100644
--- a/hindsight-clients/go/model_reflect_response.go
+++ b/hindsight-clients/go/model_reflect_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_tool_call.go b/hindsight-clients/go/model_reflect_tool_call.go
index 54a3a44a..4f904e22 100644
--- a/hindsight-clients/go/model_reflect_tool_call.go
+++ b/hindsight-clients/go/model_reflect_tool_call.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_reflect_trace.go b/hindsight-clients/go/model_reflect_trace.go
index 41f5e560..9be48f10 100644
--- a/hindsight-clients/go/model_reflect_trace.go
+++ b/hindsight-clients/go/model_reflect_trace.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_retain_request.go b/hindsight-clients/go/model_retain_request.go
index 3f25aa0d..aada2cc8 100644
--- a/hindsight-clients/go/model_retain_request.go
+++ b/hindsight-clients/go/model_retain_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_retain_response.go b/hindsight-clients/go/model_retain_response.go
index 78bfccbf..6fc9fec1 100644
--- a/hindsight-clients/go/model_retain_response.go
+++ b/hindsight-clients/go/model_retain_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_retry_operation_response.go b/hindsight-clients/go/model_retry_operation_response.go
index 7205fb79..bc3d4605 100644
--- a/hindsight-clients/go/model_retry_operation_response.go
+++ b/hindsight-clients/go/model_retry_operation_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_source_facts_include_options.go b/hindsight-clients/go/model_source_facts_include_options.go
index 8a8fbe95..85a1aabb 100644
--- a/hindsight-clients/go/model_source_facts_include_options.go
+++ b/hindsight-clients/go/model_source_facts_include_options.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_tag_item.go b/hindsight-clients/go/model_tag_item.go
index 9525ed4f..bc97a586 100644
--- a/hindsight-clients/go/model_tag_item.go
+++ b/hindsight-clients/go/model_tag_item.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_timestamp.go b/hindsight-clients/go/model_timestamp.go
index 94a930e0..9742a804 100644
--- a/hindsight-clients/go/model_timestamp.go
+++ b/hindsight-clients/go/model_timestamp.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_token_usage.go b/hindsight-clients/go/model_token_usage.go
index d30a98dc..1d0d424e 100644
--- a/hindsight-clients/go/model_token_usage.go
+++ b/hindsight-clients/go/model_token_usage.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_tool_calls_include_options.go b/hindsight-clients/go/model_tool_calls_include_options.go
index 962750d2..9cb1015a 100644
--- a/hindsight-clients/go/model_tool_calls_include_options.go
+++ b/hindsight-clients/go/model_tool_calls_include_options.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_update_directive_request.go b/hindsight-clients/go/model_update_directive_request.go
index ddcde29a..bd2b6d4c 100644
--- a/hindsight-clients/go/model_update_directive_request.go
+++ b/hindsight-clients/go/model_update_directive_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_update_disposition_request.go b/hindsight-clients/go/model_update_disposition_request.go
index febbe5b4..7d3eff00 100644
--- a/hindsight-clients/go/model_update_disposition_request.go
+++ b/hindsight-clients/go/model_update_disposition_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_update_document_request.go b/hindsight-clients/go/model_update_document_request.go
index 5bb5be94..cddd1dae 100644
--- a/hindsight-clients/go/model_update_document_request.go
+++ b/hindsight-clients/go/model_update_document_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_update_document_response.go b/hindsight-clients/go/model_update_document_response.go
index 55c11a45..90491de7 100644
--- a/hindsight-clients/go/model_update_document_response.go
+++ b/hindsight-clients/go/model_update_document_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_update_mental_model_request.go b/hindsight-clients/go/model_update_mental_model_request.go
index 73dae732..c3e3a58b 100644
--- a/hindsight-clients/go/model_update_mental_model_request.go
+++ b/hindsight-clients/go/model_update_mental_model_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_update_webhook_request.go b/hindsight-clients/go/model_update_webhook_request.go
index ce236046..5c51bff9 100644
--- a/hindsight-clients/go/model_update_webhook_request.go
+++ b/hindsight-clients/go/model_update_webhook_request.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_validation_error.go b/hindsight-clients/go/model_validation_error.go
index ace57c4c..7c0d0333 100644
--- a/hindsight-clients/go/model_validation_error.go
+++ b/hindsight-clients/go/model_validation_error.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_validation_error_loc_inner.go b/hindsight-clients/go/model_validation_error_loc_inner.go
index 250fc64b..cb916bef 100644
--- a/hindsight-clients/go/model_validation_error_loc_inner.go
+++ b/hindsight-clients/go/model_validation_error_loc_inner.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_version_response.go b/hindsight-clients/go/model_version_response.go
index 7e045782..0a8b293e 100644
--- a/hindsight-clients/go/model_version_response.go
+++ b/hindsight-clients/go/model_version_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_webhook_delivery_list_response.go b/hindsight-clients/go/model_webhook_delivery_list_response.go
index d350f32f..2eb127c7 100644
--- a/hindsight-clients/go/model_webhook_delivery_list_response.go
+++ b/hindsight-clients/go/model_webhook_delivery_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_webhook_delivery_response.go b/hindsight-clients/go/model_webhook_delivery_response.go
index 3811a7aa..c716ba61 100644
--- a/hindsight-clients/go/model_webhook_delivery_response.go
+++ b/hindsight-clients/go/model_webhook_delivery_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_webhook_http_config.go b/hindsight-clients/go/model_webhook_http_config.go
index 73f7fed1..93a40171 100644
--- a/hindsight-clients/go/model_webhook_http_config.go
+++ b/hindsight-clients/go/model_webhook_http_config.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_webhook_list_response.go b/hindsight-clients/go/model_webhook_list_response.go
index ce275570..a5f65730 100644
--- a/hindsight-clients/go/model_webhook_list_response.go
+++ b/hindsight-clients/go/model_webhook_list_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/model_webhook_response.go b/hindsight-clients/go/model_webhook_response.go
index e1ce1029..a5ab104d 100644
--- a/hindsight-clients/go/model_webhook_response.go
+++ b/hindsight-clients/go/model_webhook_response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/response.go b/hindsight-clients/go/response.go
index 57008e10..00fc533a 100644
--- a/hindsight-clients/go/response.go
+++ b/hindsight-clients/go/response.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/go/utils.go b/hindsight-clients/go/utils.go
index eb4b692f..0d31f00e 100644
--- a/hindsight-clients/go/utils.go
+++ b/hindsight-clients/go/utils.go
@@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight
-API version: 0.4.16
+API version: 0.4.17
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/hindsight-clients/python/hindsight_client_api/__init__.py b/hindsight-clients/python/hindsight_client_api/__init__.py
index 12c15be5..6f26a464 100644
--- a/hindsight-clients/python/hindsight_client_api/__init__.py
+++ b/hindsight-clients/python/hindsight_client_api/__init__.py
@@ -7,7 +7,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/banks_api.py b/hindsight-clients/python/hindsight_client_api/api/banks_api.py
index 6c3523af..5031fa88 100644
--- a/hindsight-clients/python/hindsight_client_api/api/banks_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/banks_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/directives_api.py b/hindsight-clients/python/hindsight_client_api/api/directives_api.py
index c27d2b2d..3182a7ef 100644
--- a/hindsight-clients/python/hindsight_client_api/api/directives_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/directives_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/documents_api.py b/hindsight-clients/python/hindsight_client_api/api/documents_api.py
index 8b739e8a..0a7e8281 100644
--- a/hindsight-clients/python/hindsight_client_api/api/documents_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/documents_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/entities_api.py b/hindsight-clients/python/hindsight_client_api/api/entities_api.py
index 70e30aa2..5c61b768 100644
--- a/hindsight-clients/python/hindsight_client_api/api/entities_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/entities_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/files_api.py b/hindsight-clients/python/hindsight_client_api/api/files_api.py
index 4b5b23f1..4b9fcf35 100644
--- a/hindsight-clients/python/hindsight_client_api/api/files_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/files_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/memory_api.py b/hindsight-clients/python/hindsight_client_api/api/memory_api.py
index f9d256af..7c0c8816 100644
--- a/hindsight-clients/python/hindsight_client_api/api/memory_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/memory_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py b/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py
index 99d4e10a..ac06f7f3 100644
--- a/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py b/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py
index 9d77ff6f..0cba7e2b 100644
--- a/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/operations_api.py b/hindsight-clients/python/hindsight_client_api/api/operations_api.py
index ac11da50..84ae460b 100644
--- a/hindsight-clients/python/hindsight_client_api/api/operations_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/operations_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py b/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py
index 7240883a..20080530 100644
--- a/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py
+++ b/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/api_client.py b/hindsight-clients/python/hindsight_client_api/api_client.py
index a64782b2..69ef0a22 100644
--- a/hindsight-clients/python/hindsight_client_api/api_client.py
+++ b/hindsight-clients/python/hindsight_client_api/api_client.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/configuration.py b/hindsight-clients/python/hindsight_client_api/configuration.py
index a66998bc..1ab04496 100644
--- a/hindsight-clients/python/hindsight_client_api/configuration.py
+++ b/hindsight-clients/python/hindsight_client_api/configuration.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
@@ -489,7 +489,7 @@ class Configuration:
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
- "Version of the API: 0.4.16\n"\
+ "Version of the API: 0.4.17\n"\
"SDK Package Version: 0.0.7".\
format(env=sys.platform, pyversion=sys.version)
diff --git a/hindsight-clients/python/hindsight_client_api/exceptions.py b/hindsight-clients/python/hindsight_client_api/exceptions.py
index 5b0c85c9..cbfd4b2f 100644
--- a/hindsight-clients/python/hindsight_client_api/exceptions.py
+++ b/hindsight-clients/python/hindsight_client_api/exceptions.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/__init__.py b/hindsight-clients/python/hindsight_client_api/models/__init__.py
index 29c3ad1d..f7a63e30 100644
--- a/hindsight-clients/python/hindsight_client_api/models/__init__.py
+++ b/hindsight-clients/python/hindsight_client_api/models/__init__.py
@@ -6,7 +6,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/add_background_request.py b/hindsight-clients/python/hindsight_client_api/models/add_background_request.py
index aaff9360..ca700ced 100644
--- a/hindsight-clients/python/hindsight_client_api/models/add_background_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/add_background_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py b/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py
index 36e4bbb4..b223f069 100644
--- a/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/background_response.py b/hindsight-clients/python/hindsight_client_api/models/background_response.py
index a6694065..25a6f365 100644
--- a/hindsight-clients/python/hindsight_client_api/models/background_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/background_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py
index 11355daf..03e1c401 100644
--- a/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py b/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py
index d13b4c50..feb40fc0 100644
--- a/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py
+++ b/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py b/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py
index 2ac03057..b2b3202d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py
+++ b/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py
index 072db19f..ffff22fb 100644
--- a/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py
index e41a99c8..529e8469 100644
--- a/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py
index ac267b4f..f8371bfa 100644
--- a/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/budget.py b/hindsight-clients/python/hindsight_client_api/models/budget.py
index 12d194b0..a452f4ae 100644
--- a/hindsight-clients/python/hindsight_client_api/models/budget.py
+++ b/hindsight-clients/python/hindsight_client_api/models/budget.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py b/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py
index ba87c897..992680df 100644
--- a/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py b/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py
index 9a4dc8e5..f930ecd3 100644
--- a/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py
+++ b/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/chunk_data.py b/hindsight-clients/python/hindsight_client_api/models/chunk_data.py
index b5be9e0a..a36afd8d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/chunk_data.py
+++ b/hindsight-clients/python/hindsight_client_api/models/chunk_data.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py b/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py
index 1079a52a..5d98aea9 100644
--- a/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py
+++ b/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/chunk_response.py b/hindsight-clients/python/hindsight_client_api/models/chunk_response.py
index 6ad871c0..bd224dee 100644
--- a/hindsight-clients/python/hindsight_client_api/models/chunk_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/chunk_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py b/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py
index ee322bee..257cd175 100644
--- a/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py b/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py
index 44d130c5..d038fcfc 100644
--- a/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py b/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py
index d912b257..231a8ea6 100644
--- a/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py b/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py
index 5f4f5b10..a2b6f6a9 100644
--- a/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py
index 88ac8d99..87f6ddc8 100644
--- a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py
index f2d71947..15fff0ff 100644
--- a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py b/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py
index be6d7b4d..59ad1cdd 100644
--- a/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py b/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py
index d2d25428..9b16a618 100644
--- a/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/delete_response.py b/hindsight-clients/python/hindsight_client_api/models/delete_response.py
index 182054f2..4177e28d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/delete_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/delete_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py b/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py
index 176c5228..853af46a 100644
--- a/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/directive_response.py b/hindsight-clients/python/hindsight_client_api/models/directive_response.py
index 5291f5c5..3b924b09 100644
--- a/hindsight-clients/python/hindsight_client_api/models/directive_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/directive_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py b/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py
index 9d47f673..c1e198dc 100644
--- a/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py
+++ b/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/document_response.py b/hindsight-clients/python/hindsight_client_api/models/document_response.py
index 4fef9559..21464de3 100644
--- a/hindsight-clients/python/hindsight_client_api/models/document_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/document_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py
index 78a57afe..a92558ce 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py b/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py
index 44611bed..b0274721 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_input.py b/hindsight-clients/python/hindsight_client_api/models/entity_input.py
index 7ea7af33..7930dc78 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_input.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_input.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py b/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py
index 60ffac08..5ce6f94e 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py
index d077cdb4..363a35a1 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py
index 5acb0b01..7506ff67 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py
index 20d88add..b021c1ef 100644
--- a/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/features_info.py b/hindsight-clients/python/hindsight_client_api/models/features_info.py
index ef1f3012..92c0566d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/features_info.py
+++ b/hindsight-clients/python/hindsight_client_api/models/features_info.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py b/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py
index 66802ff8..04b3080f 100644
--- a/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py b/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py
index c538857f..88c5b490 100644
--- a/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py b/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py
index cbbef329..9147fe24 100644
--- a/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py
+++ b/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/include_options.py b/hindsight-clients/python/hindsight_client_api/models/include_options.py
index 5034dff8..4f1c99f5 100644
--- a/hindsight-clients/python/hindsight_client_api/models/include_options.py
+++ b/hindsight-clients/python/hindsight_client_api/models/include_options.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py b/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py
index 641fc6e4..e1c73c04 100644
--- a/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py b/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py
index a89d7ef2..de823db0 100644
--- a/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py b/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py
index 9927a80e..6ed61e37 100644
--- a/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/memory_item.py b/hindsight-clients/python/hindsight_client_api/models/memory_item.py
index 36357909..669e3097 100644
--- a/hindsight-clients/python/hindsight_client_api/models/memory_item.py
+++ b/hindsight-clients/python/hindsight_client_api/models/memory_item.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py b/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py
index 0593fafb..06f6036b 100644
--- a/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py b/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py
index 298ab306..a1e3bd01 100644
--- a/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py b/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py
index d9006fd1..408e2a12 100644
--- a/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py
+++ b/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py b/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py
index d29fb506..1ae2a494 100644
--- a/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py
+++ b/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/operation_response.py b/hindsight-clients/python/hindsight_client_api/models/operation_response.py
index bd51e62b..13c92f5e 100644
--- a/hindsight-clients/python/hindsight_client_api/models/operation_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/operation_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py b/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py
index 6daff058..948cba19 100644
--- a/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py b/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py
index d36df94b..7b7dd83f 100644
--- a/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_request.py b/hindsight-clients/python/hindsight_client_api/models/recall_request.py
index cec5a7e3..7bc5fa6f 100644
--- a/hindsight-clients/python/hindsight_client_api/models/recall_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/recall_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_response.py b/hindsight-clients/python/hindsight_client_api/models/recall_response.py
index ab96dc8a..c178cb51 100644
--- a/hindsight-clients/python/hindsight_client_api/models/recall_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/recall_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_result.py b/hindsight-clients/python/hindsight_client_api/models/recall_result.py
index 0402734c..241179e0 100644
--- a/hindsight-clients/python/hindsight_client_api/models/recall_result.py
+++ b/hindsight-clients/python/hindsight_client_api/models/recall_result.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py b/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py
index a72d4013..286655bb 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py b/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py
index 2029ee93..fb1956e9 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py b/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py
index 7505976c..99c6d181 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py b/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py
index a1d58e16..6b47535d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py b/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py
index 14a66d1f..6b3f0e40 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py b/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py
index a476a616..0aaa8350 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_request.py b/hindsight-clients/python/hindsight_client_api/models/reflect_request.py
index 8089cc07..30a3ed8d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_response.py b/hindsight-clients/python/hindsight_client_api/models/reflect_response.py
index 69fd9e87..cc24c4a9 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py b/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py
index bca8b6b9..b767511a 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py b/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py
index 0fe847ae..6accae92 100644
--- a/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py
+++ b/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/retain_request.py b/hindsight-clients/python/hindsight_client_api/models/retain_request.py
index 31a176a3..28ddc8a2 100644
--- a/hindsight-clients/python/hindsight_client_api/models/retain_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/retain_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/retain_response.py b/hindsight-clients/python/hindsight_client_api/models/retain_response.py
index f0106427..c79a2edf 100644
--- a/hindsight-clients/python/hindsight_client_api/models/retain_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/retain_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py b/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py
index 3bfb4b8c..a4d60c5d 100644
--- a/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py b/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py
index cf91189c..dd09c2bd 100644
--- a/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py
+++ b/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/tag_item.py b/hindsight-clients/python/hindsight_client_api/models/tag_item.py
index 519d56dc..94ca4342 100644
--- a/hindsight-clients/python/hindsight_client_api/models/tag_item.py
+++ b/hindsight-clients/python/hindsight_client_api/models/tag_item.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/timestamp.py b/hindsight-clients/python/hindsight_client_api/models/timestamp.py
index 8cff6fb9..851363bb 100644
--- a/hindsight-clients/python/hindsight_client_api/models/timestamp.py
+++ b/hindsight-clients/python/hindsight_client_api/models/timestamp.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/token_usage.py b/hindsight-clients/python/hindsight_client_api/models/token_usage.py
index c04478c9..9f633fcc 100644
--- a/hindsight-clients/python/hindsight_client_api/models/token_usage.py
+++ b/hindsight-clients/python/hindsight_client_api/models/token_usage.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py b/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py
index 2f59b168..3bd60f1a 100644
--- a/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py
+++ b/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py b/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py
index 3588531f..489380a5 100644
--- a/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py b/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py
index c0001ef3..8a3f6ae5 100644
--- a/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/update_document_request.py b/hindsight-clients/python/hindsight_client_api/models/update_document_request.py
index dd0410a5..d12032b0 100644
--- a/hindsight-clients/python/hindsight_client_api/models/update_document_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/update_document_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/update_document_response.py b/hindsight-clients/python/hindsight_client_api/models/update_document_response.py
index 7e8861dc..fe9b1b45 100644
--- a/hindsight-clients/python/hindsight_client_api/models/update_document_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/update_document_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py b/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py
index 5c6afbdc..5f27254e 100644
--- a/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py b/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py
index 4a5ed4d4..fcdaa317 100644
--- a/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py
+++ b/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/validation_error.py b/hindsight-clients/python/hindsight_client_api/models/validation_error.py
index 2365d9ab..958b392a 100644
--- a/hindsight-clients/python/hindsight_client_api/models/validation_error.py
+++ b/hindsight-clients/python/hindsight_client_api/models/validation_error.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py b/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py
index 1b99e158..d551b83c 100644
--- a/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py
+++ b/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/version_response.py b/hindsight-clients/python/hindsight_client_api/models/version_response.py
index e7aa5e0b..887c2bfa 100644
--- a/hindsight-clients/python/hindsight_client_api/models/version_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/version_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py
index 49b04d2e..dd1da28f 100644
--- a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py
index 9af96764..d9034245 100644
--- a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py b/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py
index 343083aa..2985a6d4 100644
--- a/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py
+++ b/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py
index 480c9440..f6c82668 100644
--- a/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_response.py
index ab477c1d..ca61f886 100644
--- a/hindsight-clients/python/hindsight_client_api/models/webhook_response.py
+++ b/hindsight-clients/python/hindsight_client_api/models/webhook_response.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/hindsight_client_api/rest.py b/hindsight-clients/python/hindsight_client_api/rest.py
index 4b01c114..073c832f 100644
--- a/hindsight-clients/python/hindsight_client_api/rest.py
+++ b/hindsight-clients/python/hindsight_client_api/rest.py
@@ -5,7 +5,7 @@
HTTP API for Hindsight
- The version of the OpenAPI document: 0.4.16
+ The version of the OpenAPI document: 0.4.17
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
diff --git a/hindsight-clients/python/pyproject.toml b/hindsight-clients/python/pyproject.toml
index df5c8ca7..4905a6c3 100644
--- a/hindsight-clients/python/pyproject.toml
+++ b/hindsight-clients/python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hindsight-client"
-version = "0.4.16"
+version = "0.4.17"
description = "Python client for Hindsight - Semantic memory system with personality-driven thinking"
authors = [
{name = "Hindsight Team"}
diff --git a/hindsight-clients/typescript/package.json b/hindsight-clients/typescript/package.json
index f330b954..c6621efe 100644
--- a/hindsight-clients/typescript/package.json
+++ b/hindsight-clients/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@vectorize-io/hindsight-client",
- "version": "0.4.16",
+ "version": "0.4.17",
"description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
diff --git a/hindsight-control-plane/package.json b/hindsight-control-plane/package.json
index 1aca5c10..2c0b3abc 100644
--- a/hindsight-control-plane/package.json
+++ b/hindsight-control-plane/package.json
@@ -1,6 +1,6 @@
{
"name": "@vectorize-io/hindsight-control-plane",
- "version": "0.4.16",
+ "version": "0.4.17",
"description": "Control plane for Hindsight - Semantic memory system",
"bin": {
"hindsight-control-plane": "./bin/cli.js"
diff --git a/hindsight-dev/pyproject.toml b/hindsight-dev/pyproject.toml
index 40ff7db5..c4cf934e 100644
--- a/hindsight-dev/pyproject.toml
+++ b/hindsight-dev/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "hindsight-dev"
-version = "0.4.16"
+version = "0.4.17"
description = "Development utilities for Hindsight"
requires-python = ">=3.11"
dependencies = [
diff --git a/hindsight-docs/static/openapi.json b/hindsight-docs/static/openapi.json
index 4eacda1a..58f75395 100644
--- a/hindsight-docs/static/openapi.json
+++ b/hindsight-docs/static/openapi.json
@@ -10,7 +10,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
- "version": "0.4.16"
+ "version": "0.4.17"
},
"paths": {
"/health": {
diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/admin-cli.md b/hindsight-docs/versioned_docs/version-0.4/developer/admin-cli.md
index f2d59c29..e6d91e5f 100644
--- a/hindsight-docs/versioned_docs/version-0.4/developer/admin-cli.md
+++ b/hindsight-docs/versioned_docs/version-0.4/developer/admin-cli.md
@@ -16,7 +16,7 @@ uv add hindsight-api
### run-db-migration
-Run database migrations to the latest version. This is useful when you want to run migrations separately from API startup (e.g., in CI/CD pipelines or before deploying a new version).
+Run database migrations to the latest version. By default this migrates the base schema plus all tenant schemas discovered by the tenant extension. Use `--schema` for targeted migration of one schema. This is useful when you want to run migrations separately from API startup (e.g., in CI/CD pipelines or before deploying a new version).
```bash
hindsight-admin run-db-migration [OPTIONS]
@@ -26,12 +26,12 @@ hindsight-admin run-db-migration [OPTIONS]
| Option | Description | Default |
|--------|-------------|---------|
-| `--schema`, `-s` | Database schema to run migrations on | `public` |
+| `--schema`, `-s` | Database schema to run migrations on. If omitted, migrate the base schema plus all discovered tenant schemas. | All schemas |
**Examples:**
```bash
-# Run migrations on the default public schema
+# Run migrations on the base schema plus all discovered tenant schemas
hindsight-admin run-db-migration
# Run migrations on a specific tenant schema
@@ -189,4 +189,3 @@ The admin CLI uses the same environment variables as the API service. The most i
export HINDSIGHT_API_DATABASE_URL=postgresql://user:pass@localhost:5432/hindsight
hindsight-admin backup /backups/mybackup.zip
```
-
diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/api/documents.mdx b/hindsight-docs/versioned_docs/version-0.4/developer/api/documents.mdx
index bd3ea29c..cbbc5a13 100644
--- a/hindsight-docs/versioned_docs/version-0.4/developer/api/documents.mdx
+++ b/hindsight-docs/versioned_docs/version-0.4/developer/api/documents.mdx
@@ -107,6 +107,34 @@ hindsight document get my-bank meeting-2024-03-15
+## Update Document
+
+Update mutable fields on an existing document without re-processing the content. Currently supports updating `tags`.
+
+
+
+
+
+
+
+
+
+
+```bash
+# Replace tags with new values
+hindsight document update-tags my-bank meeting-2024-03-15 --tags team-a --tags team-b
+
+# Remove all tags
+hindsight document update-tags my-bank meeting-2024-03-15
+```
+
+
+
+
+:::info Observations are re-consolidated
+When tags change, any consolidated observations derived from the document's memories are invalidated and queued for re-consolidation under the new tags. Co-source memories from other documents that shared those observations are also reset.
+:::
+
## Delete Document
Remove a document and all its associated memories:
diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/api/memory-banks.mdx b/hindsight-docs/versioned_docs/version-0.4/developer/api/memory-banks.mdx
index 85bd477c..0ff99fca 100644
--- a/hindsight-docs/versioned_docs/version-0.4/developer/api/memory-banks.mdx
+++ b/hindsight-docs/versioned_docs/version-0.4/developer/api/memory-banks.mdx
@@ -81,6 +81,12 @@ Controls how aggressively facts are extracted:
Only active when `retain_extraction_mode` is `custom`. Replaces the built-in extraction rules entirely with your own instructions.
+### retain_chunk_size
+
+Maximum number of characters per chunk when splitting content for fact extraction. Larger chunks mean fewer LLM calls but may reduce extraction quality on long inputs; smaller chunks improve granularity at the cost of more calls.
+
+Default: `3000`
+
See [Retain configuration](/developer/configuration#retain) for environment variable names and defaults.
### entity_labels {#entity-labels}
@@ -164,9 +170,21 @@ e.g. Observations are stable facts about people and projects.
Ignore one-off events and ephemeral state.
```
+### consolidation_llm_batch_size
+
+Number of facts sent to the LLM in a single consolidation call. Higher values reduce LLM calls and improve throughput at the cost of larger prompts. Set to `1` to disable batching. Leave unset to use the server default (`8`).
+
+### consolidation_source_facts_max_tokens
+
+Total token budget for source facts included with observations in the consolidation prompt. Source facts give the LLM evidence to compare new facts against existing observations. `-1` = unlimited. Leave unset to use the server default (`-1`).
+
+### consolidation_source_facts_max_tokens_per_observation
+
+Per-observation token cap for source facts in the consolidation prompt. Each observation independently gets at most this many tokens of source facts, preventing a single observation with many source facts from consuming the entire budget. `-1` = unlimited. Leave unset to use the server default (`256`).
+
See [Observations configuration](/developer/configuration#observations) for environment variable names and defaults.
-### mission
+### reflect_mission
A first-person narrative that provides identity and framing context for `reflect`. The agent uses this to ground its reasoning and apply a consistent perspective.
@@ -216,9 +234,32 @@ How much to weight emotional context when reasoning during `reflect`. Scale 1–
| `5` | Empathetic — considers emotional context |
:::info
-Disposition traits and `mission` only affect the `reflect` operation. `retain_mission` and `observations_mission` are separate per-operation settings.
+Disposition traits and `reflect_mission` only affect the `reflect` operation. `retain_mission` and `observations_mission` are separate per-operation settings.
:::
+### mcp_enabled_tools
+
+An allowlist of MCP tool names that are enabled for this bank. When set, only the listed tools can be invoked; any tool not in the list returns an error (tools still appear in the MCP tools list for protocol compatibility). Set to `null` (or omit) to allow all tools.
+
+```json
+["recall", "reflect"]
+```
+
+Available tool names: `retain`, `recall`, `reflect`, `list_banks`, `create_bank`, `list_mental_models`, `get_mental_model`, `create_mental_model`, `update_mental_model`, `delete_mental_model`, `refresh_mental_model`, `list_directives`, `create_directive`, `delete_directive`, `list_memories`, `get_memory`, `delete_memory`, `list_documents`, `get_document`, `delete_document`, `list_operations`, `get_operation`, `cancel_operation`, `list_tags`, `get_bank`, `get_bank_stats`, `update_bank`, `delete_bank`, `clear_memories`.
+
+### llm_gemini_safety_settings
+
+Controls content filtering thresholds for Gemini and VertexAI providers. Accepts a list of safety setting objects in the [Google AI safety settings format](https://ai.google.dev/api/generate-content#v1beta.SafetySetting). When `null` (default), Gemini's built-in safety defaults are used.
+
+```json
+[
+ {"category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE"},
+ {"category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE"}
+]
+```
+
+Only applies when `HINDSIGHT_API_LLM_PROVIDER` is `gemini` or `vertexai`.
+
---
## Updating Configuration
diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/api/mental-models.mdx b/hindsight-docs/versioned_docs/version-0.4/developer/api/mental-models.mdx
index 8873ac54..4a0b3ca2 100644
--- a/hindsight-docs/versioned_docs/version-0.4/developer/api/mental-models.mdx
+++ b/hindsight-docs/versioned_docs/version-0.4/developer/api/mental-models.mdx
@@ -272,6 +272,33 @@ For more details on tag matching modes (`any`, `any_strict`, `all`, `all_strict`
---
+## History
+
+Every time a mental model's content changes (via refresh or manual update), the previous version is saved with a timestamp. You can retrieve the full change log with the history endpoint:
+
+
+
+
+
+
+
+### Response
+
+The endpoint returns a list of history entries, most recent first:
+
+| Field | Type | Description |
+|-------|------|-------------|
+| `previous_content` | string \| null | The content before this change (`null` if not available) |
+| `changed_at` | string | ISO 8601 timestamp of when the change occurred |
+
+Each entry captures the **content before the change** and when it happened. The current content is returned by the standard [Get a Mental Model](#get-a-mental-model) endpoint.
+
+:::note
+History tracking is enabled by default. Set `HINDSIGHT_API_ENABLE_MENTAL_MODEL_HISTORY=false` to disable it.
+:::
+
+---
+
## Use Cases
| Use Case | Example |
diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/api/operations.md b/hindsight-docs/versioned_docs/version-0.4/developer/api/operations.md
index 76540b08..5a4dc950 100644
--- a/hindsight-docs/versioned_docs/version-0.4/developer/api/operations.md
+++ b/hindsight-docs/versioned_docs/version-0.4/developer/api/operations.md
@@ -88,6 +88,33 @@ Response:
| `completed` | Operation finished successfully |
| `failed` | Operation failed (check `error_message` for details) |
+## Managing Operations
+
+### Cancel a pending operation
+
+```bash
+curl -X DELETE "http://localhost:8000/v1/default/banks/my-bank/operations/550e8400-e29b-41d4-a716-446655440000"
+```
+
+### Retry a failed operation
+
+If an operation fails, you can manually re-queue it for execution:
+
+```bash
+curl -X POST "http://localhost:8000/v1/default/banks/my-bank/operations/550e8400-e29b-41d4-a716-446655440000/retry"
+```
+
+Response:
+```json
+{
+ "success": true,
+ "message": "Operation 550e8400-e29b-41d4-a716-446655440000 queued for retry",
+ "operation_id": "550e8400-e29b-41d4-a716-446655440000"
+}
+```
+
+The operation status resets to `pending` and the worker picks it up again. Returns `409` if the operation is not in `failed` state.
+
## Next Steps
- [**Documents**](./documents) — Track document sources
diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/configuration.md b/hindsight-docs/versioned_docs/version-0.4/developer/configuration.md
index 4e642092..43f3368c 100644
--- a/hindsight-docs/versioned_docs/version-0.4/developer/configuration.md
+++ b/hindsight-docs/versioned_docs/version-0.4/developer/configuration.md
@@ -52,8 +52,10 @@ For high-concurrency workloads, increase `DB_POOL_MAX_SIZE`. Each concurrent rec
To run migrations manually (e.g., before starting the API), use the admin CLI:
```bash
+# Migrate the base schema plus all discovered tenant schemas
hindsight-admin run-db-migration
-# Or for a specific schema:
+
+# Or migrate a specific schema only:
hindsight-admin run-db-migration --schema tenant_acme
```
@@ -531,6 +533,7 @@ For advanced authentication (JWT, OAuth, multi-tenant schemas), implement a cust
| `HINDSIGHT_API_RERANKER_MAX_CANDIDATES` | Max candidates to rerank per recall (RRF pre-filters the rest) | `300` |
| `HINDSIGHT_API_MPFP_TOP_K_NEIGHBORS` | Fan-out limit per node in MPFP graph traversal | `20` |
| `HINDSIGHT_API_MENTAL_MODEL_REFRESH_CONCURRENCY` | Max concurrent mental model refreshes | `8` |
+| `HINDSIGHT_API_ENABLE_MENTAL_MODEL_HISTORY` | Track history of content changes to each mental model (previous content + timestamp). Disable to reduce storage if audit trails are not needed. | `true` |
#### Graph Retrieval Algorithms
@@ -603,11 +606,37 @@ Configuration for the file upload and conversion pipeline (used by `POST /v1/def
| Variable | Description | Default |
|----------|-------------|---------|
| `HINDSIGHT_API_ENABLE_FILE_UPLOAD_API` | Enable the file upload API endpoint | `true` |
-| `HINDSIGHT_API_FILE_PARSER` | File parser to use (`markitdown`, `iris`) | `markitdown` |
+| `HINDSIGHT_API_FILE_PARSER` | Server-side default parser or fallback chain (comma-separated, e.g. `iris,markitdown`) | `markitdown` |
+| `HINDSIGHT_API_FILE_PARSER_ALLOWLIST` | Comma-separated list of parsers clients are allowed to request. If not set, all registered parsers are allowed. | — |
| `HINDSIGHT_API_FILE_CONVERSION_MAX_BATCH_SIZE` | Max files per upload request | `10` |
| `HINDSIGHT_API_FILE_CONVERSION_MAX_BATCH_SIZE_MB` | Max total upload size per request (MB) | `100` |
| `HINDSIGHT_API_FILE_DELETE_AFTER_RETAIN` | Delete stored files after memory extraction completes | `true` |
+#### Parser selection
+
+Clients can override the server default by passing `parser` in the request body of `POST /v1/default/banks/{bank_id}/files/retain`. Both the server default and the per-request field accept a single parser name or an ordered **fallback chain** — each parser is tried in sequence until one succeeds.
+
+```bash
+# Server default: try iris first, fall back to markitdown if iris fails
+export HINDSIGHT_API_FILE_PARSER=iris,markitdown
+
+# Restrict what clients may request (optional — defaults to all registered parsers)
+export HINDSIGHT_API_FILE_PARSER_ALLOWLIST=markitdown,iris
+```
+
+```json
+// Per-request override (in the JSON body of the file retain endpoint)
+{
+ "parser": "iris",
+ "files_metadata": [
+ { "document_id": "report" },
+ { "document_id": "fallback_doc", "parser": ["iris", "markitdown"] }
+ ]
+}
+```
+
+Clients that request a parser not in the allowlist receive HTTP 400.
+
#### Parser: markitdown (default)
Local file-to-markdown conversion using [Microsoft's markitdown](https://github.com/microsoft/markitdown). No external service required.
@@ -626,10 +655,13 @@ Cloud-based extraction via [Vectorize Iris](https://docs.vectorize.io/build-depl
**Supported formats:** PDF, DOCX, DOC, PPTX, PPT, XLSX, XLS, images (JPG, JPEG, PNG, GIF, BMP, TIFF, WEBP), HTML, TXT, MD, CSV.
```bash
-# Use iris parser (requires Vectorize account)
+# Use iris as the only parser
export HINDSIGHT_API_FILE_PARSER=iris
export HINDSIGHT_API_FILE_PARSER_IRIS_TOKEN=your-vectorize-token
export HINDSIGHT_API_FILE_PARSER_IRIS_ORG_ID=your-org-id
+
+# Or: try iris first, fall back to markitdown if iris fails or rejects the file type
+export HINDSIGHT_API_FILE_PARSER=iris,markitdown
```
```bash
@@ -733,9 +765,12 @@ Observations are consolidated knowledge synthesized from facts.
| Variable | Description | Default |
|----------|-------------|---------|
| `HINDSIGHT_API_ENABLE_OBSERVATIONS` | Enable observation consolidation | `true` |
+| `HINDSIGHT_API_ENABLE_OBSERVATION_HISTORY` | Track history of changes to each observation (previous content + timestamp). Disable to reduce storage if audit trails are not needed. | `true` |
| `HINDSIGHT_API_CONSOLIDATION_BATCH_SIZE` | Memories to load per batch (internal optimization) | `50` |
| `HINDSIGHT_API_CONSOLIDATION_MAX_TOKENS` | Max tokens for recall when finding related observations during consolidation | `1024` |
-| `HINDSIGHT_API_CONSOLIDATION_LLM_BATCH_SIZE` | Number of facts sent to the LLM in a single consolidation call. Higher values reduce LLM calls and improve throughput at the cost of larger prompts. Set to `1` to disable batching. | `8` |
+| `HINDSIGHT_API_CONSOLIDATION_LLM_BATCH_SIZE` | Number of facts sent to the LLM in a single consolidation call. Higher values reduce LLM calls and improve throughput at the cost of larger prompts. Set to `1` to disable batching. Configurable per bank. | `8` |
+| `HINDSIGHT_API_CONSOLIDATION_SOURCE_FACTS_MAX_TOKENS` | Total token budget for source facts included with observations in the consolidation prompt. `-1` = unlimited. Configurable per bank. | `-1` |
+| `HINDSIGHT_API_CONSOLIDATION_SOURCE_FACTS_MAX_TOKENS_PER_OBSERVATION` | Per-observation token cap for source facts in the consolidation prompt. Each observation independently gets at most this many tokens of source facts. `-1` = unlimited. Configurable per bank. | `256` |
| `HINDSIGHT_API_OBSERVATIONS_MISSION` | What this bank should synthesise into durable observations. Replaces the built-in consolidation rules — leave unset to use the server default. | - |
#### Customizing observations: when to use what
diff --git a/hindsight-embed/hindsight_embed/__init__.py b/hindsight-embed/hindsight_embed/__init__.py
index 5e0e39db..8af58b87 100644
--- a/hindsight-embed/hindsight_embed/__init__.py
+++ b/hindsight-embed/hindsight_embed/__init__.py
@@ -3,7 +3,7 @@
from .daemon_embed_manager import DaemonEmbedManager
from .embed_manager import EmbedManager
-__version__ = "0.4.16"
+__version__ = "0.4.17"
__all__ = [
"EmbedManager",
diff --git a/hindsight-embed/pyproject.toml b/hindsight-embed/pyproject.toml
index 15ac36f1..73d176d5 100644
--- a/hindsight-embed/pyproject.toml
+++ b/hindsight-embed/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "hindsight-embed"
-version = "0.4.16"
+version = "0.4.17"
description = "Hindsight embedded CLI - local memory operations without a server"
readme = "README.md"
requires-python = ">=3.11"
diff --git a/hindsight-integrations/ai-sdk/package.json b/hindsight-integrations/ai-sdk/package.json
index 50a57ed9..d8d76e71 100644
--- a/hindsight-integrations/ai-sdk/package.json
+++ b/hindsight-integrations/ai-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@vectorize-io/hindsight-ai-sdk",
- "version": "0.4.16",
+ "version": "0.4.17",
"description": "Hindsight memory integration for Vercel AI SDK - Give your AI agents persistent, human-like memory",
"main": "dist/index.js",
"types": "dist/index.d.ts",
diff --git a/hindsight-integrations/chat/package.json b/hindsight-integrations/chat/package.json
index 168345f0..ed42bf99 100644
--- a/hindsight-integrations/chat/package.json
+++ b/hindsight-integrations/chat/package.json
@@ -1,6 +1,6 @@
{
"name": "@vectorize-io/hindsight-chat",
- "version": "0.4.16",
+ "version": "0.4.17",
"description": "Hindsight memory integration for Vercel Chat SDK - Give your chat bots persistent, per-user memory",
"main": "dist/index.js",
"types": "dist/index.d.ts",
diff --git a/hindsight-integrations/crewai/pyproject.toml b/hindsight-integrations/crewai/pyproject.toml
index 919c2ccb..0dabd02b 100644
--- a/hindsight-integrations/crewai/pyproject.toml
+++ b/hindsight-integrations/crewai/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hindsight-crewai"
-version = "0.4.16"
+version = "0.4.17"
description = "CrewAI memory integration via Hindsight - persistent memory for AI agent crews"
readme = "README.md"
requires-python = ">=3.10"
diff --git a/hindsight-integrations/litellm/pyproject.toml b/hindsight-integrations/litellm/pyproject.toml
index d71cfd2f..f9e2ef25 100644
--- a/hindsight-integrations/litellm/pyproject.toml
+++ b/hindsight-integrations/litellm/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hindsight-litellm"
-version = "0.4.16"
+version = "0.4.17"
description = "Universal LLM memory integration via LiteLLM - works with 100+ providers"
readme = "README.md"
requires-python = ">=3.10"
diff --git a/hindsight-integrations/openclaw/package.json b/hindsight-integrations/openclaw/package.json
index 11508814..289cb868 100644
--- a/hindsight-integrations/openclaw/package.json
+++ b/hindsight-integrations/openclaw/package.json
@@ -1,6 +1,6 @@
{
"name": "@vectorize-io/hindsight-openclaw",
- "version": "0.4.16",
+ "version": "0.4.17",
"description": "Hindsight memory plugin for OpenClaw - biomimetic long-term memory with fact extraction",
"main": "dist/index.js",
"types": "dist/index.d.ts",
diff --git a/hindsight-integrations/pydantic-ai/pyproject.toml b/hindsight-integrations/pydantic-ai/pyproject.toml
index b532aa43..aac7c65b 100644
--- a/hindsight-integrations/pydantic-ai/pyproject.toml
+++ b/hindsight-integrations/pydantic-ai/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hindsight-pydantic-ai"
-version = "0.4.16"
+version = "0.4.17"
description = "Pydantic AI integration for Hindsight - persistent memory tools for AI agents"
requires-python = ">=3.10"
license = { text = "MIT" }
diff --git a/hindsight/pyproject.toml b/hindsight/pyproject.toml
index 90e4e1a2..41ff1287 100644
--- a/hindsight/pyproject.toml
+++ b/hindsight/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "hindsight-all"
-version = "0.4.16"
+version = "0.4.17"
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
readme = "README.md"
requires-python = ">=3.11"
diff --git a/skills/hindsight-docs/references/developer/api/documents.md b/skills/hindsight-docs/references/developer/api/documents.md
index c6d16d03..09a44334 100644
--- a/skills/hindsight-docs/references/developer/api/documents.md
+++ b/skills/hindsight-docs/references/developer/api/documents.md
@@ -179,6 +179,54 @@ console.log(`Created: ${doc.created_at}`);
hindsight document get my-bank meeting-2024-03-15
```
+## Update Document
+
+Update mutable fields on an existing document without re-processing the content. Currently supports updating `tags`.
+
+### Python
+
+```python
+# Original
+client.retain(
+ bank_id="my-bank",
+ content="Project deadline: March 31",
+ document_id="project-plan"
+)
+
+# Update (deletes old facts, creates new ones)
+client.retain(
+ bank_id="my-bank",
+ content="Project deadline: April 15 (extended)",
+ document_id="project-plan"
+)
+```
+
+### Node.js
+
+```javascript
+// Original
+await client.retain('my-bank', 'Project deadline: March 31', {
+ document_id: 'project-plan'
+});
+
+// Update
+await client.retain('my-bank', 'Project deadline: April 15 (extended)', {
+ document_id: 'project-plan'
+});
+```
+
+### CLI
+
+```bash
+# Replace tags with new values
+hindsight document update-tags my-bank meeting-2024-03-15 --tags team-a --tags team-b
+
+# Remove all tags
+hindsight document update-tags my-bank meeting-2024-03-15
+```
+
+:::info Observations are re-consolidated
+When tags change, any consolidated observations derived from the document's memories are invalidated and queued for re-consolidation under the new tags. Co-source memories from other documents that shared those observations are also reset.
## Delete Document
Remove a document and all its associated memories:
diff --git a/skills/hindsight-docs/references/developer/api/memory-banks.md b/skills/hindsight-docs/references/developer/api/memory-banks.md
index 01060055..8f9fee68 100644
--- a/skills/hindsight-docs/references/developer/api/memory-banks.md
+++ b/skills/hindsight-docs/references/developer/api/memory-banks.md
@@ -71,6 +71,12 @@ Controls how aggressively facts are extracted:
Only active when `retain_extraction_mode` is `custom`. Replaces the built-in extraction rules entirely with your own instructions.
+### retain_chunk_size
+
+Maximum number of characters per chunk when splitting content for fact extraction. Larger chunks mean fewer LLM calls but may reduce extraction quality on long inputs; smaller chunks improve granularity at the cost of more calls.
+
+Default: `3000`
+
See [Retain configuration](/developer/configuration#retain) for environment variable names and defaults.
### entity_labels {#entity-labels}
@@ -154,9 +160,21 @@ e.g. Observations are stable facts about people and projects.
Ignore one-off events and ephemeral state.
```
+### consolidation_llm_batch_size
+
+Number of facts sent to the LLM in a single consolidation call. Higher values reduce LLM calls and improve throughput at the cost of larger prompts. Set to `1` to disable batching. Leave unset to use the server default (`8`).
+
+### consolidation_source_facts_max_tokens
+
+Total token budget for source facts included with observations in the consolidation prompt. Source facts give the LLM evidence to compare new facts against existing observations. `-1` = unlimited. Leave unset to use the server default (`-1`).
+
+### consolidation_source_facts_max_tokens_per_observation
+
+Per-observation token cap for source facts in the consolidation prompt. Each observation independently gets at most this many tokens of source facts, preventing a single observation with many source facts from consuming the entire budget. `-1` = unlimited. Leave unset to use the server default (`256`).
+
See [Observations configuration](/developer/configuration#observations) for environment variable names and defaults.
-### mission
+### reflect_mission
A first-person narrative that provides identity and framing context for `reflect`. The agent uses this to ground its reasoning and apply a consistent perspective.
@@ -223,7 +241,30 @@ How much to weight emotional context when reasoning during `reflect`. Scale 1–
| `5` | Empathetic — considers emotional context |
:::info
-Disposition traits and `mission` only affect the `reflect` operation. `retain_mission` and `observations_mission` are separate per-operation settings.
+Disposition traits and `reflect_mission` only affect the `reflect` operation. `retain_mission` and `observations_mission` are separate per-operation settings.
+### mcp_enabled_tools
+
+An allowlist of MCP tool names that are enabled for this bank. When set, only the listed tools can be invoked; any tool not in the list returns an error (tools still appear in the MCP tools list for protocol compatibility). Set to `null` (or omit) to allow all tools.
+
+```json
+["recall", "reflect"]
+```
+
+Available tool names: `retain`, `recall`, `reflect`, `list_banks`, `create_bank`, `list_mental_models`, `get_mental_model`, `create_mental_model`, `update_mental_model`, `delete_mental_model`, `refresh_mental_model`, `list_directives`, `create_directive`, `delete_directive`, `list_memories`, `get_memory`, `delete_memory`, `list_documents`, `get_document`, `delete_document`, `list_operations`, `get_operation`, `cancel_operation`, `list_tags`, `get_bank`, `get_bank_stats`, `update_bank`, `delete_bank`, `clear_memories`.
+
+### llm_gemini_safety_settings
+
+Controls content filtering thresholds for Gemini and VertexAI providers. Accepts a list of safety setting objects in the [Google AI safety settings format](https://ai.google.dev/api/generate-content#v1beta.SafetySetting). When `null` (default), Gemini's built-in safety defaults are used.
+
+```json
+[
+ {"category": "HARM_CATEGORY_HARASSMENT", "threshold": "BLOCK_NONE"},
+ {"category": "HARM_CATEGORY_HATE_SPEECH", "threshold": "BLOCK_NONE"}
+]
+```
+
+Only applies when `HINDSIGHT_API_LLM_PROVIDER` is `gemini` or `vertexai`.
+
---
## Updating Configuration
diff --git a/skills/hindsight-docs/references/developer/api/mental-models.md b/skills/hindsight-docs/references/developer/api/mental-models.md
index b4763e66..bdbaee44 100644
--- a/skills/hindsight-docs/references/developer/api/mental-models.md
+++ b/skills/hindsight-docs/references/developer/api/mental-models.md
@@ -277,6 +277,31 @@ For more details on tag matching modes (`any`, `any_strict`, `all`, `all_strict`
---
+## History
+
+Every time a mental model's content changes (via refresh or manual update), the previous version is saved with a timestamp. You can retrieve the full change log with the history endpoint:
+
+### Python
+
+```python
+# Section 'get-mental-model-history' not found in api/mental-models.py
+```
+
+### Response
+
+The endpoint returns a list of history entries, most recent first:
+
+| Field | Type | Description |
+|-------|------|-------------|
+| `previous_content` | string \| null | The content before this change (`null` if not available) |
+| `changed_at` | string | ISO 8601 timestamp of when the change occurred |
+
+Each entry captures the **content before the change** and when it happened. The current content is returned by the standard [Get a Mental Model](#get-a-mental-model) endpoint.
+
+:::note
+History tracking is enabled by default. Set `HINDSIGHT_API_ENABLE_MENTAL_MODEL_HISTORY=false` to disable it.
+---
+
## Use Cases
| Use Case | Example |
diff --git a/skills/hindsight-docs/references/developer/api/operations.md b/skills/hindsight-docs/references/developer/api/operations.md
index 76540b08..5a4dc950 100644
--- a/skills/hindsight-docs/references/developer/api/operations.md
+++ b/skills/hindsight-docs/references/developer/api/operations.md
@@ -88,6 +88,33 @@ Response:
| `completed` | Operation finished successfully |
| `failed` | Operation failed (check `error_message` for details) |
+## Managing Operations
+
+### Cancel a pending operation
+
+```bash
+curl -X DELETE "http://localhost:8000/v1/default/banks/my-bank/operations/550e8400-e29b-41d4-a716-446655440000"
+```
+
+### Retry a failed operation
+
+If an operation fails, you can manually re-queue it for execution:
+
+```bash
+curl -X POST "http://localhost:8000/v1/default/banks/my-bank/operations/550e8400-e29b-41d4-a716-446655440000/retry"
+```
+
+Response:
+```json
+{
+ "success": true,
+ "message": "Operation 550e8400-e29b-41d4-a716-446655440000 queued for retry",
+ "operation_id": "550e8400-e29b-41d4-a716-446655440000"
+}
+```
+
+The operation status resets to `pending` and the worker picks it up again. Returns `409` if the operation is not in `failed` state.
+
## Next Steps
- [**Documents**](./documents) — Track document sources
diff --git a/skills/hindsight-docs/references/developer/configuration.md b/skills/hindsight-docs/references/developer/configuration.md
index 1c25c481..43f3368c 100644
--- a/skills/hindsight-docs/references/developer/configuration.md
+++ b/skills/hindsight-docs/references/developer/configuration.md
@@ -533,6 +533,7 @@ For advanced authentication (JWT, OAuth, multi-tenant schemas), implement a cust
| `HINDSIGHT_API_RERANKER_MAX_CANDIDATES` | Max candidates to rerank per recall (RRF pre-filters the rest) | `300` |
| `HINDSIGHT_API_MPFP_TOP_K_NEIGHBORS` | Fan-out limit per node in MPFP graph traversal | `20` |
| `HINDSIGHT_API_MENTAL_MODEL_REFRESH_CONCURRENCY` | Max concurrent mental model refreshes | `8` |
+| `HINDSIGHT_API_ENABLE_MENTAL_MODEL_HISTORY` | Track history of content changes to each mental model (previous content + timestamp). Disable to reduce storage if audit trails are not needed. | `true` |
#### Graph Retrieval Algorithms
@@ -605,11 +606,37 @@ Configuration for the file upload and conversion pipeline (used by `POST /v1/def
| Variable | Description | Default |
|----------|-------------|---------|
| `HINDSIGHT_API_ENABLE_FILE_UPLOAD_API` | Enable the file upload API endpoint | `true` |
-| `HINDSIGHT_API_FILE_PARSER` | File parser to use (`markitdown`, `iris`) | `markitdown` |
+| `HINDSIGHT_API_FILE_PARSER` | Server-side default parser or fallback chain (comma-separated, e.g. `iris,markitdown`) | `markitdown` |
+| `HINDSIGHT_API_FILE_PARSER_ALLOWLIST` | Comma-separated list of parsers clients are allowed to request. If not set, all registered parsers are allowed. | — |
| `HINDSIGHT_API_FILE_CONVERSION_MAX_BATCH_SIZE` | Max files per upload request | `10` |
| `HINDSIGHT_API_FILE_CONVERSION_MAX_BATCH_SIZE_MB` | Max total upload size per request (MB) | `100` |
| `HINDSIGHT_API_FILE_DELETE_AFTER_RETAIN` | Delete stored files after memory extraction completes | `true` |
+#### Parser selection
+
+Clients can override the server default by passing `parser` in the request body of `POST /v1/default/banks/{bank_id}/files/retain`. Both the server default and the per-request field accept a single parser name or an ordered **fallback chain** — each parser is tried in sequence until one succeeds.
+
+```bash
+# Server default: try iris first, fall back to markitdown if iris fails
+export HINDSIGHT_API_FILE_PARSER=iris,markitdown
+
+# Restrict what clients may request (optional — defaults to all registered parsers)
+export HINDSIGHT_API_FILE_PARSER_ALLOWLIST=markitdown,iris
+```
+
+```json
+// Per-request override (in the JSON body of the file retain endpoint)
+{
+ "parser": "iris",
+ "files_metadata": [
+ { "document_id": "report" },
+ { "document_id": "fallback_doc", "parser": ["iris", "markitdown"] }
+ ]
+}
+```
+
+Clients that request a parser not in the allowlist receive HTTP 400.
+
#### Parser: markitdown (default)
Local file-to-markdown conversion using [Microsoft's markitdown](https://github.com/microsoft/markitdown). No external service required.
@@ -628,10 +655,13 @@ Cloud-based extraction via [Vectorize Iris](https://docs.vectorize.io/build-depl
**Supported formats:** PDF, DOCX, DOC, PPTX, PPT, XLSX, XLS, images (JPG, JPEG, PNG, GIF, BMP, TIFF, WEBP), HTML, TXT, MD, CSV.
```bash
-# Use iris parser (requires Vectorize account)
+# Use iris as the only parser
export HINDSIGHT_API_FILE_PARSER=iris
export HINDSIGHT_API_FILE_PARSER_IRIS_TOKEN=your-vectorize-token
export HINDSIGHT_API_FILE_PARSER_IRIS_ORG_ID=your-org-id
+
+# Or: try iris first, fall back to markitdown if iris fails or rejects the file type
+export HINDSIGHT_API_FILE_PARSER=iris,markitdown
```
```bash
@@ -735,9 +765,12 @@ Observations are consolidated knowledge synthesized from facts.
| Variable | Description | Default |
|----------|-------------|---------|
| `HINDSIGHT_API_ENABLE_OBSERVATIONS` | Enable observation consolidation | `true` |
+| `HINDSIGHT_API_ENABLE_OBSERVATION_HISTORY` | Track history of changes to each observation (previous content + timestamp). Disable to reduce storage if audit trails are not needed. | `true` |
| `HINDSIGHT_API_CONSOLIDATION_BATCH_SIZE` | Memories to load per batch (internal optimization) | `50` |
| `HINDSIGHT_API_CONSOLIDATION_MAX_TOKENS` | Max tokens for recall when finding related observations during consolidation | `1024` |
-| `HINDSIGHT_API_CONSOLIDATION_LLM_BATCH_SIZE` | Number of facts sent to the LLM in a single consolidation call. Higher values reduce LLM calls and improve throughput at the cost of larger prompts. Set to `1` to disable batching. | `8` |
+| `HINDSIGHT_API_CONSOLIDATION_LLM_BATCH_SIZE` | Number of facts sent to the LLM in a single consolidation call. Higher values reduce LLM calls and improve throughput at the cost of larger prompts. Set to `1` to disable batching. Configurable per bank. | `8` |
+| `HINDSIGHT_API_CONSOLIDATION_SOURCE_FACTS_MAX_TOKENS` | Total token budget for source facts included with observations in the consolidation prompt. `-1` = unlimited. Configurable per bank. | `-1` |
+| `HINDSIGHT_API_CONSOLIDATION_SOURCE_FACTS_MAX_TOKENS_PER_OBSERVATION` | Per-observation token cap for source facts in the consolidation prompt. Each observation independently gets at most this many tokens of source facts. `-1` = unlimited. Configurable per bank. | `256` |
| `HINDSIGHT_API_OBSERVATIONS_MISSION` | What this bank should synthesise into durable observations. Replaces the built-in consolidation rules — leave unset to use the server default. | - |
#### Customizing observations: when to use what
diff --git a/uv.lock b/uv.lock
index 5a357a6d..5f9a278c 100644
--- a/uv.lock
+++ b/uv.lock
@@ -1428,7 +1428,7 @@ wheels = [
[[package]]
name = "hindsight-all"
-version = "0.4.16"
+version = "0.4.17"
source = { editable = "hindsight" }
dependencies = [
{ name = "hindsight-api" },
@@ -1454,7 +1454,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-api"
-version = "0.4.16"
+version = "0.4.17"
source = { editable = "hindsight-api" }
dependencies = [
{ name = "aiohttp" },
@@ -1612,7 +1612,7 @@ dev = [
[[package]]
name = "hindsight-client"
-version = "0.4.16"
+version = "0.4.17"
source = { editable = "hindsight-clients/python" }
dependencies = [
{ name = "aiohttp" },
@@ -1646,7 +1646,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-dev"
-version = "0.4.16"
+version = "0.4.17"
source = { editable = "hindsight-dev" }
dependencies = [
{ name = "hindsight-api" },
@@ -1694,7 +1694,7 @@ dev = [
[[package]]
name = "hindsight-embed"
-version = "0.4.16"
+version = "0.4.17"
source = { editable = "hindsight-embed" }
dependencies = [
{ name = "httpx" },