Skip to content

Commit 764d1fc

Browse files
committed
docs: translate remaining Spanish docs and enforce British English across all English documentation
1 parent f156940 commit 764d1fc

93 files changed

Lines changed: 1660 additions & 1710 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docmd-assistant/en/release-notes/0-1-10.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Release Notes v0.1.10"
3-
description: "Release notes for docmd-assistant v0.1.10 featuring autonomous tool loops with live streaming, tool argument normalization, concurrency locking, and status badges."
3+
description: "Release notes for docmd-assistant v0.1.10 featuring autonomous tool loops with live streaming, tool argument normalisation, concurrency locking, and status badges."
44
---
55

6-
`docmd-assistant` v0.1.10 introduces multi-turn autonomous tool execution loops with real-time streaming capabilities, robust tool argument normalization, and concurrency locks to prevent state race conditions.
6+
`docmd-assistant` v0.1.10 introduces multi-turn autonomous tool execution loops with real-time streaming capabilities, robust tool argument normalisation, and concurrency locks to prevent state race conditions.
77

88
## Key Features & Enhancements
99

@@ -12,9 +12,9 @@ description: "Release notes for docmd-assistant v0.1.10 featuring autonomous too
1212
- **Multi-Turn Tool Execution**: Implemented multi-turn execution loops across both direct `aiplug` and custom relay modes, allowing the engine to run registered tools (e.g. documentation search) and feed results back to the LLM automatically.
1313
- **Real-Time Stream Support**: Enabled `sendMessageStream` and streaming relay adapters to support tool-driven responses with real-time status callbacks.
1414

15-
### Robust Tool Argument Normalization
15+
### Robust Tool Argument Normalisation
1616

17-
- **Flexible Parsing**: Standardized parsing of tool arguments to handle varied model outputs—supporting raw JSON strings, nested `arguments`/`input` objects, and direct parameter key-value pairs seamlessly.
17+
- **Flexible Parsing**: Standardised parsing of tool arguments to handle varied model outputs—supporting raw JSON strings, nested `arguments`/`input` objects, and direct parameter key-value pairs seamlessly.
1818
- **Resilient Error Handling**: Wrapped tool execution in safety boundaries to return structured error messages back to the model without crashing the conversation loop.
1919

2020
### Concurrency Protection & UI Status Events

docmd-assistant/en/release-notes/0-1-11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Release Notes v0.1.11"
3-
description: "Release notes for docmd-assistant v0.1.11 featuring multi-turn autonomous tool loop stabilization, query context preservation, non-SSE HTTP stream fallback, and keyword search optimizations."
3+
description: "Release notes for docmd-assistant v0.1.11 featuring multi-turn autonomous tool loop stabilisation, query context preservation, non-SSE HTTP stream fallback, and keyword search optimisations."
44
---
55

66
`docmd-assistant` v0.1.11 brings critical stability and reliability enhancements to the multi-turn autonomous tool execution loop, context-grounded response synthesis, non-streaming JSON fallback parsing, and keyword-first search decomposing.
77

88
## Key Features & Enhancements
99

10-
### Multi-Turn Autonomous Tool Loop Stabilization
10+
### Multi-Turn Autonomous Tool Loop Stabilisation
1111

1212
The relay streaming and standard HTTP execution loops (`runRelayStreamLoop` and `runRelayLoop`) have been re-architected for deterministic multi-turn tool execution:
1313

@@ -24,9 +24,9 @@ Eliminated intermittent "No response returned" errors when interacting with serv
2424

2525
### Keyword-First Search Query Decomposition
2626

27-
- Refined system prompt guidance and tool calling instructions to decompose natural language queries into targeted, high-precision search keywords (e.g., `"install"`, `"config"`, `"cli"`) to maximize match accuracy on static site documentation indexes.
27+
- Refined system prompt guidance and tool calling instructions to decompose natural language queries into targeted, high-precision search keywords (e.g., `"install"`, `"config"`, `"cli"`) to maximise match accuracy on static site documentation indexes.
2828

29-
### Enhanced Output Sanitizer Recovery
29+
### Enhanced Output Sanitiser Recovery
3030

3131
- Hardened `cleanAssistantReply` and `parseAssistantOutput` to gracefully recover text if the model generates reasoning blocks (`<think>`) without separate markdown content, preventing empty bubbles from reaching the chat UI.
3232

