Sitelet https://github.com/modelstudioai/cli/tags
Skip to content

Tags: modelstudioai/cli

Tags

v1.18.1

Toggle v1.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #179 from modelstudioai/feat/cancel-key-auth

chore(release): prepare 1.18.1

v0.0.0-beta-bd8b08b-202608280514

Toggle v0.0.0-beta-bd8b08b-202608280514's commit message
feat: cancel validate API key

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #176 from modelstudioai/feat/profile-capability-fa…

…llback

feat(auth): add Profile API key capability fallback

bailian-kb-dsh-v0.1.19

Toggle bailian-kb-dsh-v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #175 from modelstudioai/feat/migrate-kb-dsh-plugin

Feat/migrate kb dsh plugin

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #172 from modelstudioai/feat/iteration1-w1-foundation

Feat/iteration1 w1 foundation

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #169 from modelstudioai/release/1.17.0

chore(release): prepare 1.17.0

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #166 from modelstudioai/feat/iteration1-w1-foundation

Feat/iteration1 w1 foundation

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #164 from modelstudioai/feat/version-1.15.1

chore(release): prepare 1.15.1

v0.0.0-beta-98acbd7-202608161546

Toggle v0.0.0-beta-98acbd7-202608161546's commit message
feat(dsh): feature catalog with per-feature tools + personal TokenPla…

…n commands

Add a feature catalog (`packages/dsh/src/features.ts`) that drives two entry
points from one declaration: a model tool per feature (natural-language
entry) and a card-click webServer route (UI entry). Each feature declares
its `bl` argv, optional parameter flags, and a `summarize` projection, so
adding a capability means adding one catalog entry rather than wiring a
tool and a route separately.

New CLI commands backing the TokenPlan usage panel:

- `bl token-plan personal-usage` — 5h/1w usage percentage, subscription
  state, and addon credits, unwrapping the console gateway's nested
  `data.DataV2.data.data` envelope.
- `bl token-plan personal-key` — the masked personal-edition API key.

Both are `auth: "console"` and registered per the command checklist
(library export, `bl` product map, e2e topic routes, generated reference).

Two type fixes in the tool registration path:

- The parameter map was typed `Record<string, { type: string; ... }>`,
  which widens `FeatureParam["type"]` to `string` and is then unassignable
  to `ParameterSchemaSpec` (it needs the literal union). Keep the literal.
- `invokeFeature` returned `Promise<unknown>`, so the tool's `{ summary,
  data }` value failed `Record<string, JsonValue>`. It parses
  `bl --output json` output, so its return type is `JsonValue` — narrowing
  the signature is more honest than casting at the call site.

Co-Authored-By: Claude <noreply@anthropic.com>

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #161 from modelstudioai/agent/release-1.15.0

chore(release): prepare 1.15.0