Skip to content

chore: release v0.10.2#8

Merged
Destynova2 merged 1 commit intodevelopfrom
release-plz-2026-03-02T21-05-07Z
Mar 2, 2026
Merged

chore: release v0.10.2#8
Destynova2 merged 1 commit intodevelopfrom
release-plz-2026-03-02T21-05-07Z

Conversation

@Destynova2
Copy link
Copy Markdown
Contributor

🤖 New release

  • grob: 0.10.1 -> 0.10.2 (✓ API compatible changes)
Changelog

0.10.2 - 2026-03-02

Other

  • split large files to fit 200-500 line ideal zone


This PR was generated with release-plz.

@Destynova2 Destynova2 merged commit ae74b82 into develop Mar 2, 2026
11 checks passed
Destynova2 added a commit that referenced this pull request Mar 16, 2026
Critical:
- #9 #10: Replace hard-coded HMAC key with random session key when
  GROB_DLP_SECRET is unset (unpredictable pseudonyms by default)

High:
- #11 #12: Cap Vec::with_capacity to 1024 in OpenAI transform
  (prevents uncontrolled allocation from malicious input)
- #17 #18 #19: Add path traversal check in token_store persist()
  (reject ".." in file path)
- #6 #7 #8: Stop logging full response bodies in OpenAI provider
  (log length instead, truncate to 200 chars on parse error)
- #13 #14: Warn at construction if OAuth token_url uses plaintext HTTP
- #15 #16: Warn at construction if Gemini base_url uses plaintext HTTP
  (new warn_if_cleartext() helper in providers/mod.rs)
- #20 #21 #22: Annotate benchmark TLS cert bypass with lgtm comment
  (intentional: benchmarks use self-signed certs)
- #3: Avoid flowing API key through format string in preset info
- #4 #5: Remove secret values from test assertion messages

Medium:
- #1: Add explicit permissions block to release-plz workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Destynova2 Destynova2 deleted the release-plz-2026-03-02T21-05-07Z branch March 30, 2026 19:51
Destynova2 pushed a commit that referenced this pull request Apr 20, 2026
…-SP-2 #8)

Decomposes the god-file `src/commands/setup.rs` into a cohesive
`src/commands/setup/` directory with behavior-preserving submodules:

- mod.rs (294) — run_setup_wizard + run_edit_section orchestration
- types.rs (190) — shared structs/enums/constants
- input.rs (128) — TTY input primitives
- detect.rs (217) — env, config, preset discovery
- writer.rs (474) — TOML mutations + atomic writes + tests
- output.rs (269) — recap, status, chain_doctor, chain_auto_flow
- screens/{tools,auth,fallback,compliance,budget,endpoints}.rs (45-163)

Public API unchanged: `pub async fn run_setup_wizard` and
`pub struct SetupFlags` keep the same signatures.

`strip_fallback` was `pub(crate)` with no external callers — now
private to `writer.rs`.

Snapshot relocated to `src/commands/setup/snapshots/` and its test
path updated to match the new `writer::tests` module.

All 11 setup tests pass; no behavior change.
Destynova2 added a commit that referenced this pull request Apr 20, 2026
refactor(commands): split setup.rs into setup/ submodules (T-SP-2 #8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant