Copilot CLI v1.0.48: Token Pricing, CJK Rendering & Model Fixes
Copilot CLI 1.0.48 fixes CJK rendering, token price display, glob pattern handling, and token limit accuracy across models. Nine fixes total.
TL;DR
- Model picker now shows actual token prices instead of dot indicators
- CJK characters and emoji render without line gaps
- Token limit display fixed across all models
- Glob patterns in instruction files now apply correctly
New
- Token price display in model picker — Token-based billing users now see actual prices instead of generic dot indicators when selecting models.
- ACP config sync on model change — ACP clients receive updated config options immediately when you switch the active model.
Fixed
- CJK and emoji rendering — Input text with Chinese, Japanese, Korean characters or emoji no longer renders with blank gaps between lines.
- Glob pattern instruction files — Unquoted glob patterns in applyTo frontmatter (e.g.,
applyTo: **/*.ts) are now applied correctly. - Token limit display —
/contextcommand now shows correct token limits for all models instead of always displaying 128k. - Terminal cursor positioning — Cursor now appears on the input field instead of on decorative elements like the selected tab.
- /ask dialog behavior — Dialog no longer prompts for follow-up replies it cannot receive.
- Skill content injection — YAML frontmatter metadata is no longer included when skill content is injected to the model.
- Azure DevOps workspace handling — Built-in github-mcp-server auto-disables in Azure DevOps-only workspaces when running in prompt/headless mode, matching interactive mode behavior.
Update with: gh copilot update
Source: Copilot CLI