chore: update SUPPORTED_CLI_VERSION to 2.1.104 (v2.1.104) #260

Closed
opened 2026-04-13 09:12:17 -07:00 by hikari · 1 comment
Owner

Context

The changelog audit from v2.1.80 to v2.1.104 is now complete. Issues have been filed for all relevant changes that require implementation work:

  • #253CwdChanged and FileChanged hook events (v2.1.83)
  • #254TaskCreated hook event (v2.1.84)
  • #255 — Idle-return prompt after 75+ minutes (v2.1.84)
  • #256PermissionDenied hook event (v2.1.89)
  • #257defer permission response for PreToolUse hooks (v2.1.89)
  • #258 — Monitor tool in stream parsing (v2.1.98)
  • #259disableSkillShellExecution config exposure (v2.1.91)

Changes reviewed and consciously skipped (not relevant to the desktop wrapper):

  • --bare flag — scripted/CI use case, not applicable to our interactive session model
  • Bedrock / Vertex AI setup wizards — pure CLI UI, no stream-json impact
  • /tag and /vim command removal — not present in our slash command list
  • Default effort level change (medium → high) — no effort level UI in Hikari Desktop
  • refreshInterval status line setting — we don't parse/display status line config
  • CLAUDE_CODE_PERFORCE_MODE env var — too niche for general exposure
  • /team-onboarding command — CLI-side feature, no stream-json representation
  • --channels permission relay — relay infrastructure, not our concern
  • managed-settings.d/ drop-in directory — admin/enterprise feature
  • Various provider/auth fixes — not relevant to our wrapper layer
  • X-Claude-Code-Session-Id header — HTTP transport detail, not stream-json
  • CLAUDE_CODE_NO_FLICKER=1 / focus view toggle — TUI rendering, irrelevant in stream-json mode

Tasks

  • Update SUPPORTED_CLI_VERSION in src/lib/components/CliVersion.svelte from "2.1.80" to "2.1.104"
  • Update the audit record in the project memory file

References

  • src/lib/components/CliVersion.svelte line 5

This issue was created with help from Hikari~ 🌸

## Context The changelog audit from **v2.1.80** to **v2.1.104** is now complete. Issues have been filed for all relevant changes that require implementation work: - #253 — `CwdChanged` and `FileChanged` hook events (v2.1.83) - #254 — `TaskCreated` hook event (v2.1.84) - #255 — Idle-return prompt after 75+ minutes (v2.1.84) - #256 — `PermissionDenied` hook event (v2.1.89) - #257 — `defer` permission response for PreToolUse hooks (v2.1.89) - #258 — Monitor tool in stream parsing (v2.1.98) - #259 — `disableSkillShellExecution` config exposure (v2.1.91) Changes reviewed and **consciously skipped** (not relevant to the desktop wrapper): - `--bare` flag — scripted/CI use case, not applicable to our interactive session model - Bedrock / Vertex AI setup wizards — pure CLI UI, no stream-json impact - `/tag` and `/vim` command removal — not present in our slash command list - Default effort level change (medium → high) — no effort level UI in Hikari Desktop - `refreshInterval` status line setting — we don't parse/display status line config - `CLAUDE_CODE_PERFORCE_MODE` env var — too niche for general exposure - `/team-onboarding` command — CLI-side feature, no stream-json representation - `--channels` permission relay — relay infrastructure, not our concern - `managed-settings.d/` drop-in directory — admin/enterprise feature - Various provider/auth fixes — not relevant to our wrapper layer - `X-Claude-Code-Session-Id` header — HTTP transport detail, not stream-json - `CLAUDE_CODE_NO_FLICKER=1` / focus view toggle — TUI rendering, irrelevant in stream-json mode ## Tasks - [ ] Update `SUPPORTED_CLI_VERSION` in `src/lib/components/CliVersion.svelte` from `"2.1.80"` to `"2.1.104"` - [ ] Update the audit record in the project memory file ## References - `src/lib/components/CliVersion.svelte` line 5 ✨ This issue was created with help from Hikari~ 🌸
Author
Owner

Resolved in PR #261. Updated SUPPORTED_CLI_VERSION constant in CliVersion.svelte from "2.1.80" to "2.1.104".

Resolved in PR #261. Updated `SUPPORTED_CLI_VERSION` constant in `CliVersion.svelte` from `"2.1.80"` to `"2.1.104"`. ✨
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#260