Skip to content

Commit 5e78282

Browse files
committed
Use fixed plugin SDK
1 parent 38dd617 commit 5e78282

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hf-plugin-switchboard"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "HaloForge Switchboard plugin backend"
66
license = "MIT"

frontend/package-lock.json

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@hf-plugin-switchboard/frontend",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"type": "module",
66
"scripts": {
77
"build": "vite build",
88
"dev": "vite build --watch"
99
},
1010
"dependencies": {
11-
"@haloforge/plugin-sdk": "^0.2.5",
11+
"@haloforge/plugin-sdk": "^0.2.6",
1212
"@tauri-apps/api": "^2.0.0",
1313
"lucide-react": "^0.500.0"
1414
},

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://haloforge.dev/schemas/plugin/v1.json",
33
"id": "dev.haloforge.switchboard",
44
"name": "Provider Router",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"description": "Fast local provider configuration for Claude Code, Codex, and MCP.",
77
"long_description": "Adds a HaloForge module for applying provider endpoints to Claude Code and Codex, writing MCP server specs, and restoring local config backups.",
88
"author": "HaloForge Team",

0 commit comments

Comments
 (0)