@hermespilot/link 0.7.4-beta.0 → 0.7.4

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
@@ -53,7 +53,7 @@ import {
53
53
  stopDaemonProcess,
54
54
  summarizeUsageProbeEnsure,
55
55
  translate
56
- } from "../chunk-V6Q4B4MA.js";
56
+ } from "../chunk-3A6ENKXD.js";
57
57
 
58
58
  // src/cli/index.ts
59
59
  import { Command } from "commander";
@@ -501,6 +501,18 @@ declare class ConversationService {
501
501
  }): Promise<void>;
502
502
  syncHermesSessions(): Promise<HermesSessionSyncResult>;
503
503
  deliverStagedFiles(stagingDir: string): Promise<ImportMediaReferencesResult>;
504
+ deliverFilesFromTool(input: {
505
+ profile?: string;
506
+ taskId?: string;
507
+ sessionId?: string;
508
+ files: unknown;
509
+ }): Promise<ImportMediaReferencesResult & {
510
+ staged_count: number;
511
+ skipped_files: Array<{
512
+ path: string;
513
+ reason: string;
514
+ }>;
515
+ }>;
504
516
  getMessages(conversationId: string, options?: ConversationMessagesPageOptions): Promise<{
505
517
  messages: LinkMessage[];
506
518
  last_event_seq: number;
package/dist/http/app.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createApp
3
- } from "../chunk-V6Q4B4MA.js";
3
+ } from "../chunk-3A6ENKXD.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.7.4-beta.0",
3
+ "version": "0.7.4",
4
4
  "private": false,
5
5
  "description": "Hermes Link companion service and CLI for connecting hermes-agent through HermesPilot",
6
6
  "license": "MIT",