kimaki 0.4.18 → 0.4.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,9 +5,9 @@ import path from 'node:path'
5
5
  import { Resampler } from '@purinton/resampler'
6
6
  import * as prism from 'prism-media'
7
7
  import { startGenAiSession } from './genai.js'
8
+ import type { Session } from '@google/genai'
8
9
  import { getTools } from './tools.js'
9
10
  import type { WorkerInMessage, WorkerOutMessage } from './worker-types.js'
10
- import type { Session } from '@google/genai'
11
11
  import { createLogger } from './logger.js'
12
12
 
13
13
  if (!parentPort) {
package/src/genai.ts CHANGED
@@ -255,7 +255,7 @@ export async function startGenAiSession({
255
255
  apiKey,
256
256
  })
257
257
 
258
- const model = 'models/gemini-2.5-flash-live-preview'
258
+ const model = 'gemini-2.5-flash-native-audio-preview-12-2025'
259
259
 
260
260
  session = await ai.live.connect({
261
261
  model,
@@ -1,12 +0,0 @@
1
- ---
2
- description: Send current session to Discord
3
- ---
4
- Run the following command to send this session to Discord:
5
-
6
- ```bash
7
- npx -y kimaki send-to-discord <sessionId>
8
- ```
9
-
10
- Replace `<sessionId>` with your current OpenCode session ID (available in the system prompt).
11
-
12
- The command will create a Discord thread with your session history and return the Discord URL.