Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
730 commits
Select commit Hold shift + click to select a range
1f466d5
chore: release v0.32.0
Alex793x Jan 9, 2026
d7834a7
Merge pull request #271 from syncable-dev/release-plz-2026-01-09T01-2…
Alex793x Jan 9, 2026
33dd33e
feat: small fixes, truncation for docker output, default bedrock mode…
Jan 11, 2026
d8c70b4
Merge pull request #272 from syncable-dev/develop
Alex793x Jan 11, 2026
01882eb
chore: release v0.32.1
Alex793x Jan 11, 2026
70f73b1
Merge pull request #273 from syncable-dev/release-plz-2026-01-11T19-5…
Alex793x Jan 11, 2026
0413dbd
docs(01): create phase 1 audit & triage plans
Jan 12, 2026
b08cee8
chore(deps): bump serde from 1.0.224 to 1.0.228
dependabot[bot] Jan 12, 2026
1ffbe57
docs(01-02): create testing protocol for all 28 tools
Jan 14, 2026
14f3518
refactor(02-01): create session submodule structure and extract plan_…
Jan 14, 2026
bef25ac
refactor(02-02): extract provider logic into providers.rs submodule
Jan 14, 2026
0b17d7d
refactor(02-03): create commands.rs with all handle_* methods
Jan 14, 2026
bb8c89c
refactor(02-03): update session/mod.rs to delegate to commands
Jan 14, 2026
2346b20
refactor(02-04): extract UI helpers to session/ui.rs
Jan 14, 2026
f4b55e7
feat(03-02): create common error utilities module
Jan 15, 2026
523aa93
refactor(03-02): update high-priority tools with error utilities
Jan 15, 2026
b9304a0
feat(03-02): add error module to tools with documentation
Jan 15, 2026
cf96adc
feat(03-03): create response formatting utilities
Jan 15, 2026
2f45e3d
feat(03-03): update core tools with response formatting
Jan 15, 2026
6530a81
refactor(03-03): document response patterns in mod.rs
Jan 15, 2026
d938b62
feat(04-01): expand shell command allowlist with categories
Jan 15, 2026
f33c1f7
feat(04-01): improve shell tool definition and rejection messages
Jan 15, 2026
2e60fb1
test(04-01): add shell tool allowlist tests
Jan 15, 2026
82bb7fa
feat(04-02): improve file_ops tool definitions
Jan 15, 2026
d95fcde
feat(04-02): improve file_ops path validation error messages
Jan 15, 2026
7919381
feat(04-02): add file_ops edge case handling
Jan 15, 2026
53f7bc2
feat(04-03): improve analyze tool definition
Jan 15, 2026
928ffee
feat(04-03): add analyze tool edge case handling
Jan 15, 2026
e92e9b3
feat(05-01): improve hadolint tool with error patterns and tests
Jan 15, 2026
9058f01
feat(05-02): improve helmlint tool with error patterns and tests
Jan 15, 2026
12e6f97
feat(05-03): improve kubelint tool with error patterns and tests
Jan 15, 2026
79eb5eb
feat(05-04): improve dclint tool with error patterns and tests
Jan 15, 2026
dc19e30
feat(06-01): improve k8s_optimize tool with error patterns
Jan 15, 2026
a465d03
feat(06-02): improve prometheus_connect tool with error patterns
Jan 15, 2026
c6fc0af
feat(06-03): improve k8s_costs tool with error patterns
Jan 15, 2026
71d57da
fix(07-02): preserve context during history truncation
Jan 15, 2026
8fcb2ed
feat(07-03): session persistence with full context restore
Jan 15, 2026
6d3f174
test(08-02): add tests for input.rs and autocomplete.rs
Jan 15, 2026
6873848
test(09-02): add tests to untested tool files
Jan 15, 2026
55d6f63
chore: clean up ignored files
Jan 15, 2026
6881a2f
small fixes
Jan 15, 2026
70de71b
fix(ci): bump MSRV to 1.87 and ignore transitive security advisories
Jan 15, 2026
d6aa109
fix(ci): bump MSRV to 1.88 for AWS SDK compatibility
Jan 15, 2026
d6ae24f
fix(fomatting): missing formatting
Jan 15, 2026
c877140
feat: matrix ui upgrade for better view and visibility
Jan 15, 2026
55ca652
Merge pull request #277 from syncable-dev/develop
Alex793x Jan 15, 2026
e93c0cc
chore: release v0.33.0
Alex793x Jan 15, 2026
36f557b
Merge pull request #278 from syncable-dev/release-plz-2026-01-15T22-0…
Alex793x Jan 15, 2026
dea1420
feat(38-01): create platform session module
Jan 16, 2026
2fef6b9
feat(38-01): wire session loading into agent startup
Jan 16, 2026
6465dc7
feat(39-01): create platform API client module
Jan 16, 2026
dbed42a
feat(40-01): create platform listing and selection tools
Jan 16, 2026
250e29b
feat(40-01): register platform tools with agent
Jan 16, 2026
403db29
feat(41-01): add provider connection check to API client
Jan 16, 2026
9ba289a
feat(41-01): create provider connection tools
Jan 16, 2026
1b04d78
feat(41-01): register provider connection tools
Jan 16, 2026
c120f2d
feat(42-01): add deployment types and API methods
Jan 16, 2026
5829292
feat(42-01): create deployment tools
Jan 16, 2026
44ea089
feat(42-01): register deployment tools with agent
Jan 16, 2026
6ac2d40
feat(43-01): add log types and API method
Jan 16, 2026
c42ceb9
feat(43-01): create GetServiceLogsTool
Jan 16, 2026
320cdbd
feat(44-01): add Project and Org command definitions
Jan 17, 2026
fafdfb5
fix(api): unwrap GenericResponse wrapper in platform API client
Jan 17, 2026
63c225f
feat(44-01): implement Project and Org command handlers
Jan 17, 2026
5d05c09
feat(44-01): wire up Project and Org commands in main.rs
Jan 17, 2026
83707ea
feat(45-01): add platform context to welcome banner
Jan 17, 2026
0c17082
feat(45-01): add platform context to input prompt
Jan 17, 2026
9a9eb00
feat(46-01): add retry logic for transient API failures
Jan 17, 2026
e0a3a81
feat(46-01): add actionable suggestions to API errors
Jan 17, 2026
50ef302
feat(46-01): add API connection health check
Jan 17, 2026
6222001
feat(platform): add cluster and registry API methods
Jan 17, 2026
407684a
feat(analyzer): add dockerfile discovery for deployment wizard
Jan 17, 2026
d79fdd5
feat(56-01): add CLI wizard deployment config types
Jan 17, 2026
82c83b8
feat(57-01): create wizard module structure
Jan 17, 2026
a968f34
feat(57-01): implement provider status aggregation
Jan 17, 2026
5632995
feat(57-01): implement provider selection prompt
Jan 17, 2026
d077bc1
feat(57-02): implement target selection step
Jan 17, 2026
28d0d0d
feat(57-02): implement cluster selection step
Jan 17, 2026
2cdb71c
feat(57-02): implement registry selection step
Jan 17, 2026
8aca9d9
feat(57-03): service configuration form
Jan 17, 2026
45b56af
feat(57-03): wizard orchestration
Jan 17, 2026
dce4552
feat(57-03): CLI deploy wizard command integration
Jan 17, 2026
582bd5a
feat(58-01): add registry provisioning types and API methods
Jan 17, 2026
8b63d8c
feat(58-01): create registry provisioning wizard step
Jan 17, 2026
a942f2d
feat(58-01): integrate registry provisioning into wizard orchestrator
Jan 17, 2026
c0dc60d
fix: detect provider connection from cloud credentials, not resources
Jan 17, 2026
71ef610
feat(59-01): create AnalyzeProjectTool for deployment discovery
Jan 17, 2026
79d5b27
feat(59-01): create ListDeploymentCapabilitiesTool and register tools
Jan 17, 2026
47167db
feat(59-02): add create_deployment_config API method
Jan 17, 2026
3552ab2
feat(59-02): create CreateDeploymentConfigTool for agent
Jan 17, 2026
947faa6
feat(59-02): create ProvisionRegistryTool and register tools
Jan 17, 2026
867944b
feat(60-01): create AnalyzeCodebaseTool for comprehensive analysis
Jan 17, 2026
9b4a265
feat(60-01): register AnalyzeCodebaseTool in platform module
Jan 17, 2026
cdde633
feat(60-01): cross-reference analyze_codebase in analyze_project next…
Jan 17, 2026
c3a696e
feat(61-01): add Scaleway, Cyso providers and is_available method
Jan 17, 2026
1ceb420
feat(61-01): show Coming Soon for unavailable providers in wizard
Jan 17, 2026
6a524f6
feat(61-01): add is_available to list_deployment_capabilities tool
Jan 17, 2026
638a844
refactor(62-01): fix clippy never_loop warnings in wizard orchestrator
Jan 17, 2026
34f6de9
fix(62-01): make deploy wizard the default when no subcommand provided
Jan 17, 2026
1f7759d
feat(62.1-01): add Environment type and API methods
Jan 17, 2026
ba9d6e9
feat(62.1-01): add environment fields to PlatformSession
Jan 17, 2026
8a88db2
feat(62.1-02): add EnvCommand to CLI with list and select
Jan 17, 2026
f5c2fbc
feat(62.1-02): add deploy new-env command with wizard
Jan 17, 2026
790031a
fix(62.1-02): correct environment API endpoint and field names
Jan 17, 2026
058d8dc
fix(62.1-02): correct ArtifactRegistry cloudProvider field name
Jan 17, 2026
5e250d6
feat(62.2-01): add Dockerfile selection wizard step
Jan 17, 2026
9f0518d
feat(62.2-01): integrate Dockerfile selection into wizard
Jan 17, 2026
5eb1c13
feat(11-01): add GitHub integration API types and methods
Jan 18, 2026
ca51b6c
fix(api): correct deployment config API response parsing
Jan 18, 2026
e8bba9d
feat(wizard): add smart repository connection to deploy flow
Jan 18, 2026
5ecbb75
fix(api): correct trigger deployment response parsing
Jan 18, 2026
53435a6
feat(11.1-01): fix CloudRunnerConfig to use provider-nested structure
Jan 18, 2026
d176b7c
fix: dockerfile path relative to build context + add deploy status co…
Jan 18, 2026
aaf95ed
chore(wizard): add debug logging for deployment trigger
Jan 18, 2026
af3229c
fix(wizard): use full dockerfile path for Docker build
Jan 18, 2026
cf6e95c
fix(wizard): use build_context + filename for dockerfile path
Jan 18, 2026
a5d1f82
debug: add verbose logging for deployment config request
Jan 18, 2026
7e0b13d
feat(11.3-01): add PortSource enum for source-based port tracking
Jan 19, 2026
153ec3b
feat(11.3-01): add health endpoint detection
Jan 19, 2026
aceeef7
feat(11.3-01): add infrastructure presence detection
Jan 19, 2026
5a9de9b
feat(11.3-02): add deployment recommendation engine
Jan 19, 2026
389bde7
feat(11.3-03): add DeployServiceTool for conversational deployment
Jan 19, 2026
14f3e82
fix(deploy): add duplicate detection and environment display to Deplo…
Jan 19, 2026
d198ccc
fix(api): wrap get_optional responses in GenericResponse
Jan 19, 2026
7a211c8
fix(api): use working endpoint for check_provider_connection
Jan 19, 2026
c907da2
fix(agent): register ListDeploymentCapabilitiesTool in agent
Jan 19, 2026
0c9f957
fix(agent): register CreateDeploymentConfigTool and DeployServiceTool
Jan 19, 2026
456a846
fix(deploy-status): check actual service readiness for Cloud Runner
Jan 19, 2026
af30a70
fix(prompt): reduce agent narration of internal reasoning
Jan 19, 2026
43075d0
fix(deploy): correct dockerfile path derivation for subdirectory depl…
Jan 19, 2026
1dd0ee6
fix(deploy): match manual wizard dockerfile/context path handling
Jan 20, 2026
d31a461
fix(deploy): use paths relative to analyzed dir, not project root
Jan 20, 2026
5680cd8
fix(11.3-01): derive dockerfile paths relative to repo root for Cloud…
Jan 20, 2026
0e298f7
fix(11.3-01): detect correct repository from local git remote
Jan 20, 2026
fbbd001
fix(11.3-01): prevent agent from polling deployment status in infinit…
Jan 20, 2026
d471d1d
fix(11.3-01): add is_public parameter with safe default (false)
Jan 20, 2026
7eeb961
fix(11.3-01): enforce human-in-the-loop for deployment changes
Jan 20, 2026
80f207a
Merge pull request #279 from syncable-dev/develop
Alex793x Jan 20, 2026
af18edf
chore: release v0.34.0
Alex793x Jan 20, 2026
62accac
Merge pull request #280 from syncable-dev/release-plz-2026-01-20T22-1…
Alex793x Jan 20, 2026
79f2d82
chore: release v0.34.0
Alex793x Jan 20, 2026
e040d75
Merge pull request #281 from syncable-dev/release-plz-2026-01-20T22-2…
Alex793x Jan 20, 2026
708839c
chore: release v0.34.0
Alex793x Jan 20, 2026
907a299
Merge pull request #282 from syncable-dev/release-plz-2026-01-20T22-3…
Alex793x Jan 21, 2026
6b10514
chore: release v0.34.1
Alex793x Jan 21, 2026
f40246f
Merge pull request #283 from syncable-dev/release-plz-2026-01-21T18-0…
Alex793x Jan 22, 2026
5060285
chore: release v0.34.1
Alex793x Jan 22, 2026
3e00823
Merge pull request #284 from syncable-dev/release-plz-2026-01-22T22-5…
Alex793x Jan 23, 2026
731e079
feat(12-01): add --ag-ui flag for frontend connectivity
Jan 23, 2026
908459d
feat(13-01): connect ToolDisplayHook to EventBridge for tool events
Jan 23, 2026
73fdb74
feat(14-01): wire LLM response handling to AG-UI EventBridge
Jan 25, 2026
f2959b8
feat(15-01): add AG-UI state synchronization
Jan 25, 2026
5e3a343
feat(16-01): add interrupt methods to EventBridge for human-in-the-loop
Jan 25, 2026
762689f
feat(17-01): emit step/thinking events during agent processing
Jan 25, 2026
3069457
feat(18-01): add agent command for headless AG-UI server mode
Jan 25, 2026
1f86b8b
feat(19-01): add container deployment configurations
Jan 25, 2026
36a2942
test(20-01): add AG-UI server integration tests
Jan 25, 2026
0007469
feat(21-01): add message channel to ServerState
Jan 25, 2026
2d711b1
feat(21-01): handle WebSocket incoming messages
Jan 25, 2026
5ffb9aa
feat(21-01): add POST /message endpoint
Jan 25, 2026
3929022
feat(22-01): create AgentProcessor module with session management
Jan 25, 2026
03fb436
feat(22-01): implement message processing loop
Jan 25, 2026
8a1920b
feat(22-01): wire processor to server startup
Jan 25, 2026
1d42ffc
chore(23-01): add CopilotKit dependencies
Jan 25, 2026
7c775fd
feat(23-01): create CopilotKit provider wrapper
Jan 25, 2026
c013aa4
feat(23-01): create agent chat route with CopilotKit
Jan 25, 2026
3627bf8
feat(23-01): wire CopilotKit provider and navigation
Jan 25, 2026
d6a877c
fix(23-01): use CopilotChat component instead of headless API
Jan 25, 2026
d84c3d2
Merge pull request #252 from syncable-dev/dependabot/cargo/develop/se…
Alex793x Jan 29, 2026
eb087b1
feat(hetzner): add dynamic availability API for smart resource selection
Feb 4, 2026
255e931
feat(wizard): integrate dynamic Hetzner availability into deployment …
Feb 4, 2026
58e6bcb
feat(hetzner): remove hardcoded data, require dynamic API fetching
Feb 4, 2026
6da645b
feat: early ag-ui implementation with test along
Feb 4, 2026
7e89b0b
Merge branch 'develop' of github.com:syncable-dev/syncable-cli into d…
Feb 4, 2026
5799bb8
feat(agent): add list_hetzner_availability tool, require dynamic data…
Feb 5, 2026
86f69b7
fix(hetzner): use /api/v1/cloud-runner/hetzner/options endpoint
Feb 5, 2026
2a6c3fb
fix(hetzner): use availability API for real-time capacity data
Feb 5, 2026
60188f9
feat: new availability feature for hetzner deployment through agent. …
Feb 5, 2026
8c05967
Merge pull request #286 from syncable-dev/develop
Alex793x Feb 5, 2026
19780fa
feat: vendor ag-ui-core and ag-ui-server crates
Feb 5, 2026
bdeaf51
Merge pull request #287 from syncable-dev/develop
Alex793x Feb 5, 2026
7f3f85d
chore: release v0.34.2
Alex793x Feb 5, 2026
abcfe26
Merge pull request #285 from syncable-dev/release-plz-2026-01-23T11-3…
Alex793x Feb 5, 2026
07519b7
feat: updated wizzard with env findings and private/public endpoint f…
Feb 16, 2026
55a4613
feat: private network service discovery added
Feb 16, 2026
8a20112
Merge pull request #292 from syncable-dev/develop
Alex793x Feb 16, 2026
3dd0478
feat: updated cli with newest dependencies an updated syncable-ag-ui-…
Feb 20, 2026
ab24ecf
feat: cargo fmt
Feb 20, 2026
56af8cc
feat: fixed clippy issues
Feb 20, 2026
63760e1
Merge pull request #293 from syncable-dev/develop
Alex793x Feb 20, 2026
e38c587
chore: release v0.35.0
Alex793x Feb 20, 2026
76590a9
Merge pull request #288 from syncable-dev/release-plz-2026-02-05T14-0…
Alex793x Feb 20, 2026
fa3da7a
chore: release v0.35.1
Alex793x Feb 20, 2026
642fb7d
Merge pull request #294 from syncable-dev/release-plz-2026-02-20T10-5…
Alex793x Feb 24, 2026
b90e555
fix: convert service Dockerfiles to multi-stage builds for ARM64 comp…
Mar 11, 2026
7cabb5e
fix(agent): restore write/shell tools on follow-up confirmation turns
Mar 11, 2026
e6f4d9b
bug: hallucinated project_id
Mar 13, 2026
9d8b26d
Mar 15, 2026
1f30127
Merge pull request #299 from syncable-dev/bug/stale-project-id-parsing
Alex793x Mar 15, 2026
c277de7
Merge pull request #301 from syncable-dev/develop
Alex793x Mar 15, 2026
0761f56
chore: release v0.35.1
Alex793x Mar 15, 2026
b6e654a
Merge pull request #296 from syncable-dev/release-plz-2026-02-24T14-3…
Alex793x Mar 16, 2026
274757b
feat: early agu-ui protocol added
Mar 27, 2026
08f0b6c
Merge branch 'main' of github.com:syncable-dev/syncable-cli into sync…
Mar 27, 2026
0238715
docs: add syncable CLI skills design spec
Mar 27, 2026
78bcf00
docs: add syncable CLI skills implementation plan
Mar 27, 2026
8ab667e
chore: scaffold skills directory structure
Mar 27, 2026
93ee7dc
feat(skills): add syncable-analyze command skill
Mar 27, 2026
b1c8a16
feat(skills): add syncable-security command skill
Mar 27, 2026
86b40f4
feat(skills): add syncable-vulnerabilities command skill
Mar 27, 2026
0336496
feat(skills): add syncable-dependencies command skill
Mar 27, 2026
c05b8f5
feat(skills): add syncable-validate command skill
Mar 27, 2026
5209c97
feat(skills): add syncable-optimize command skill
Mar 27, 2026
e626a31
feat(skills): add syncable-platform command skill
Mar 27, 2026
e094740
feat(skills): add syncable-project-assessment workflow skill
Mar 27, 2026
d0f72f0
feat(skills): add syncable-security-audit workflow skill
Mar 27, 2026
05c63cd
feat(skills): add syncable-iac-pipeline workflow skill
Mar 27, 2026
b5b324b
feat(skills): add syncable-deploy-pipeline workflow skill
Mar 27, 2026
e7ff97b
docs: add npx installer design spec
Mar 27, 2026
f5bf485
docs: add npx installer implementation plan
Mar 27, 2026
98d55d7
chore(installer): scaffold npx installer project
Mar 27, 2026
e12962b
feat(installer): add constants and utils module with version parsing
Mar 27, 2026
b7d0fec
feat(installer): add skill loader with frontmatter parsing
Mar 27, 2026
0c83e02
feat(installer): add agent detection for 5 AI coding agents
Mar 27, 2026
7728280
feat(installer): add Claude and Codex format transformers
Mar 27, 2026
b5ac975
feat(installer): add Cursor, Windsurf, and Gemini format transformers
Mar 27, 2026
0f34a0f
feat(installer): add prerequisite check and installation modules
Mar 27, 2026
494cd9d
feat(installer): add install command with skill writers for all 5 agents
Mar 27, 2026
561b3fd
feat(installer): add uninstall command with glob removal and Gemini m…
Mar 27, 2026
616cc9b
feat(installer): add status command with per-agent skill counting
Mar 27, 2026
985f49a
feat(installer): add update command (re-exports uninstall + install)
Mar 27, 2026
97eb905
feat(installer): add CLI entrypoint with commander, inquirer, ora, chalk
Mar 27, 2026
687f217
fix(installer): add verbose logging, forward all flags in update command
Mar 27, 2026
6e8169e
docs(installer): add professional npm README with logo and metadata
Mar 27, 2026
f922145
docs: agent output pipeline design spec
Mar 27, 2026
3900467
docs: agent output pipeline implementation plan (10 tasks)
Mar 27, 2026
822b094
fix: add failures/diagnostics fields to find_issues_array
Mar 27, 2026
3070520
feat: add resolve_latest() for cross-process ref_id resolution
Mar 27, 2026
a75090e
feat: add CLI variants of compression functions
Mar 27, 2026
04a698e
feat: add --agent flag to 5 scan commands and Retrieve subcommand
Mar 27, 2026
d83841a
feat: wire --agent flag in command handlers and add Retrieve command
Mar 27, 2026
cd6f565
feat: rewrite workflow skills with --agent and cross-step retrieval
Mar 27, 2026
f6909d8
feat: rewrite command skills to use --agent flag
Mar 27, 2026
a2937e5
feat: claude skills feature
Mar 28, 2026
ad2dd1e
feat: removed .env
Mar 28, 2026
f2dd6fe
feat: updating test cases
Mar 28, 2026
72e360e
feat: wire validate command, fix per-directory vuln/dep scanning, add…
Mar 28, 2026
88b2800
merge: integrate develop branch into syncable-cli-skills
Mar 28, 2026
0b5b548
ci: ignore 6 new transitive dependency advisories (aws-lc-sys, rustls…
Mar 28, 2026
afada00
Merge pull request #303 from syncable-dev/syncable-cli-skills
Alex793x Mar 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@ jobs:
# Ignore advisories in transitive dependencies we cannot control:
# - gix-date (RUSTSEC-2025-0140): via rustsec crate, awaiting upstream fix
# - bincode (RUSTSEC-2025-0141): via syntect, marked "complete" by maintainer
# - aws-lc-sys (RUSTSEC-2026-0044..0048): via aws-sdk, awaiting upstream bump to >=0.39.0
# - rustls-webpki (RUSTSEC-2026-0049): via rustls, awaiting upstream bump to >=0.103.10
# - Other transitive deps from rustsec, aws-sdk, kube, etc.
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141,RUSTSEC-2026-0044,RUSTSEC-2026-0045,RUSTSEC-2026-0046,RUSTSEC-2026-0047,RUSTSEC-2026-0048,RUSTSEC-2026-0049
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ node_modules/

# Planning documents (local only, not shared)
.planning/
.env

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
Expand Down
646 changes: 646 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncable-cli"
version = "0.26.1"
version = "0.36.0"
edition = "2024"
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
authors = ["Syncable Team"]
Expand Down
Loading
Loading