Skip to content

chore: release v0.27.0 - #229

Merged
Alex793x merged 1 commit into
mainfrom
release-plz-2025-12-23T14-27-14Z
Dec 23, 2025
Merged

chore: release v0.27.0#229
Alex793x merged 1 commit into
mainfrom
release-plz-2025-12-23T14-27-14Z

Conversation

@Alex793x

Copy link
Copy Markdown
Contributor

🤖 New release

  • syncable-cli: 0.26.1 -> 0.27.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 ToolCallRecord.droppable in /tmp/.tmpkf7QtO/syncable-cli/src/agent/history.rs:46
field ConversationTurn.droppable in /tmp/.tmpkf7QtO/syncable-cli/src/agent/history.rs:32
field AgentConfig.bedrock in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:89
field AgentConfig.bedrock_configured in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:92
field AgentConfig.profiles in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:103
field AgentConfig.active_profile in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:106
field AgentConfig.openai_profiles in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:110
field AgentConfig.openai_active_profile in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:112
field AgentConfig.anthropic_profiles in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:114
field AgentConfig.anthropic_active_profile in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:116
field AgentConfig.bedrock_profiles in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:118
field AgentConfig.bedrock_active_profile in /tmp/.tmpkf7QtO/syncable-cli/src/config/types.rs:120
--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---
Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_no_repr_variant_discriminant_changed.ron
Failed in:
variant ChatProvider::Ollama 2 -> 3 in /tmp/.tmpkf7QtO/syncable-cli/src/cli.rs:365
--- 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 ProviderType:Bedrock in /tmp/.tmpkf7QtO/syncable-cli/src/agent/mod.rs:63
variant ChatProvider:Bedrock in /tmp/.tmpkf7QtO/syncable-cli/src/cli.rs:363
variant ChatProvider:Auto in /tmp/.tmpkf7QtO/syncable-cli/src/cli.rs:368
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/inherent_method_missing.ron
Failed in:
ConversationHistory::with_threshold, previously in file /tmp/.tmpbx7h9k/syncable-cli/src/agent/history.rs:74
--- failure pub_module_level_const_missing: pub module-level const is missing ---
Description:
A public const is missing or renamed
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/pub_module_level_const_missing.ron
Failed in:
COMPRESSION_PRESERVE_FRACTION in file /tmp/.tmpbx7h9k/syncable-cli/src/agent/history.rs:13
DEFAULT_COMPRESSION_THRESHOLD in file /tmp/.tmpbx7h9k/syncable-cli/src/agent/history.rs:10
Changelog

0.27.0 - 2025-12-23

Added

  • (agent) add extended thinking, conversation compaction, and UI improvements

Other

  • Merge branch 'main' into develop


This PR was generated with release-plz.

@Alex793x
Alex793x merged commit c8c51bd into mainDec 23, 2025
Alex793x added a commit that referenced this pull request Mar 28, 2026
Sign up for freeto 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

@Alex793x