Skip to content

Commit 0efe0e2

Browse files
committed
chore: set version to 0.33.17
1 parent c67b669 commit 0efe0e2

19 files changed

Lines changed: 51 additions & 51 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ sha2 = "0.10"
4343
ratatui = "0.29"
4444
unicode-width = "0.2"
4545

46-
stynx-code-errors = { version = "0.33.16", path = "stynx-code-errors" }
47-
stynx-code-types = { version = "0.33.16", path = "stynx-code-types" }
48-
stynx-code-tools = { version = "0.33.16", path = "stynx-code-tools" }
49-
stynx-code-provider = { version = "0.33.16", path = "stynx-code-provider" }
50-
stynx-code-engine = { version = "0.33.16", path = "stynx-code-engine" }
51-
stynx-code-server = { version = "0.33.16", path = "stynx-code-server" }
52-
stynx-code = { version = "0.33.16", path = "stynx-code" }
53-
stynx-code-auth = { version = "0.33.16", path = "stynx-code-auth" }
54-
stynx-code-permission = { version = "0.33.16", path = "stynx-code-permission" }
55-
stynx-code-commands = { version = "0.33.16", path = "stynx-code-commands" }
56-
stynx-code-memory = { version = "0.33.16", path = "stynx-code-memory" }
57-
stynx-code-config = { version = "0.33.16", path = "stynx-code-config" }
58-
stynx-code-services = { version = "0.33.16", path = "stynx-code-services" }
59-
stynx-code-compact = { version = "0.33.16", path = "stynx-code-compact" }
60-
stynx-code-bridge = { version = "0.33.16", path = "stynx-code-bridge" }
61-
stynx-code-plugins = { version = "0.33.16", path = "stynx-code-plugins" }
62-
stynx-code-tui = { version = "0.33.16", path = "stynx-code-tui" }
46+
stynx-code-errors = { version = "0.33.17", path = "stynx-code-errors" }
47+
stynx-code-types = { version = "0.33.17", path = "stynx-code-types" }
48+
stynx-code-tools = { version = "0.33.17", path = "stynx-code-tools" }
49+
stynx-code-provider = { version = "0.33.17", path = "stynx-code-provider" }
50+
stynx-code-engine = { version = "0.33.17", path = "stynx-code-engine" }
51+
stynx-code-server = { version = "0.33.17", path = "stynx-code-server" }
52+
stynx-code = { version = "0.33.17", path = "stynx-code" }
53+
stynx-code-auth = { version = "0.33.17", path = "stynx-code-auth" }
54+
stynx-code-permission = { version = "0.33.17", path = "stynx-code-permission" }
55+
stynx-code-commands = { version = "0.33.17", path = "stynx-code-commands" }
56+
stynx-code-memory = { version = "0.33.17", path = "stynx-code-memory" }
57+
stynx-code-config = { version = "0.33.17", path = "stynx-code-config" }
58+
stynx-code-services = { version = "0.33.17", path = "stynx-code-services" }
59+
stynx-code-compact = { version = "0.33.17", path = "stynx-code-compact" }
60+
stynx-code-bridge = { version = "0.33.17", path = "stynx-code-bridge" }
61+
stynx-code-plugins = { version = "0.33.17", path = "stynx-code-plugins" }
62+
stynx-code-tui = { version = "0.33.17", path = "stynx-code-tui" }

stynx-code-auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-auth"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Authentication with API keys and macOS Keychain OAuth"
66
license = "MIT"

stynx-code-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-bridge"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Bridge layer for external integrations and data encoding"
66
license = "MIT"

stynx-code-commands/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-commands"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Slash commands and file reference expansion"
66
license = "MIT"

stynx-code-compact/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-compact"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Context compaction and conversation summarization"
66
license = "MIT"

stynx-code-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-config"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Configuration loading and settings management"
66
license = "MIT"

stynx-code-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-engine"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Agentic query engine with tool-use loop"
66
license = "MIT"

stynx-code-errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-errors"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Centralized error types for the stynx-code workspace"
66
license = "MIT"

stynx-code-memory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stynx-code-memory"
3-
version = "0.33.16"
3+
version = "0.33.17"
44
edition = "2024"
55
description = "Session persistence with JSON file storage"
66
license = "MIT"

0 commit comments

Comments
 (0)