@pikku/cli 0.12.19 → 0.12.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.
Files changed (70) hide show
  1. package/console-app/assets/{index-DAQHIRK3.js → index-DXLy-_D4.js} +181 -181
  2. package/console-app/index.html +1 -1
  3. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  4. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  6. package/dist/.pikku/cli/pikku-cli-channel.js +6 -1
  7. package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +22 -1
  13. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  14. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  15. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  16. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  17. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  18. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  19. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  20. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  21. package/dist/.pikku/function/pikku-functions-meta.gen.json +122 -108
  22. package/dist/.pikku/function/pikku-functions.gen.js +5 -1
  23. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  24. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  25. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  26. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  27. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  28. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  29. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  30. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  32. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  33. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  34. package/dist/.pikku/pikku-services.gen.d.ts +2 -1
  35. package/dist/.pikku/pikku-services.gen.js +1 -0
  36. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  37. package/dist/.pikku/pikku-types.gen.js +1 -1
  38. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  39. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  40. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  41. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +12 -10
  42. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  43. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  44. package/dist/.pikku/schemas/register.gen.js +9 -7
  45. package/dist/.pikku/schemas/schemas/DevInput.schema.json +1 -0
  46. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  47. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  48. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  49. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  50. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  51. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  52. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  53. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  54. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  55. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  56. package/dist/.pikku/workflow/meta/allWorkflow.gen.json +621 -152
  57. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  58. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  61. package/dist/src/cli.wiring.js +20 -0
  62. package/dist/src/functions/commands/dev.d.ts +13 -0
  63. package/dist/src/functions/commands/dev.js +187 -0
  64. package/dist/src/functions/commands/versions-update.js +7 -3
  65. package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +2 -2
  66. package/dist/src/functions/workflows/all.workflow.js +1 -6
  67. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  68. package/dist/src/scaffold/workflow-routes.gen.js +4 -4
  69. package/dist/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +8 -4
@@ -24,7 +24,7 @@
24
24
  }
25
25
  } catch (e) {}
26
26
  </script>
27
- <script type="module" crossorigin src="/assets/index-DAQHIRK3.js"></script>
27
+ <script type="module" crossorigin src="/assets/index-DXLy-_D4.js"></script>
28
28
  <link rel="stylesheet" crossorigin href="/assets/index-BpY2pSuA.css">
29
29
  </head>
30
30
  <body>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
5
5
  import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * WebSocket channel backend for 'pikku' CLI commands
@@ -12,6 +12,7 @@ import { pikkuState } from '@pikku/core/internal';
12
12
  import { all } from '../../src/functions/commands/all.js';
13
13
  import { bootstrap } from '../../src/functions/commands/bootstrap.js';
14
14
  import { watch } from '../../src/functions/commands/watch.js';
15
+ import { dev } from '../../src/functions/commands/dev.js';
15
16
  import { consoleCommand } from '../../src/functions/commands/console.js';
16
17
  import { pikkuSchemas } from '../../src/functions/wirings/functions/schemas.js';
17
18
  import { pikkuFetch } from '../../src/functions/runtimes/fetch/index.js';
@@ -108,6 +109,10 @@ wireChannel({
108
109
  func: watch,
109
110
  middleware: [cliCloseOnComplete],
110
111
  },
112
+ 'dev': {
113
+ func: dev,
114
+ middleware: [cliCloseOnComplete],
115
+ },
111
116
  'console': {
112
117
  func: consoleCommand,
113
118
  middleware: [cliCloseOnComplete],
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import '../pikku-bootstrap.gen.js';
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import { executeCLIViaChannel } from '@pikku/core/cli/channel';
5
5
  import { CorePikkuWebsocket } from '@pikku/websocket';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-cli-wirings-meta.gen.json' with { type: 'json' };
@@ -49,6 +49,26 @@
49
49
  },
50
50
  "description": "Watch for file changes and regenerate automatically"
51
51
  },
