Skip to content

Commit f4197ef

Browse files
committed
Prepare switchboard 0.1.4 release
1 parent 5e78282 commit f4197ef

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The first release focuses on safe local writes: every apply/install operation cr
1414

1515
- HaloForge Level 0 module plugin
1616
- Rust backend built with `haloforge-plugin-api` `0.2.5`
17-
- React frontend built with `@haloforge/plugin-sdk` `0.2.5`
17+
- React frontend built with `@haloforge/plugin-sdk` `0.2.8`
1818
- Claude Code provider writes with `ANTHROPIC_BASE_URL`, token, and model env vars
1919
- Optional Claude `primaryApiKey` and onboarding flags used by switch workflows
2020
- Codex provider writes that preserve existing `config.toml` sections such as `[mcp_servers]` and `[profiles]`
@@ -83,7 +83,7 @@ Install the packaged plugin into a local HaloForge workspace with the `hf` CLI:
8383

8484
```bash
8585
cd /path/to/HaloForge
86-
npm run hf -- plugin install local /path/to/hf-plugin-switchboard/dist/package/dev.haloforge.switchboard-0.1.3.hfpkg --json
86+
npm run hf -- plugin install local /path/to/hf-plugin-switchboard/dist/package/dev.haloforge.switchboard-0.1.4.hfpkg --json
8787
npm run hf -- plugin list --json
8888
```
8989

backend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl HaloForgePlugin for SwitchboardPlugin {
3131
PluginMetadata {
3232
id: "dev.haloforge.switchboard".into(),
3333
name: "Switchboard".into(),
34-
version: "0.1.2".into(),
34+
version: "0.1.4".into(),
3535
description: "Fast local configuration switching for Claude Code, Codex, and MCP."
3636
.into(),
3737
author: "HaloForge Team".into(),

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "vite build --watch"
99
},
1010
"dependencies": {
11-
"@haloforge/plugin-sdk": "^0.2.6",
11+
"@haloforge/plugin-sdk": "^0.2.8",
1212
"@tauri-apps/api": "^2.0.0",
1313
"lucide-react": "^0.500.0"
1414
},

0 commit comments

Comments
 (0)