Skip to content

Tags: simeneide/kimaki

Tags

kimaki@0.4.72

Toggle kimaki@0.4.72's commit message
release: kimaki@0.4.72

kimaki@0.4.71

Toggle kimaki@0.4.71's commit message
chore: update lockfile after kimaki@0.4.71 release

kimaki@0.4.70

Toggle kimaki@0.4.70's commit message
release: kimaki@0.4.70

kimaki@0.4.69

Toggle kimaki@0.4.69's commit message
chore: update lockfile after kimaki@0.4.69 publish

kimaki@0.4.68

Toggle kimaki@0.4.68's commit message
release: kimaki@0.4.68

kimaki@0.4.67

Toggle kimaki@0.4.67's commit message
chore(release): kimaki 0.4.67

- feat: /session-id command shows session ID and opencode attach command
- fix: harden opencode plugin hooks with errore.tryAsync to prevent crashes
- fix: file upload timeout uses explicit AbortController instead of AbortSignal.timeout
- fix: suppress embed previews in /model confirmation replies
- fix: label voice transcriptions with source prefix for model context
- fix: /context-usage shows percentage first for quicker scanning
- docs: clarify kimaki tunnel --tunnel-id safety warning
- chore: bump tuistory skill and traforo submodule

traforo@0.0.8

Toggle traforo@0.0.8's commit message
release: traforo@0.0.8

WebSocket subprotocol and query param proxying fixes, Vite HMR support

Bug Fixes:
- WebSocket subprotocol forwarding: DO now echoes Sec-WebSocket-Protocol
  header and client forwards subprotocol to local server, fixing strict
  clients like ws library and Vite HMR
- Query param proxying for WebSocket: Forward query params like ?token=xxx
  to local server instead of dropping them
- Internal query param leakage: Strip _tunnelId from HTTP and WebSocket
  requests before forwarding

Tests:
- Added comprehensive Vite HMR integration test verifying HTML serving,
  module requests, HMR WebSocket with vite-hmr protocol, and live file updates

kimaki@0.4.66

Toggle kimaki@0.4.66's commit message
release: kimaki@0.4.66

Session search, branch/idle awareness, skills, SDK v2, and typing lifecycle fixes

Features:
- Session search CLI for finding past conversations with text/regex
- Plugin synthetic parts for branch detection and idle-time gaps
- Skills infrastructure with sync script and auto-loading
- V8 heap snapshots for OOM crash debugging
- Verbose OpenCode server logging flag
- CLI upgrade now auto-restarts the bot

Fixes:
- Read-only permissions for explore subagents
- Typing indicator zombie prevention on cleanup
- Detached git state warnings
- Message truncation for Discord API limits
- Archive delay increased to 5s

Refactoring:
- Complete SDK v2 migration (flat params)
- Bash inline threshold raised to 100 chars

Chore:
- Bump errore to 0.12.0
- Add traforo comprehensive docs

kimaki@0.4.65

Toggle kimaki@0.4.65's commit message
chore(discord): release v0.4.65

kimaki@0.4.64

Toggle kimaki@0.4.64's commit message
release: kimaki@0.4.64

- feat: search across all projects in session read when session not found in current project
- feat: add --no-critique flag to disable automatic diff uploads to critique.work (addresses remorses#37)
- fix: improved Discord markdown rendering - prevent list/code block concatenation that breaks Discord parsing
- fix: silently remove permission buttons on auto-reject instead of sending warning message
- fix: abort all active sessions before restarting OpenCode server to prevent orphaned requests
- refactor: rely on marked AST for list/code formatting instead of regex splitting