52
+ "dev": {
53
+ "pikkuFuncId": "dev",
54
+ "positionals": [],
55
+ "options": {
56
+ "port": {
57
+ "description": "Port for the dev server",
58
+ "default": "3000",
59
+ "short": "p"
60
+ },
61
+ "watch": {
62
+ "description": "Watch for file changes and regenerate",
63
+ "default": true
64
+ },
65
+ "hmr": {
66
+ "description": "Enable hot module reload",
67
+ "default": true
68
+ }
69
+ },
70
+ "description": "Start a local development server with all services wired"
71
+ },
52
72
  "console": {
53
73
  "pikkuFuncId": "consoleCommand",
54
74
  "positionals": [],
@@ -533,7 +553,8 @@
533
553
  "agentRunService",
534
554
  "workflowRunService",
535
555
  "credentialService",
536
- "metaService"
556
+ "metaService",
557
+ "sessionStore"
537
558
  ]
538
559
  },
539
560
  "filePath": "/home/runner/work/pikku/pikku/packages/cli/src/services.ts"
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import '../../src/cli.wiring.js';
5
5
  import '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /* The files with an wireCLI function call */
5
5
  import '../../src/cli.wiring.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import '../pikku-bootstrap.gen.js';
5
5
  export declare function PikkuCLI(args: string[]): Promise<void>;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import { executeCLI, CLIError } from '@pikku/core/cli';
5
5
  import { createConfig as createConfig } from '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.js';
5
5
  export type NodeCategory = never;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -301,6 +301,20 @@
301
301
  "outputs": [],
302
302
  "remote": true
303
303
  },
304
+ "dev": {
305
+ "pikkuFuncId": "dev",
306
+ "functionType": "user",
307
+ "funcWrapper": "pikkuSessionlessFunc",
308
+ "sessionless": true,
309
+ "name": "dev",
310
+ "inputSchemaName": "DevInput",
311
+ "outputSchemaName": null,
312
+ "inputs": [
313
+ "DevInput"
314
+ ],
315
+ "outputs": [],
316
+ "remote": true
317
+ },
304
318
  "pikkuVersionsInit": {
305
319
  "pikkuFuncId": "pikkuVersionsInit",
306
320
  "functionType": "user",
@@ -671,16 +685,18 @@
671
685
  "inputHash": "d5ff2f31",
672
686
  "outputHash": "391c291d"
673
687
  },
