@agenticmail/claudecode 0.2.4 → 0.2.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.js CHANGED
@@ -13,7 +13,6 @@ import "./chunk-US5FT2UB.js";
13
13
  import {
14
14
  AgenticMailApiError
15
15
  } from "./chunk-SBP7MJP2.js";
16
- import "./chunk-2ESYSVXG.js";
17
16
 
18
17
  // src/cli.ts
19
18
  var GREEN = (s) => `\x1B[32m${s}\x1B[0m`;
@@ -1,14 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  Dispatcher
4
- } from "./chunk-V5R2D3QD.js";
5
- import "./chunk-DDJNA5HP.js";
6
- import "./chunk-B276KPVO.js";
7
- import "./chunk-RB5MGRT3.js";
8
- import "./chunk-XNNC4MIH.js";
9
- import "./chunk-BYXBJQAS.js";
4
+ } from "./chunk-QSR32ZGW.js";
10
5
  import "./chunk-SBP7MJP2.js";
11
- import "./chunk-2ESYSVXG.js";
12
6
 
13
7
  // src/dispatcher-bin.ts
14
8
  async function main() {
@@ -1,13 +1,7 @@
1
1
  import {
2
2
  Dispatcher
3
- } from "./chunk-V5R2D3QD.js";
4
- import "./chunk-DDJNA5HP.js";
5
- import "./chunk-B276KPVO.js";
6
- import "./chunk-RB5MGRT3.js";
7
- import "./chunk-XNNC4MIH.js";
8
- import "./chunk-BYXBJQAS.js";
3
+ } from "./chunk-QSR32ZGW.js";
9
4
  import "./chunk-SBP7MJP2.js";
10
- import "./chunk-2ESYSVXG.js";
11
5
  export {
12
6
  Dispatcher
13
7
  };
@@ -7,7 +7,6 @@ import "./chunk-DKTAW2N5.js";
7
7
  import "./chunk-O4H76K3B.js";
8
8
  import "./chunk-US5FT2UB.js";
9
9
  import "./chunk-SBP7MJP2.js";
10
- import "./chunk-2ESYSVXG.js";
11
10
  export {
12
11
  createIntegrationRoutes
13
12
  };
package/dist/index.js CHANGED
@@ -1,12 +1,7 @@
1
1
  import {
2
2
  Dispatcher,
3
3
  loadPersonaForAgent
4
- } from "./chunk-V5R2D3QD.js";
5
- import "./chunk-DDJNA5HP.js";
6
- import "./chunk-B276KPVO.js";
7
- import "./chunk-RB5MGRT3.js";
8
- import "./chunk-XNNC4MIH.js";
9
- import "./chunk-BYXBJQAS.js";
4
+ } from "./chunk-QSR32ZGW.js";
10
5
  import {
11
6
  createIntegrationRoutes
12
7
  } from "./chunk-PTLX7SQV.js";
@@ -33,7 +28,6 @@ import {
33
28
  renderSubagentMarkdown,
34
29
  resolveConfig
35
30
  } from "./chunk-SBP7MJP2.js";
36
- import "./chunk-2ESYSVXG.js";
37
31
  export {
38
32
  AgenticMailApiError,
39
33
  Dispatcher,
package/dist/install.js CHANGED
@@ -5,7 +5,6 @@ import {
5
5
  import "./chunk-DKTAW2N5.js";
6
6
  import "./chunk-US5FT2UB.js";
7
7
  import "./chunk-SBP7MJP2.js";
8
- import "./chunk-2ESYSVXG.js";
9
8
  export {
10
9
  install,
11
10
  selectExposableAgents
package/dist/status.js CHANGED
@@ -3,7 +3,6 @@ import {
3
3
  } from "./chunk-O4H76K3B.js";
4
4
  import "./chunk-US5FT2UB.js";
5
5
  import "./chunk-SBP7MJP2.js";
6
- import "./chunk-2ESYSVXG.js";
7
6
  export {
8
7
  status
9
8
  };
package/dist/uninstall.js CHANGED
@@ -4,7 +4,6 @@ import {
4
4
  import "./chunk-DKTAW2N5.js";
5
5
  import "./chunk-US5FT2UB.js";
6
6
  import "./chunk-SBP7MJP2.js";
7
- import "./chunk-2ESYSVXG.js";
8
7
  export {
9
8
  uninstall
10
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/claudecode",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Claude Code integration for AgenticMail — surfaces every AgenticMail agent as a native Claude Code subagent so any Claude Code session can delegate to them with the Agent tool",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,6 +47,7 @@
47
47
  "prepublishOnly": "npm run build"
48
48
  },
49
49
  "dependencies": {
50
+ "@agenticmail/core": "^0.9.2",
50
51
  "@agenticmail/mcp": "^0.9.2",
51
52
  "@anthropic-ai/claude-agent-sdk": "^0.2.140"
52
53
  },
@@ -1,48 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
9
- }) : x)(function(x) {
10
- if (typeof require !== "undefined") return require.apply(this, arguments);
11
- throw Error('Dynamic require of "' + x + '" is not supported');
12
- });
13
- var __esm = (fn, res) => function __init() {
14
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
15
- };
16
- var __commonJS = (cb, mod) => function __require2() {
17
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
18
- };
19
- var __export = (target, all) => {
20
- for (var name in all)
21
- __defProp(target, name, { get: all[name], enumerable: true });
22
- };
23
- var __copyProps = (to, from, except, desc) => {
24
- if (from && typeof from === "object" || typeof from === "function") {
25
- for (let key of __getOwnPropNames(from))
26
- if (!__hasOwnProp.call(to, key) && key !== except)
27
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
28
- }
29
- return to;
30
- };
31
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
32
- // If the importer is in node compatibility mode or this is not an ESM
33
- // file that has been converted to a CommonJS file using a Babel-
34
- // compatible transform (i.e. "__esModule" has not been set), then set
35
- // "default" to the CommonJS "module.exports" for node compatibility.
36
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
37
- mod
38
- ));
39
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
40
-
41
- export {
42
- __require,
43
- __esm,
44
- __commonJS,
45
- __export,
46
- __toESM,
47
- __toCommonJS
48
- };