docmd-assistant/en/release-notes/0-1-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Fixed an issue in `runRelayStreamLoop` where Server-Sent Events (SSE) streaming
1313

1414
- **Full Tool Execution in SSE**: The SSE streaming reader now parses both structured `dataObj.tool_calls` and text-based tool calls (`[Tool Call: ...]`), executes registered tools locally, and proceeds to Turn 2 synthesis.
1515
- **Turn 1 Chunk Buffering**: Tokens generated during Turn 1 tool evaluation are buffered until tool parsing completes, preventing raw tool call syntax from flashing inside user chat bubbles.
16-
- **Live Turn 2 Synthesis Streaming**: Real-time token streaming (`callbacks.onChunk`) is active during Turn 2 synthesis, delivering instant token-by-token rendering of final synthesized answers.
16+
- **Live Turn 2 Synthesis Streaming**: Real-time token streaming (`callbacks.onChunk`) is active during Turn 2 synthesis, delivering instant token-by-token rendering of final synthesised answers.
1717
- **Status Badge Emission**: Seamlessly emits tool status updates (`"Searching documentation for..."`) during SSE tool evaluation turns.
1818

1919
## Upgrade

docmd-assistant/en/release-notes/0-1-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Release Notes v0.1.15"
33
description: "Release notes for docmd-assistant v0.1.15 featuring hardened tool name validation, markdown JSON codeblock preservation, prose keyword protection, registered tool gating, and graceful multi-turn loop termination."
44
---
55

6-
`docmd-assistant` v0.1.15 hardens LLM output sanitization, prevents accidental stripping of documentation JSON snippets and code blocks, and enforces strict tool registration gating during autonomous execution loops.
6+
`docmd-assistant` v0.1.15 hardens LLM output sanitisation, prevents accidental stripping of documentation JSON snippets and code blocks, and enforces strict tool registration gating during autonomous execution loops.
77

88
## Key Features & Enhancements
99

docmd-assistant/en/release-notes/0-1-16.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Release Notes v0.1.16"
3-
description: "Release notes for docmd-assistant v0.1.16 featuring structured markdown content extraction, uncapped context window delivery, multi-turn cloud analytics deduplication, and query sanitization."
3+
description: "Release notes for docmd-assistant v0.1.16 featuring structured markdown content extraction, uncapped context window delivery, multi-turn cloud analytics deduplication, and query sanitisation."
44
---
55

6-
`docmd-assistant` v0.1.16 introduces structured Markdown DOM extraction for documentation reading, uncapped context window delivery for rich documentation synthesis, multi-turn cloud logging deduplication, and refined query sanitization.
6+
`docmd-assistant` v0.1.16 introduces structured Markdown DOM extraction for documentation reading, uncapped context window delivery for rich documentation synthesis, multi-turn cloud logging deduplication, and refined query sanitisation.
77

88
## Key Features & Enhancements
99

@@ -15,17 +15,17 @@ description: "Release notes for docmd-assistant v0.1.16 featuring structured mar
1515
### Uncapped Context Window Delivery (`contextWindow`)
1616

1717
- **High-Fidelity Document Synthesis**: Removed the legacy 3,500-character slicing in `read_documentation_page`, allowing the assistant to ingest entire reference pages, configuration tables, and code examples.
18-
- **Configurable Context Size**: Added `contextWindow` to `AssistantOptions` (defaulting to `0` / uncapped context, with fallback to full retrieval delivery), replacing hardcoded character ceilings while allowing token optimization when needed.
18+
- **Configurable Context Size**: Added `contextWindow` to `AssistantOptions` (defaulting to `0` / uncapped context, with fallback to full retrieval delivery), replacing hardcoded character ceilings while allowing token optimisation when needed.
1919

20-
### Multi-Turn Relay & Analytics Optimization
20+
### Multi-Turn Relay & Analytics Optimisation
2121

2222
- **Tool Turn Flagging (`isToolFollowUp`)**: Follow-up requests within autonomous multi-turn loops now pass `isToolFollowUp: true` in the execution payload. This enables Cloud relays and downstream analytics engines to distinguish initial visitor queries from intermediate agent tool calls, eliminating redundant query records.
23-
- **Query Sanitization**: Strips trailing search context markers (`\n\n[Documentation Search Context...]`) from `originalUserQuery` and eliminates wrapping quotes, preventing orphaned quote artifacts in chat records.
23+
- **Query Sanitisation**: Strips trailing search context markers (`\n\n[Documentation Search Context...]`) from `originalUserQuery` and eliminates wrapping quotes, preventing orphaned quote artifacts in chat records.
2424

