Skip to content

[docs] Update Repo Mind Light AW documentation for 2026-07-06#18

Open
szabta89 wants to merge 1 commit into
mainfrom
docs/update-chat-model-schema-note-6d1b314495ec7f06
Open

[docs] Update Repo Mind Light AW documentation for 2026-07-06#18
szabta89 wants to merge 1 commit into
mainfrom
docs/update-chat-model-schema-note-6d1b314495ec7f06

Conversation

@szabta89

@szabta89 szabta89 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Added a schema note for chat_model clarifying it accepts claude-sonnet-4.6 (default) or gpt-5.4.
  • Updated the config schema example to show # or gpt-5.4 inline comment on the chat_model line.

Source Context

Checked repo_mind_light/config.py in the source checkout, which defines ChatModel = Literal["gpt-5.4", "claude-sonnet-4.6"] and sets the default to claude-sonnet-4.6. The source README also documents both values inline as # or gpt-5.4. The existing public README config example already included chat_model: claude-sonnet-4.6 but the schema notes section had no corresponding bullet point and no indication that other values were supported.

Validation

  • Verified ChatModel literal type in config.py.
  • Confirmed the source README config snippet uses # or gpt-5.4.
  • Confirmed CopilotApiChatEndpoint in connector.py accepts arbitrary model strings, with a comment specifically calling out gpt-5.4 as an example.
  • No other material discrepancies found between source and public docs after reviewing the full config schema, MCP server tools, wiki indexing, Soma backend, and shared workflow steps.

Notes

All other schema notes remain accurate. No changes to the shared workflow YAML or comments were needed.

Generated by Repo Mind Light AW Documentation Updater · ● 35.5M ·

  • expires on Jul 13, 2026, 10:54 AM UTC

Add a schema note for chat_model and a comment in the config example
clarifying that gpt-5.4 is also a supported value alongside the default
claude-sonnet-4.6.

Source evidence: config.py defines ChatModel = Literal["gpt-5.4", "claude-sonnet-4.6"]
and the source README documents the same option inline.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant