Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
basicmachines-co
/
basic-memory
Public
Notifications
You must be signed in to change notification settings
Fork
276
Star
3.9k
Code
Issues
55
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: Windows CLI Unicode encoding errors
- #411
#411
Merged
phernandez
merged 28 commits into
main
basicmachines-co/basic-memory:main
from
fix/windows-cli-unicode-support
basicmachines-co/basic-memory:fix/windows-cli-unicode-support
Copy head branch name to clipboard
Nov 2, 2025
Conversation
Commits
28
(28)
Checks
Files changed
Merged
fix: Windows CLI Unicode encoding errors
#411
phernandez
merged 28 commits into
main
basicmachines-co/basic-memory:main
from
fix/windows-cli-unicode-support
basicmachines-co/basic-memory:fix/windows-cli-unicode-support
Copy head branch name to clipboard
Commits
Commits on Oct 28, 2025
Add SPEC-20: Simplified Project-Scoped Rclone Sync
Show description for a927419
phernandez
committed
a927419
View commit details
Copy full SHA for a927419
Browse repository at this point
feat(config): Add cloud_projects schema for project-scoped sync (SPEC-20 Phase 1)
Show description for 8bc550f
phernandez
and
claude
committed
8bc550f
View commit details
Copy full SHA for 8bc550f
Browse repository at this point
feat(rclone): Add simplified configure_rclone_remote() function (SPEC-20 Phase 2)
Show description for 7c2b8b5
phernandez
and
claude
committed
7c2b8b5
View commit details
Copy full SHA for 7c2b8b5
Browse repository at this point
refactor(rclone): Clean up deprecated functions from rclone_config.py
Show description for 0887ad4
phernandez
and
claude
committed
0887ad4
View commit details
Copy full SHA for 0887ad4
Browse repository at this point
refactor: Clean up deprecated rclone_config import references
Show description for 685cccf
phernandez
and
claude
committed
685cccf
View commit details
Copy full SHA for 685cccf
Browse repository at this point
feat: Add project-scoped rclone commands (SPEC-20 Phase 3)
Show description for 7306524
phernandez
and
claude
committed
7306524
View commit details
Copy full SHA for 7306524
Browse repository at this point
docs: Update SPEC-20 to mark Phase 2 and Phase 3 complete
Show description for ffe5aa4
phernandez
and
claude
committed
ffe5aa4
View commit details
Copy full SHA for ffe5aa4
Browse repository at this point
feat: Add project sync CLI commands (SPEC-20 Phase 4)
Show description for 3b1cd87
phernandez
and
claude
committed
3b1cd87
View commit details
Copy full SHA for 3b1cd87
Browse repository at this point
docs: Mark SPEC-20 Phase 4 complete
Show description for c63bf1a
phernandez
and
claude
committed
c63bf1a
View commit details
Copy full SHA for c63bf1a
Browse repository at this point
feat(SPEC-20): Phase 5 cleanup - Remove tenant-wide sync operations
Show description for 22d1a8b
phernandez
committed
22d1a8b
View commit details
Copy full SHA for 22d1a8b
Browse repository at this point
docs(SPEC-20): Mark Phase 5 cleanup as complete
Show description for daf5add
phernandez
committed
daf5add
View commit details
Copy full SHA for daf5add
Browse repository at this point
docs(SPEC-20): Update cloud-cli.md for project-scoped sync
Show description for da9c702
phernandez
committed
da9c702
View commit details
Copy full SHA for da9c702
Browse repository at this point
fix: Remove obsolete tests for deleted sync functionality
Show description for db85186
phernandez
committed
db85186
View commit details
Copy full SHA for db85186
Browse repository at this point
feat: SPEC-20 enhancements - cleanup, path normalization, and docs
Show description for d749c77
phernandez
and
claude
committed
d749c77
View commit details
Copy full SHA for d749c77
Browse repository at this point
test: fix rclone command tests for path normalization
Show description for b049c5c
phernandez
and
claude
committed
b049c5c
View commit details
Copy full SHA for b049c5c
Browse repository at this point
fix: handle project removal for cloud-only projects
Show description for bc37ecf
phernandez
and
claude
committed
bc37ecf
View commit details
Copy full SHA for bc37ecf
Browse repository at this point
Commits on Oct 30, 2025
fix: use cross-platform path comparisons in Windows tests
Show description for d754cf9
phernandez
committed
d754cf9
View commit details
Copy full SHA for d754cf9
Browse repository at this point
fix: use Path comparison for cross-platform rclone command test
Show description for 045e931
phernandez
committed
045e931
View commit details
Copy full SHA for 045e931
Browse repository at this point
Commits on Nov 1, 2025
fix: configure rclone encoding to prevent quoting filenames with spaces
Show description for e114de9
phernandez
and
claude
committed
e114de9
View commit details
Copy full SHA for e114de9
Browse repository at this point
feat: add force_full parameter to sync API for bisync operations
Show description for 0c29884
phernandez
and
claude
committed
0c29884
View commit details
Copy full SHA for 0c29884
Browse repository at this point
refactor: consolidate normalize_project_path into shared utils module
Show description for 6c720da
phernandez
and
claude
committed
6c720da
View commit details
Copy full SHA for 6c720da
Browse repository at this point
test: add tests for force_full parameter and fix Windows path normalization
Show description for 895a799
phernandez
committed
895a799
View commit details
Copy full SHA for 895a799
Browse repository at this point
fix: improve force_full test to set mtime before watermark
Show description for 36149d6
phernandez
committed
36149d6
View commit details
Copy full SHA for 36149d6
Browse repository at this point
Commits on Nov 2, 2025
Fix Windows CLI Unicode encoding errors
Show description for 92bd3a5
groksrc
and
claude
committed
92bd3a5
View commit details
Copy full SHA for 92bd3a5
Browse repository at this point
Fix Windows Unicode error with bidirectional arrow character
Show description for 5642ac9
groksrc
and
claude
committed
5642ac9
View commit details
Copy full SHA for 5642ac9
Browse repository at this point
Merge branch 'main' into fix/windows-cli-unicode-support
Show description for e75aa0b
phernandez
authored
e75aa0b
View commit details
Copy full SHA for e75aa0b
Browse repository at this point
add unicode rule to code review
Show description for af835c3
phernandez
committed
af835c3
View commit details
Copy full SHA for af835c3
Browse repository at this point
fix unicode assertions in tests
Show description for 7fdcfda
phernandez
committed
7fdcfda
View commit details
Copy full SHA for 7fdcfda
Browse repository at this point
You can’t perform that action at this time.