Skip to content

feat: Collection of updates based on usage#17

Merged
dusktreader merged 1 commit intomainfrom
feat/enhancements-from-real-world-use
Mar 12, 2026
Merged

feat: Collection of updates based on usage#17
dusktreader merged 1 commit intomainfrom
feat/enhancements-from-real-world-use

Conversation

@dusktreader
Copy link
Copy Markdown
Owner

  • Added SecretStr support in settings: fields annotated with SecretStr are automatically masked in normal output
  • Added _dump() helper in SettingsManager to correctly store SecretStr values as plain strings
  • Added status_message context manager for bracketed start/success/failure output; exported from top-level package
  • Added padding parameter to simple_message (default True) to allow suppressing blank-line padding
  • Added invoke_without_command=True, no_args_is_help=True to all four subcommand groups (settings, cache, files, logs) so invoking a subcommand with no arguments shows help instead of silently exiting
  • Fixed issubclass crash in settings bind and update commands when a field annotation is not a plain type (e.g. AutoNameEnum)
  • Bumped typer-repyt dependency to >=0.9.1
  • Added auto-name-enum as a dev dependency for tests
  • Added documentation section for secret settings values

- Added `SecretStr` support in settings: fields annotated with `SecretStr` are automatically masked in normal output
- Added `_dump()` helper in `SettingsManager` to correctly store `SecretStr` values as plain strings
- Added `status_message` context manager for bracketed start/success/failure output; exported from top-level package
- Added `padding` parameter to `simple_message` (default `True`) to allow suppressing blank-line padding
- Added `invoke_without_command=True, no_args_is_help=True` to all four subcommand groups (settings, cache, files, logs)
  so invoking a subcommand with no arguments shows help instead of silently exiting
- Fixed `issubclass` crash in settings `bind` and `update` commands when a field annotation is not a plain type
  (e.g. `AutoNameEnum`)
- Bumped `typer-repyt` dependency to `>=0.9.1`
- Added `auto-name-enum` as a dev dependency for tests
- Added documentation section for secret settings values
@dusktreader dusktreader merged commit a56fd2f into main Mar 12, 2026
4 checks passed
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