Skip to content

Add topology to GUI configuration fields - #7

Merged
test1card merged 1 commit into
mainfrom
claude/fix-config-conversion-uRIbE
Feb 28, 2026
Merged

test1card merged 1 commit into
mainfrom
claude/fix-config-conversion-uRIbE

Conversation

@test1card

Copy link
Copy Markdown
Owner

Summary

Added "topology" to the list of configuration fields that are read from the GUI case configuration.

Changes

  • Added "topology" to the set of fields extracted during _read_cfg() method execution in the GUI application configuration reader

Details

The "topology" field is now included alongside other model configuration fields (int_model, exit_model, external_model, etc.) when reading the GUI case configuration. This ensures topology settings are properly loaded and available for the application.

https://claude.ai/code/session_01Cjh3nEv91RsUG7MxAukNPg

The 'topology' field holds a string enum value ('single_chain' or
'two_chain_shared_vest') but was missing from the string-exclusion set
in _read_cfg(), causing it to be treated as a float field and raising:
  ValueError: could not convert string to float: 'two_chain_shared_vest'

https://claude.ai/code/session_01Cjh3nEv91RsUG7MxAukNPg
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@test1card
test1card merged commit 1e5997c into main Feb 28, 2026
6 checks passed
@test1card
test1card deleted the claude/fix-config-conversion-uRIbE branch February 28, 2026 00:20
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.

2 participants