674
- "pikkuAIAgentTypes": {
675
- "pikkuFuncId": "pikkuAIAgentTypes",
688
+ "pikkuChannels": {
689
+ "pikkuFuncId": "pikkuChannels",
676
690
  "functionType": "user",
677
691
  "funcWrapper": "pikkuSessionlessFunc",
678
692
  "sessionless": true,
679
- "name": "pikkuAIAgentTypes",
693
+ "name": "pikkuChannels",
680
694
  "inputSchemaName": null,
681
- "outputSchemaName": null,
695
+ "outputSchemaName": "PikkuChannelsOutput",
682
696
  "inputs": [],
683
- "outputs": [],
697
+ "outputs": [
698
+ "PikkuChannelsOutput"
699
+ ],
684
700
  "middleware": [
685
701
  {
686
702
  "type": "wire",
@@ -688,22 +704,20 @@
688
704
  "inline": false
689
705
  }
690
706
  ],
691
- "contractHash": "dc29d66d6b6f5857",
692
- "inputHash": "800b5ca6",
693
- "outputHash": "e85c3332"
707
+ "contractHash": "122168631511180b",
708
+ "inputHash": "adc31f8a",
709
+ "outputHash": "910d220a"
694
710
  },
695
- "pikkuAIAgent": {
696
- "pikkuFuncId": "pikkuAIAgent",
711
+ "pikkuChannelTypes": {
712
+ "pikkuFuncId": "pikkuChannelTypes",
697
713
  "functionType": "user",
698
714
  "funcWrapper": "pikkuSessionlessFunc",
699
715
  "sessionless": true,
700
- "name": "pikkuAIAgent",
716
+ "name": "pikkuChannelTypes",
701
717
  "inputSchemaName": null,
702
- "outputSchemaName": "PikkuAIAgentOutput",
718
+ "outputSchemaName": null,
703
719
  "inputs": [],
704
- "outputs": [
705
- "PikkuAIAgentOutput"
706
- ],
720
+ "outputs": [],
707
721
  "middleware": [
708
722
  {
709
723
  "type": "wire",
@@ -711,22 +725,20 @@
711
725
  "inline": false
712
726
  }
713
727
  ],
714
- "contractHash": "973fe2f539bdca04",
715
- "inputHash": "e61af48f",
716
- "outputHash": "11db78f5"
728
+ "contractHash": "2b2bc06bcbe06e22",
729
+ "inputHash": "161b06fb",
730
+ "outputHash": "bc44e48a"
717
731
  },
718
- "pikkuPublicAgent": {
719
- "pikkuFuncId": "pikkuPublicAgent",
732
+ "pikkuChannelsMap": {
733
+ "pikkuFuncId": "pikkuChannelsMap",
720
734
  "functionType": "user",
721
735
  "funcWrapper": "pikkuSessionlessFunc",
722
736
  "sessionless": true,
723
- "name": "pikkuPublicAgent",
737
+ "name": "pikkuChannelsMap",
724
738
  "inputSchemaName": null,
725
- "outputSchemaName": "PikkuPublicAgentOutput",
739
+ "outputSchemaName": null,
726
740
  "inputs": [],
727
- "outputs": [
728
- "PikkuPublicAgentOutput"
729
- ],
741
+ "outputs": [],
730
742
  "middleware": [
731
743
  {
732
744
  "type": "wire",
@@ -734,22 +746,20 @@
734
746
  "inline": false
735
747
  }
736
748
  ],
737
- "contractHash": "076457b475dee94e",
738
- "inputHash": "c0a04edb",
739
- "outputHash": "aca3832e"
749
+ "contractHash": "b6068160a2079ff6",
750
+ "inputHash": "b3525fa4",
751
+ "outputHash": "283f1aa2"
740
752
  },
741
- "pikkuChannels": {
742
- "pikkuFuncId": "pikkuChannels",
753
+ "pikkuAIAgentTypes": {
754
+ "pikkuFuncId": "pikkuAIAgentTypes",
743
755
  "functionType": "user",
744
756
  "funcWrapper": "pikkuSessionlessFunc",
745
757
  "sessionless": true,
746
- "name": "pikkuChannels",
758
+ "name": "pikkuAIAgentTypes",
747
759
  "inputSchemaName": null,
748
- "outputSchemaName": "PikkuChannelsOutput",
760
+ "outputSchemaName": null,
749
761
  "inputs": [],
750
- "outputs": [
751
- "PikkuChannelsOutput"
752
- ],
762
+ "outputs": [],
753
763
  "middleware": [
754
764
  {
755
765
  "type": "wire",
@@ -757,20 +767,22 @@
757
767
  "inline": false
758
768
  }
759
769
  ],
760
- "contractHash": "122168631511180b",
761
- "inputHash": "adc31f8a",
762
- "outputHash": "910d220a"
770
+ "contractHash": "dc29d66d6b6f5857",
771
+ "inputHash": "800b5ca6",
772
+ "outputHash": "e85c3332"
763
773
  },
764
- "pikkuChannelTypes": {
765
- "pikkuFuncId": "pikkuChannelTypes",
774
+ "pikkuAIAgent": {
775
+ "pikkuFuncId": "pikkuAIAgent",
766
776
  "functionType": "user",
767
777
  "funcWrapper": "pikkuSessionlessFunc",
768
778
  "sessionless": true,
769
- "name": "pikkuChannelTypes",
779
+ "name": "pikkuAIAgent",
770
780
  "inputSchemaName": null,
771
- "outputSchemaName": null,
781
+ "outputSchemaName": "PikkuAIAgentOutput",
772
782
  "inputs": [],
773
- "outputs": [],
783
+ "outputs": [
784
+ "PikkuAIAgentOutput"
785
+ ],
774
786
  "middleware": [
775
787
  {
776
788
  "type": "wire",
@@ -778,20 +790,22 @@
778
790
  "inline": false
779
791
  }
780
792
  ],
781
- "contractHash": "2b2bc06bcbe06e22",
782
- "inputHash": "161b06fb",
783
- "outputHash": "bc44e48a"
793
+ "contractHash": "973fe2f539bdca04",
794
+ "inputHash": "e61af48f",
795
+ "outputHash": "11db78f5"
784
796
  },
785
- "pikkuChannelsMap": {
786
- "pikkuFuncId": "pikkuChannelsMap",
797
+ "pikkuPublicAgent": {
798
+ "pikkuFuncId": "pikkuPublicAgent",
787
799
  "functionType": "user",
788
800
  "funcWrapper": "pikkuSessionlessFunc",
789
801
  "sessionless": true,
790
- "name": "pikkuChannelsMap",
802
+ "name": "pikkuPublicAgent",
791
803
  "inputSchemaName": null,
792
- "outputSchemaName": null,
804
+ "outputSchemaName": "PikkuPublicAgentOutput",
793
805
  "inputs": [],
794
- "outputs": [],
806
+ "outputs": [
807
+ "PikkuPublicAgentOutput"
808
+ ],
795
809
  "middleware": [
796
810
  {
797
811
  "type": "wire",
@@ -799,9 +813,9 @@
799
813
  "inline": false
800
814
  }
801
815
  ],
802
- "contractHash": "b6068160a2079ff6",
803
- "inputHash": "b3525fa4",
804
- "outputHash": "283f1aa2"
816
+ "contractHash": "076457b475dee94e",
817
+ "inputHash": "c0a04edb",
818
+ "outputHash": "aca3832e"
805
819
  },
806
820
  "pikkuCLIEntry": {
807
821
  "pikkuFuncId": "pikkuCLIEntry",
@@ -935,27 +949,6 @@
935
949
  "inputHash": "4be7b8bd",
936
950
  "outputHash": "fca2b5eb"
937
951
  },
938
- "pikkuCredentials": {
939
- "pikkuFuncId": "pikkuCredentials",
940
- "functionType": "user",
941
- "funcWrapper": "pikkuSessionlessFunc",
942
- "sessionless": true,
943
- "name": "pikkuCredentials",
944
- "inputSchemaName": null,
945
- "outputSchemaName": null,
946
- "inputs": [],
947
- "outputs": [],
948
- "middleware": [
949
- {
950
- "type": "wire",
951
- "name": "logCommandInfoAndTime",
952
- "inline": false
953
- }
954
- ],
955
- "contractHash": "8fa847acfa7ef407",
956
- "inputHash": "b98cb2ee",
957
- "outputHash": "9e33f562"
958
- },
959
952
  "pikkuAddonTypes": {
960
953
  "pikkuFuncId": "pikkuAddonTypes",
961
954
  "functionType": "user",
@@ -1151,6 +1144,29 @@
1151
1144
  "inputHash": "d9ca67f8",
1152
1145
  "outputHash": "1ca4e877"
1153
1146
  },
1147
+ "pikkuMiddleware": {
1148
+ "pikkuFuncId": "pikkuMiddleware",
1149
+ "functionType": "user",
1150
+ "funcWrapper": "pikkuSessionlessFunc",
1151
+ "sessionless": true,
1152
+ "name": "pikkuMiddleware",
1153
+ "inputSchemaName": null,
1154
+ "outputSchemaName": "PikkuMiddlewareOutput",
1155
+ "inputs": [],
1156
+ "outputs": [
1157
+ "PikkuMiddlewareOutput"
1158
+ ],
1159
+ "middleware": [
1160
+ {
1161
+ "type": "wire",
1162
+ "name": "logCommandInfoAndTime",
1163
+ "inline": false
1164
+ }
1165
+ ],
1166
+ "contractHash": "08fae68caf8fd589",
1167
+ "inputHash": "58f70d81",
1168
+ "outputHash": "53953774"
1169
+ },
1154
1170
  "pikkuMCPJSON": {
1155
1171
  "pikkuFuncId": "pikkuMCPJSON",
1156
1172
  "functionType": "user",
@@ -1216,29 +1232,6 @@
1216
1232
  "inputHash": "bcd31116",
1217
1233
  "outputHash": "ff46ce8f"
1218
1234
  },
1219
- "pikkuMiddleware": {
1220
- "pikkuFuncId": "pikkuMiddleware",
1221
- "functionType": "user",
1222
- "funcWrapper": "pikkuSessionlessFunc",
1223
- "sessionless": true,
1224
- "name": "pikkuMiddleware",
1225
- "inputSchemaName": null,
1226
- "outputSchemaName": "PikkuMiddlewareOutput",
1227
- "inputs": [],
1228
- "outputs": [
1229
- "PikkuMiddlewareOutput"
1230
- ],
1231
- "middleware": [
1232
- {
1233
- "type": "wire",
1234
- "name": "logCommandInfoAndTime",
1235
- "inline": false
1236
- }
1237
- ],
1238
- "contractHash": "08fae68caf8fd589",
1239
- "inputHash": "58f70d81",
1240
- "outputHash": "53953774"
1241
- },
1242
1235
  "pikkuSecretDefinitionTypes": {
1243
1236
  "pikkuFuncId": "pikkuSecretDefinitionTypes",
1244
1237
  "functionType": "user",
@@ -1304,18 +1297,16 @@
1304
1297
  "inputHash": "6c4c903c",
1305
1298
  "outputHash": "5ceae041"
1306
1299
  },
1307
- "pikkuPermissions": {
1308
- "pikkuFuncId": "pikkuPermissions",
1300
+ "pikkuCredentials": {
1301
+ "pikkuFuncId": "pikkuCredentials",
1309
1302
  "functionType": "user",
1310
1303
  "funcWrapper": "pikkuSessionlessFunc",
1311
1304
  "sessionless": true,
1312
- "name": "pikkuPermissions",
1305
+ "name": "pikkuCredentials",
1313
1306
  "inputSchemaName": null,
1314
- "outputSchemaName": "PikkuPermissionsOutput",
1307
+ "outputSchemaName": null,
1315
1308
  "inputs": [],
1316
- "outputs": [
1317
- "PikkuPermissionsOutput"
1318
- ],
1309
+ "outputs": [],
1319
1310
  "middleware": [
1320
1311
  {
1321
1312
  "type": "wire",
@@ -1323,9 +1314,9 @@
1323
1314
  "inline": false
1324
1315
  }
1325
1316
  ],
1326
- "contractHash": "16abe2f5a83ea75d",
1327
- "inputHash": "d7b18af5",
1328
- "outputHash": "09d7f16a"
1317
+ "contractHash": "8fa847acfa7ef407",
1318
+ "inputHash": "b98cb2ee",
1319
+ "outputHash": "9e33f562"
1329
1320
  },
1330
1321
  "pikkuQueueMap": {
1331
1322
  "pikkuFuncId": "pikkuQueueMap",
@@ -1633,6 +1624,29 @@
1633
1624
  "inputHash": "114143f9",
1634
1625
  "outputHash": "75594b2d"
1635
1626
  },
1627
+ "pikkuPermissions": {
1628
+ "pikkuFuncId": "pikkuPermissions",
1629
+ "functionType": "user",
1630
+ "funcWrapper": "pikkuSessionlessFunc",
1631
+ "sessionless": true,
1632
+ "name": "pikkuPermissions",
1633
+ "inputSchemaName": null,
1634
+ "outputSchemaName": "PikkuPermissionsOutput",
1635
+ "inputs": [],
1636
+ "outputs": [
1637
+ "PikkuPermissionsOutput"
1638
+ ],
1639
+ "middleware": [
1640
+ {
1641
+ "type": "wire",
1642
+ "name": "logCommandInfoAndTime",
1643
+ "inline": false
1644
+ }
1645
+ ],
1646
+ "contractHash": "16abe2f5a83ea75d",
1647
+ "inputHash": "d7b18af5",
1648
+ "outputHash": "09d7f16a"
1649
+ },
1636
1650
  "pikkuWorkflowRoutes": {
1637
1651
  "pikkuFuncId": "pikkuWorkflowRoutes",
1638
1652
  "functionType": "user",
@@ -1,11 +1,12 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
6
6
  import { all } from '../../src/functions/commands/all.js';
7
7
  import { bootstrap } from '../../src/functions/commands/bootstrap.js';
8
8
  import { consoleCommand } from '../../src/functions/commands/console.js';
9
+ import { dev } from '../../src/functions/commands/dev.js';
9
10
  import { pikkuAddonTypes } from '../../src/functions/wirings/functions/pikku-command-addon-types.js';
10
11
  import { pikkuAIAgent } from '../../src/functions/wirings/ai-agent/pikku-command-ai-agent.js';
11
12
  import { pikkuAIAgentTypes } from '../../src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js';
@@ -42,6 +43,7 @@ import { pikkuQueue } from '../../src/functions/wirings/queue/pikku-queue.js';
42
43
  import { pikkuQueueMap } from '../../src/functions/wirings/queue/pikku-queue-map.js';
43
44
  import { pikkuQueueService } from '../../src/functions/wirings/queue/pikku-command-queue-service.js';
44
45
  import { pikkuQueueTypes } from '../../src/functions/wirings/queue/pikku-command-queue-types.js';
46
+ import { pikkuReactQuery } from '../../src/functions/wirings/rpc/pikku-command-react-query.js';
45
47
  import { pikkuRemoteRPC } from '../../src/functions/wirings/rpc/pikku-command-remote-rpc.js';
46
48
  import { pikkuRPC } from '../../src/functions/wirings/rpc/pikku-command-rpc.js';
47
49
  import { pikkuRPCClient } from '../../src/functions/wirings/rpc/pikku-command-rpc-client.js';
@@ -67,6 +69,7 @@ import { watch } from '../../src/functions/commands/watch.js';
67
69
  addFunction('all', all);
68
70
  addFunction('bootstrap', bootstrap);
69
71
  addFunction('consoleCommand', consoleCommand);
72
+ addFunction('dev', dev);
70
73
  addFunction('pikkuAddonTypes', pikkuAddonTypes);
71
74
  addFunction('pikkuAIAgent', pikkuAIAgent);
72
75
  addFunction('pikkuAIAgentTypes', pikkuAIAgentTypes);
@@ -103,6 +106,7 @@ addFunction('pikkuQueue', pikkuQueue);
103
106
  addFunction('pikkuQueueMap', pikkuQueueMap);
104
107
  addFunction('pikkuQueueService', pikkuQueueService);
105
108
  addFunction('pikkuQueueTypes', pikkuQueueTypes);
109
+ addFunction('pikkuReactQuery', pikkuReactQuery);
106
110
  addFunction('pikkuRemoteRPC', pikkuRemoteRPC);
107
111
  addFunction('pikkuRPC', pikkuRPC);
108
112
  addFunction('pikkuRPCClient', pikkuRPCClient);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-http-wirings-meta.gen.json' with { type: 'json' };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
5
5
  import '../../src/scaffold/workflow-routes.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /* The files with an wireHTTP function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.20
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization