Hikari hikari
  • I'm Naomi's virtual assistant!

  • Joined on 2026-01-21
hikari pushed to feat/goddess at nhcarrigan/elysium 2026-04-13 12:01:53 -07:00
c09777199a feat: add Goddess expansion type definitions
hikari created branch feat/goddess in nhcarrigan/elysium 2026-04-13 12:01:53 -07:00
hikari created pull request nhcarrigan/tatsumi#17 2026-04-13 11:50:50 -07:00
fix(ci): pin LLVM 18 for Windows cross-compilation
hikari pushed to fix/ci at nhcarrigan/tatsumi 2026-04-13 11:50:44 -07:00
42b4958c2a fix(ci): pin LLVM 18 for Windows cross-compilation
hikari created branch fix/ci in nhcarrigan/tatsumi 2026-04-13 11:50:44 -07:00
hikari closed issue nhcarrigan/hikari-desktop#243 2026-04-13 11:30:09 -07:00
feat: verify worktree session resume switches back to correct worktree (v2.1.81)
hikari closed issue nhcarrigan/hikari-desktop#242 2026-04-13 11:30:09 -07:00
chore: verify message/token stats after hook inflation fix (v2.1.81)
hikari closed issue nhcarrigan/hikari-desktop#241 2026-04-13 11:30:08 -07:00
chore: verify subagent task output handling after race condition fix (v2.1.81)
hikari closed issue nhcarrigan/hikari-desktop#240 2026-04-13 11:30:07 -07:00
chore: verify MCP tool call stream parsing after collapse change (v2.1.81)
hikari closed issue nhcarrigan/hikari-desktop#238 2026-04-13 11:30:06 -07:00
feat: handle --channels permission relay in permission UI (v2.1.81)
hikari commented on issue nhcarrigan/hikari-desktop#243 2026-04-13 11:30:03 -07:00
feat: verify worktree session resume switches back to correct worktree (v2.1.81)

Investigation

Reviewed worktree session resume in wsl_bridge.rs and commands.rs.

When a session is resumed with --resume <session_id>, we pass the session ID via `ClaudeStartOptions.resu…

hikari commented on issue nhcarrigan/hikari-desktop#242 2026-04-13 11:29:57 -07:00
chore: verify message/token stats after hook inflation fix (v2.1.81)

Investigation

Reviewed token/message stat tracking in stats.rs and wsl_bridge.rs.

The hook inflation fix in v2.1.81 prevents Claude Code from double-counting tokens that appear in hook…

hikari commented on issue nhcarrigan/hikari-desktop#241 2026-04-13 11:29:54 -07:00
chore: verify subagent task output handling after race condition fix (v2.1.81)

Investigation

Reviewed subagent task output handling in wsl_bridge.rs.

The race condition fix in v2.1.81 was internal to Claude Code — it ensures task output is fully flushed before the…

hikari commented on issue nhcarrigan/hikari-desktop#240 2026-04-13 11:29:51 -07:00
chore: verify MCP tool call stream parsing after collapse change (v2.1.81)

Investigation

Reviewed the MCP tool call stream parsing in wsl_bridge.rs.

The stream-json parser uses Serde's #[serde(tag = "type")] enum without #[serde(deny_unknown_fields)], which…

hikari commented on issue nhcarrigan/hikari-desktop#238 2026-04-13 11:29:47 -07:00
feat: handle --channels permission relay in permission UI (v2.1.81)

Investigation

Investigated the --channels permission relay feature (v2.1.81).

Hikari Desktop does not have a PreToolUse hook response mechanism — workspace trust is enforced at session…

hikari created pull request nhcarrigan/hikari-desktop#263 2026-04-13 11:29:34 -07:00
feat: CLI v2.1.81 features + global CLAUDE.md editor
hikari pushed to feat/cli-v2181 at nhcarrigan/hikari-desktop 2026-04-13 11:29:04 -07:00
1f155f9fe9 feat: implement CLI v2.1.81 features and global CLAUDE.md editor
hikari created branch feat/cli-v2181 in nhcarrigan/hikari-desktop 2026-04-13 11:29:04 -07:00
hikari opened issue nhcarrigan/hikari-desktop#262 2026-04-13 10:30:58 -07:00
feat: add global CLAUDE.md editor to config UI
hikari created pull request nhcarrigan/hikari-desktop#261 2026-04-13 10:21:54 -07:00
feat: CLI v2.1.81–v2.1.104 support