Skip to content

chore: release v0.28.0#235

Merged
Alex793x merged 1 commit into
mainfrom
release-plz-2025-12-25T23-03-24Z
Dec 26, 2025
Merged

chore: release v0.28.0#235
Alex793x merged 1 commit into
mainfrom
release-plz-2025-12-25T23-03-24Z

Conversation

@Alex793x
Copy link
Copy Markdown
Contributor

@Alex793x Alex793x commented Dec 25, 2025

🤖 New release

  • syncable-cli: 0.27.2 -> 0.28.0 (⚠ API breaking changes)

syncable-cli breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ChatSession.plan_mode in /tmp/.tmpzlAh8z/syncable-cli/src/agent/session.rs:156
  field DisplayState.usage in /tmp/.tmpzlAh8z/syncable-cli/src/agent/ui/hooks.rs:65
  field DisplayState.usage in /tmp/.tmpzlAh8z/syncable-cli/src/agent/ui/hooks.rs:65
  field TokenUsage.cache_read_tokens in /tmp/.tmpzlAh8z/syncable-cli/src/agent/commands.rs:108
  field TokenUsage.cache_creation_tokens in /tmp/.tmpzlAh8z/syncable-cli/src/agent/commands.rs:110
  field TokenUsage.thinking_tokens in /tmp/.tmpzlAh8z/syncable-cli/src/agent/commands.rs:112
  field TokenUsage.count_type in /tmp/.tmpzlAh8z/syncable-cli/src/agent/commands.rs:114

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_added.ron

Failed in:
  variant InputResult:TogglePlanMode in /tmp/.tmpzlAh8z/syncable-cli/src/agent/ui/input.rs:30
  variant InputResult:TogglePlanMode in /tmp/.tmpzlAh8z/syncable-cli/src/agent/ui/input.rs:30

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/function_parameter_count_changed.ron

Failed in:
  syncable_cli::agent::ui::input::read_input_with_file_picker now takes 3 parameters instead of 2, in /tmp/.tmpzlAh8z/syncable-cli/src/agent/ui/input.rs:601
  syncable_cli::agent::ui::read_input_with_file_picker now takes 3 parameters instead of 2, in /tmp/.tmpzlAh8z/syncable-cli/src/agent/ui/input.rs:601
Changelog

0.28.0 - 2025-12-26

Added

  • updated .gitignore
  • (agent) add plan mode, plan resumption, and context overflow fixes

Other


This PR was generated with release-plz.

@Alex793x Alex793x changed the title chore: release v0.27.3 chore: release v0.28.0 Dec 26, 2025
@Alex793x Alex793x force-pushed the release-plz-2025-12-25T23-03-24Z branch from ae80076 to 56df365 Compare December 26, 2025 16:46
@Alex793x Alex793x merged commit 228e430 into main Dec 26, 2025
Alex793x added a commit that referenced this pull request Mar 28, 2026
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