1.7.0
Highlights
- GPT-5.6 is in the model picker. Choose OpenAI's GPT-5.6 Luna for the AI assistant alongside Claude and Nova, on any AWS profile in a US region that offers it. The model needs its own AWS Marketplace subscription — until that's active DynoTable tells you so, instead of handing you a bare authorization error.
Added
- Two more GPT-5.6 variants, Sol and Terra, are available behind Show unverified in Settings → AI. They haven't been through the full test suite the other models have, so they stay out of the picker until you ask for them.
- Test Connection now probes the model you actually picked, over the same connection the assistant uses — a green result means that model answers, not just that your credentials are valid.
Fixed
- The assistant repairs a mis-capitalized table name instead of insisting the table doesn't exist. DynamoDB table names are case-sensitive; when exactly one of your tables differs only in case, it uses that one and carries on. When none match, it shows you the table names you actually have rather than retrying a dead end.
- It no longer reports a table as missing when it simply couldn't read your table list — a permissions problem now reads as one.
- Asking about the current tab when nothing is open sends the assistant to go find what you meant, instead of guessing a table or stopping to ask.
- Looking up an item by a key that doesn't match now tells the assistant what was wrong with the key, so it corrects the lookup instead of reporting "not found" as fact.