@hermespilot/link 0.3.5 → 0.3.6

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/cli/index.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  startDaemonProcess,
33
33
  startLinkService,
34
34
  stopDaemonProcess
35
- } from "../chunk-ZQO7TU7G.js";
35
+ } from "../chunk-773L37RF.js";
36
36
 
37
37
  // src/cli/index.ts
38
38
  import { Command } from "commander";
@@ -118,7 +118,7 @@ interface ConversationRuntimeMetadata {
118
118
  used_tokens?: number;
119
119
  window_tokens?: number;
120
120
  usage_percent?: number;
121
- source: 'explicit' | 'unknown';
121
+ source: 'explicit' | 'estimated' | 'unknown';
122
122
  updated_at?: string;
123
123
  };
124
124
  }
@@ -279,6 +279,7 @@ interface LinkRun {
279
279
  context_tokens?: number;
280
280
  context_window?: number;
281
281
  usage_percent?: number;
282
+ context_source?: 'explicit' | 'estimated';
282
283
  };
283
284
  }
284
285
  interface SendMessageInput {
package/dist/http/app.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createApp
3
- } from "../chunk-ZQO7TU7G.js";
3
+ } from "../chunk-773L37RF.js";
4
4
  export {
5
5
  createApp
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hermespilot/link",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "private": false,
5
5
  "description": "Hermes Link companion service and CLI for connecting hermes-agent through HermesPilot",
6
6
  "license": "MIT",