Sync and prepare AI coding tool configurations for quick model switching.
Sync AI coding tool configuration snapshots into your vault. This plugin starts as a simple config snapshot syncer and will grow into a helper for programming beginners to quickly switch and configure AI models.
Config Manager/zhang_aifende_macbook-air/codex/config.toml.md.Codex, Claude and OpenCode checked if you want to sync them.AI Switch sidebar.Sync to note to refresh snapshots, or Apply to local to write a snapshot back to the local config file.Config Manager/
└── zhang_aifende_macbook-air/
├── codex/
│ └── config.toml.md
├── claude/
│ └── settings.json.md
└── opencode/
└── opencode.json.md
Default tool paths:
~/.codex/config.toml
~/.claude/settings.json
~/.config/opencode
Folder sources import .toml, .json, .yaml and .yml files recursively. Missing paths are skipped automatically.
When applying a snapshot to local config, AI Switch asks for confirmation and creates a timestamped backup next to the original file before overwriting it.
Config root folder: Vault-relative folder for snapshots. Default: Config Manager.Codex: Sync ~/.codex/config.toml by default.Claude: Sync ~/.claude/settings.json by default.OpenCode: Sync ~/.config/opencode by default.npm install
npm run build
MIT