release: 1.3.3 - Skill Optimization & Chatter HTML Fix#21
Merged
Conversation
Refactor SKILL.md descriptions across all domains to include 'MANDATORY' usage language and technical model names (e.g. sale.order, res.partner). This ensures the LLM recognizes the dependency between user requests and domain-specific expertise during the planning phase.
Add 'body_is_html: true' to message_post calls in AuditService and update skill documentation to ensure HTML content is rendered correctly in the Odoo chatter.
Implement a core interceptor in OdooClient to automatically detect HTML content and inject 'body_is_html: true'. Includes regression tests to verify injection for HTML and preservation of plain text.
1. Automatically fetch and inject allowed_company_ids into RPC context for cross-company visibility.\n2. Expose ValueError and KeyError in formatError to enable agent self-correction for missing fields.\n3. Update odoo-data-ops skill with schema strictness recovery guidance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This release focuses on improving AI agent engagement and fixing a UI rendering issue in the Odoo chatter.
Changes
es.partner) and explicit MANDATORY triggers. This ensures the LLM recognizes these resources as essential during the planning phase.
Verification