2525
## Resolved Issues
2626

2727
- **Duplicate Analytics Logging**: Resolved an issue where autonomous tool execution (e.g. searching docs then reading a page) logged intermediate internal turns as repeated visitor queries.
28-
- **Leading Quote Artifact (`"`)**: Fixed an issue where regex sanitization in cloud relay logging left behind an orphaned opening quotation mark.
28+
- **Leading Quote Artifact (`"`)**: Fixed an issue where regex sanitisation in cloud relay logging left behind an orphaned opening quotation mark.
2929
- **Code Block Flattening**: Fixed code snippets losing indentation and line breaks when fetched via `read_documentation_page`.
3030

3131
## Upgrade

docmd-assistant/en/release-notes/0-1-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Release Notes v0.1.3"
33
description: "Release notes for docmd-assistant v0.1.3 introducing read_documentation_page tool and custom reader callbacks."
44
---
55

6-
`docmd-assistant` v0.1.3 introduces full page reading capabilities, custom reader callbacks, standardized reasoning options, and prompt citation rules.
6+
`docmd-assistant` v0.1.3 introduces full page reading capabilities, custom reader callbacks, standardised reasoning options, and prompt citation rules.
77

88
## Key Features & Improvements
99

docmd-assistant/en/release-notes/0-1-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Release notes for docmd-assistant v0.1.4 maintenance release."
99

1010
### Engine Version Constants
1111

12-
- Synchronized `ENGINE_VERSION` fallback constants across bundled output formats (`0.1.4`).
12+
- Synchronised `ENGINE_VERSION` fallback constants across bundled output formats (`0.1.4`).
1313
- Internal build script improvements.
1414

1515
## Upgrade

docmd-assistant/en/release-notes/0-1-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In Relay Mode, `runRelayTurn` automatically sends browser location (`pageUrl`) a
1313

1414
### Unconfigured Relay State Response
1515

16-
Added support for parsing `{ unconfigured: true }` responses returned by cloud relay gateways, enabling client UIs to display guided onboarding dialogs automatically.
16+
Added support for parsing `{ unconfigured: true }` responses returned by cloud relay gateways, enabling client UIs to display guided onboarding dialogues automatically.
1717

1818
## Upgrade
1919

docmd-assistant/en/release-notes/0-1-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This enables backend relay APIs to deliver context-aware answers without requiri
2222

2323
### Server-Driven Unconfigured Response Handling
2424

25-
If a cloud relay endpoint returns `{ unconfigured: true }`, `docmd-assistant` returns a structured response object with `unconfigured: true` and `unconfiguredData`. Client UIs can use this flag to render onboarding setup UI dialogs or API configuration wizards automatically.
25+
If a cloud relay endpoint returns `{ unconfigured: true }`, `docmd-assistant` returns a structured response object with `unconfigured: true` and `unconfiguredData`. Client UIs can use this flag to render onboarding setup UI dialogues or API configuration wizards automatically.
2626

2727
## Upgrade
2828

docmd-assistant/en/release-notes/0-1-8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Release notes for docmd-assistant v0.1.8 with built-in documentati
99

1010
### Dedicated Documentation Tools
1111

12-
v0.1.8 standardizes core tools designed specifically for documentation sites:
12+
v0.1.8 standardises core tools designed specifically for documentation sites:
1313

1414
- **`get_site_structure`**: Returns the complete site hierarchy, including active and historical documentation versions, supported i18n locales, multi-project workspace topologies, search capabilities, and page navigation trees. This allows the assistant to accurately answer structural and version-related queries without guessing.
1515
- **`search_documentation`**: Provides full-text keyword search and conditional semantic vector search across workspace projects. Automatically filters and ranks hits based on the active documentation version and locale, preventing legacy or alternate-language content from polluting search results.
@@ -50,7 +50,7 @@ When operating in Relay Mode, `runRelayTurn` now automatically passes registered
5050

5151
### Professional & Concise Prompt Architecture
5252

53-
The default system prompt and instructions have been optimized for conciseness, professional tone, and minimal emoji usage, ensuring direct and accurate documentation guidance.
53+
The default system prompt and instructions have been optimised for conciseness, professional tone, and minimal emoji usage, ensuring direct and accurate documentation guidance.
5454

5555
## Upgrade
5656

0 commit comments

Comments
 (0)