From fa5c1e936ad35481bab559e5a2b9a903a37abb2c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 5 Jul 2026 21:23:09 -0400 Subject: [PATCH] docs(type-registry): auto-regenerate after src/ changes (6 files) These are generated by scripts/generate_type_registry.py based on the current @dataclass / NamedTuple / TypeAlias declarations in src/. The regeneration reflects the gemini_cli removal and to_legacy_dict deletion across ai_client, api_hooks, history, etc. --- docs/type_registry/src_ai_client.md | 4 ++-- docs/type_registry/src_api_hooks.md | 2 +- docs/type_registry/src_history.md | 4 ++-- docs/type_registry/src_markdown_table.md | 4 ++-- docs/type_registry/src_openai_schemas.md | 4 ++-- docs/type_registry/src_project_files.md | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/type_registry/src_ai_client.md b/docs/type_registry/src_ai_client.md index 158cdb75..d296dc90 100644 --- a/docs/type_registry/src_ai_client.md +++ b/docs/type_registry/src_ai_client.md @@ -5,7 +5,7 @@ Auto-generated from source. 2 struct(s) defined in this module. ## `src\ai_client.py::VendorCapabilities` **Kind:** `dataclass` -**Defined at:** line 223 +**Defined at:** line 220 **Fields:** - `vendor: str` @@ -37,7 +37,7 @@ Auto-generated from source. 2 struct(s) defined in this module. ## `src\ai_client.py::VendorMetric` **Kind:** `dataclass` -**Defined at:** line 315 +**Defined at:** line 312 **Fields:** - `key: str` diff --git a/docs/type_registry/src_api_hooks.md b/docs/type_registry/src_api_hooks.md index 7ee6944b..921c4712 100644 --- a/docs/type_registry/src_api_hooks.md +++ b/docs/type_registry/src_api_hooks.md @@ -5,7 +5,7 @@ Auto-generated from source. 1 struct(s) defined in this module. ## `src\api_hooks.py::WebSocketMessage` **Kind:** `dataclass` -**Defined at:** line 62 +**Defined at:** line 60 **Fields:** - `channel: str` diff --git a/docs/type_registry/src_history.md b/docs/type_registry/src_history.md index 2c0d54e3..4957746f 100644 --- a/docs/type_registry/src_history.md +++ b/docs/type_registry/src_history.md @@ -5,7 +5,7 @@ Auto-generated from source. 2 struct(s) defined in this module. ## `src\history.py::HistoryEntry` **Kind:** `dataclass` -**Defined at:** line 66 +**Defined at:** line 59 **Fields:** - `state: typing.Any` @@ -16,7 +16,7 @@ Auto-generated from source. 2 struct(s) defined in this module. ## `src\history.py::UISnapshot` **Kind:** `dataclass` -**Defined at:** line 8 +**Defined at:** line 7 **Summary:** Capture of restorable UI state. **Fields:** diff --git a/docs/type_registry/src_markdown_table.md b/docs/type_registry/src_markdown_table.md index d51264fc..7f0dfa7a 100644 --- a/docs/type_registry/src_markdown_table.md +++ b/docs/type_registry/src_markdown_table.md @@ -5,8 +5,8 @@ Auto-generated from source. 1 struct(s) defined in this module. ## `src\markdown_table.py::TableBlock` **Kind:** `dataclass` -**Defined at:** line 28 -**Summary:** Frozen GFM table block. +**Defined at:** line 26 +**Summary:** Frozen GFM table block.s **Fields:** - `headers: list[str]` diff --git a/docs/type_registry/src_openai_schemas.md b/docs/type_registry/src_openai_schemas.md index 74073403..04cc2789 100644 --- a/docs/type_registry/src_openai_schemas.md +++ b/docs/type_registry/src_openai_schemas.md @@ -18,7 +18,7 @@ Auto-generated from source. 6 struct(s) defined in this module. ## `src\openai_schemas.py::NormalizedResponse` **Kind:** `dataclass` -**Defined at:** line 102 +**Defined at:** line 100 **Fields:** - `text: str` @@ -30,7 +30,7 @@ Auto-generated from source. 6 struct(s) defined in this module. ## `src\openai_schemas.py::OpenAICompatibleRequest` **Kind:** `dataclass` -**Defined at:** line 123 +**Defined at:** line 121 **Fields:** - `messages: list[ChatMessage]` diff --git a/docs/type_registry/src_project_files.md b/docs/type_registry/src_project_files.md index 1f823b56..7e30f162 100644 --- a/docs/type_registry/src_project_files.md +++ b/docs/type_registry/src_project_files.md @@ -5,7 +5,7 @@ Auto-generated from source. 5 struct(s) defined in this module. ## `src\project_files.py::ContextFileEntry` **Kind:** `dataclass` -**Defined at:** line 105 +**Defined at:** line 93 **Fields:** - `path: str` @@ -19,7 +19,7 @@ Auto-generated from source. 5 struct(s) defined in this module. ## `src\project_files.py::ContextPreset` **Kind:** `dataclass` -**Defined at:** line 161 +**Defined at:** line 137 **Fields:** - `name: str` @@ -49,7 +49,7 @@ Auto-generated from source. 5 struct(s) defined in this module. ## `src\project_files.py::NamedViewPreset` **Kind:** `dataclass` -**Defined at:** line 135 +**Defined at:** line 117 **Fields:** - `name: str` @@ -61,7 +61,7 @@ Auto-generated from source. 5 struct(s) defined in this module. ## `src\project_files.py::Preset` **Kind:** `dataclass` -**Defined at:** line 86 +**Defined at:** line 80 **Fields:** - `name: str`