@redaksjon/protokoll 1.0.7 → 1.0.8
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.
- package/dist/main.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/term-assist.js +1 -1
- package/dist/term-context.js +1 -1
- package/dist/transcript.js +2 -2
- package/dist/transcript.js.map +1 -1
- package/guide/architecture.md +1 -1
- package/guide/development.md +1 -1
- package/package.json +2 -2
- package/vite.config.ts +1 -1
package/dist/main.js
CHANGED
package/dist/mcp/server.js
CHANGED
package/dist/term-assist.js
CHANGED
package/dist/term-context.js
CHANGED
package/dist/transcript.js
CHANGED
|
@@ -7,7 +7,7 @@ import OpenAI$1, { OpenAI } from 'openai';
|
|
|
7
7
|
import ffmpeg from 'fluent-ffmpeg';
|
|
8
8
|
import * as os from 'node:os';
|
|
9
9
|
import os__default from 'node:os';
|
|
10
|
-
import { IterationStrategyFactory, ToolRegistry, ConversationBuilder } from '@
|
|
10
|
+
import { IterationStrategyFactory, ToolRegistry, ConversationBuilder } from '@kjerneverk/riotprompt';
|
|
11
11
|
import { z } from 'zod';
|
|
12
12
|
import * as fs from 'node:fs';
|
|
13
13
|
import { existsSync, statSync } from 'node:fs';
|
|
@@ -21,7 +21,7 @@ import { redaksjonPluralNames, redaksjonSchemas } from '@redaksjon/context';
|
|
|
21
21
|
import * as yaml from 'js-yaml';
|
|
22
22
|
import winston from 'winston';
|
|
23
23
|
|
|
24
|
-
const VERSION = "1.0.
|
|
24
|
+
const VERSION = "1.0.8 (HEAD/e1a2011 T:v1.0.8 2026-01-30 23:02:11 -0800) linux x64 v24.13.0";
|
|
25
25
|
const PROGRAM_NAME = "protokoll";
|
|
26
26
|
const DEFAULT_DIFF = true;
|
|
27
27
|
const DEFAULT_LOG = false;
|