autohand-cli 0.7.4 → 0.7.5

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/LICENSE CHANGED
@@ -175,47 +175,6 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- ============================================================================
179
- COMMERCIAL LICENSE EXCEPTION
180
- ============================================================================
181
-
182
- The Apache License 2.0 above applies to all users EXCEPT as follows:
183
-
184
- If You are a Legal Entity (as defined above) with Annual Recurring Revenue
185
- (ARR) exceeding Five Million United States Dollars (USD $5,000,000), You
186
- must obtain a separate commercial license from the Licensor to use, modify,
187
- or distribute this Work in any form.
188
-
189
- "Annual Recurring Revenue" (ARR) means the annualized value of all
190
- subscription, license, or recurring revenue contracts in effect at the
191
- time of measurement, including but not limited to SaaS subscriptions,
192
- maintenance agreements, and support contracts.
193
-
194
- For commercial licensing inquiries, please contact:
195
-
196
- Autohand AI LLC
197
- Email: licensing@autohand.ai
198
-
199
- This Commercial License Exception does not apply to:
200
- - Individual developers using this Work for personal, non-commercial purposes
201
- - Non-profit organizations
202
- - Educational institutions
203
- - Open source projects licensed under an OSI-approved license
204
- - Legal Entities with ARR of $5,000,000 or less
205
-
206
- ============================================================================
207
-
208
- APPENDIX: How to apply the Apache License to your work.
209
-
210
- To apply the Apache License to your work, attach the following
211
- boilerplate notice, with the fields enclosed by brackets "[]"
212
- replaced with your own identifying information. (Don't include
213
- the brackets!) The text should be enclosed in the appropriate
214
- comment syntax for the file format. We also recommend that a
215
- file or class name and description of purpose be included on the
216
- same "printed page" as the copyright notice for easier
217
- identification within third-party archives.
218
-
219
178
  Copyright 2025 Autohand AI LLC
220
179
 
221
180
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -229,5 +188,3 @@
229
188
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
230
189
  See the License for the specific language governing permissions and
231
190
  limitations under the License.
232
-
233
- Subject to the Commercial License Exception above.
package/README.md CHANGED
@@ -328,7 +328,7 @@ docker run -it autohand
328
328
 
329
329
  ## License
330
330
 
331
- **Startup-Friendly License**: Free for startups with ARR under $1M. See [LICENSE](LICENSE) for details.
331
+ Apache License 2.0 - Free for individuals, non-profits, educational institutions, open source projects, and companies with ARR under $5M. See [LICENSE](LICENSE) and [COMMERCIAL.md](COMMERCIAL.md) for details.
332
332
 
333
333
  ## Links
334
334
 
@@ -5,8 +5,8 @@ var _readline = require('readline'); var _readline2 = _interopRequireDefault(_re
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "autohand-cli",
8
- version: "0.7.4",
9
- licenses: "SEE LICENSE IN LICENSE",
8
+ version: "0.7.5",
9
+ license: "Apache-2.0",
10
10
  description: "Autohand interactive coding agent CLI powered by LLMs.",
11
11
  repository: {
12
12
  type: "git",
@@ -5,8 +5,8 @@ import readline from "readline";
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "autohand-cli",
8
- version: "0.7.4",
9
- licenses: "SEE LICENSE IN LICENSE",
8
+ version: "0.7.5",
9
+ license: "Apache-2.0",
10
10
  description: "Autohand interactive coding agent CLI powered by LLMs.",
11
11
  repository: {
12
12
  type: "git",
package/dist/index.cjs CHANGED
@@ -41,7 +41,7 @@ var _chunkC3IFF3EHcjs = require('./chunk-C3IFF3EH.cjs');
41
41
 
42
42
 
43
43
 
44
- var _chunkXJZYEURAcjs = require('./chunk-XJZYEURA.cjs');
44
+ var _chunk63XGCFCCcjs = require('./chunk-63XGCFCC.cjs');
45
45
 
46
46
 
47
47
  var _chunk2E2COWKBcjs = require('./chunk-2E2COWKB.cjs');
@@ -3955,7 +3955,7 @@ var SLASH_COMMANDS = [
3955
3955
  _chunkM7RVTUWEcjs.metadata,
3956
3956
  _chunkJBKP2CLAcjs.metadata,
3957
3957
  _chunkC3IFF3EHcjs.metadata,
3958
- _chunkXJZYEURAcjs.metadata,
3958
+ _chunk63XGCFCCcjs.metadata,
3959
3959
  _chunk2E2COWKBcjs.metadata,
3960
3960
  _chunk536VWSZKcjs.metadata,
3961
3961
  _chunkB5N5UAMOcjs.metadata,
@@ -8593,7 +8593,7 @@ var SlashCommandHandler = class {
8593
8593
  return null;
8594
8594
  }
8595
8595
  case "/status": {
8596
- const { status } = await Promise.resolve().then(() => _interopRequireWildcard(require("./status-U5NH6SYY.cjs")));
8596
+ const { status } = await Promise.resolve().then(() => _interopRequireWildcard(require("./status-CYVPCW7G.cjs")));
8597
8597
  return status(this.ctx);
8598
8598
  }
8599
8599
  case "/login": {
@@ -9338,7 +9338,7 @@ var DEFAULT_CONFIG = {
9338
9338
  timeout: 5e3,
9339
9339
  maxRetries: 3,
9340
9340
  offlineQueue: true,
9341
- cliVersion: _chunkXJZYEURAcjs.package_default.version
9341
+ cliVersion: _chunk63XGCFCCcjs.package_default.version
9342
9342
  };
9343
9343
  var FeedbackApiClient = class {
9344
9344
  constructor(configOverrides) {
@@ -10239,7 +10239,7 @@ var TelemetryManager = class {
10239
10239
  */
10240
10240
  getSystemInfo() {
10241
10241
  return {
10242
- cliVersion: _chunkXJZYEURAcjs.package_default.version,
10242
+ cliVersion: _chunk63XGCFCCcjs.package_default.version,
10243
10243
  platform: process.platform,
10244
10244
  osVersion: _os2.default.release(),
10245
10245
  nodeVersion: process.version,
@@ -12294,10 +12294,10 @@ var AutohandAgent = class {
12294
12294
  });
12295
12295
  }
12296
12296
  });
12297
- this.errorLogger = new ErrorLogger(_chunkXJZYEURAcjs.package_default.version);
12297
+ this.errorLogger = new ErrorLogger(_chunk63XGCFCCcjs.package_default.version);
12298
12298
  this.feedbackManager = new FeedbackManager({
12299
12299
  apiBaseUrl: _optionalChain([runtime, 'access', _290 => _290.config, 'access', _291 => _291.api, 'optionalAccess', _292 => _292.baseUrl]) || "https://api.autohand.ai",
12300
- cliVersion: _chunkXJZYEURAcjs.package_default.version
12300
+ cliVersion: _chunk63XGCFCCcjs.package_default.version
12301
12301
  });
12302
12302
  this.skillsRegistry = new (0, _chunkCVYEUA3Dcjs.SkillsRegistry)(_chunkXTHHDIBGcjs.AUTOHAND_PATHS.skills);
12303
12303
  this.telemetryManager = new TelemetryManager({
@@ -17504,7 +17504,7 @@ async function handleSingleRequest(request, adapter) {
17504
17504
  process.title = "autohand";
17505
17505
  function getGitCommit() {
17506
17506
  if (true) {
17507
- return "5392e8c";
17507
+ return "f72ee50";
17508
17508
  }
17509
17509
  try {
17510
17510
  return _child_process.execSync.call(void 0, "git rev-parse --short HEAD", { encoding: "utf8", stdio: ["pipe", "pipe", "ignore"] }).trim();
@@ -17514,7 +17514,7 @@ function getGitCommit() {
17514
17514
  }
17515
17515
  function getVersionString() {
17516
17516
  const commit = getGitCommit();
17517
- return `${_chunkXJZYEURAcjs.package_default.version} (${commit})`;
17517
+ return `${_chunk63XGCFCCcjs.package_default.version} (${commit})`;
17518
17518
  }
17519
17519
  async function validateAuthOnStartup(config) {
17520
17520
  if (!_optionalChain([config, 'access', _611 => _611.auth, 'optionalAccess', _612 => _612.token])) {
@@ -17664,7 +17664,7 @@ async function runCLI(options) {
17664
17664
  options
17665
17665
  };
17666
17666
  const authUser = await validateAuthOnStartup(config);
17667
- const versionCheck = _optionalChain([config, 'access', _627 => _627.ui, 'optionalAccess', _628 => _628.checkForUpdates]) !== false ? await checkForUpdates(_chunkXJZYEURAcjs.package_default.version, {
17667
+ const versionCheck = _optionalChain([config, 'access', _627 => _627.ui, 'optionalAccess', _628 => _628.checkForUpdates]) !== false ? await checkForUpdates(_chunk63XGCFCCcjs.package_default.version, {
17668
17668
  checkIntervalHours: _nullishCoalesce(_optionalChain([config, 'access', _629 => _629.ui, 'optionalAccess', _630 => _630.updateCheckInterval]), () => ( 24))
17669
17669
  }) : null;
17670
17670
  printBanner();
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ import {
41
41
  import {
42
42
  metadata as metadata18,
43
43
  package_default
44
- } from "./chunk-546JQ3ND.js";
44
+ } from "./chunk-EYBIKL2I.js";
45
45
  import {
46
46
  metadata as metadata19
47
47
  } from "./chunk-2FSQPRPJ.js";
@@ -8593,7 +8593,7 @@ var SlashCommandHandler = class {
8593
8593
  return null;
8594
8594
  }
8595
8595
  case "/status": {
8596
- const { status } = await import("./status-UT4UQN3H.js");
8596
+ const { status } = await import("./status-VRYDAEBT.js");
8597
8597
  return status(this.ctx);
8598
8598
  }
8599
8599
  case "/login": {
@@ -17504,7 +17504,7 @@ async function handleSingleRequest(request, adapter) {
17504
17504
  process.title = "autohand";
17505
17505
  function getGitCommit() {
17506
17506
  if (true) {
17507
- return "5392e8c";
17507
+ return "f72ee50";
17508
17508
  }
17509
17509
  try {
17510
17510
  return execSync3("git rev-parse --short HEAD", { encoding: "utf8", stdio: ["pipe", "pipe", "ignore"] }).trim();
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunk63XGCFCCcjs = require('./chunk-63XGCFCC.cjs');
5
+
6
+
7
+
8
+ exports.metadata = _chunk63XGCFCCcjs.metadata; exports.status = _chunk63XGCFCCcjs.status;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  status
4
- } from "./chunk-546JQ3ND.js";
4
+ } from "./chunk-EYBIKL2I.js";
5
5
  export {
6
6
  metadata,
7
7
  status
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "autohand-cli",
3
- "version": "0.7.4",
4
- "licenses": "SEE LICENSE IN LICENSE",
3
+ "version": "0.7.5",
4
+ "license": "Apache-2.0",
5
5
  "description": "Autohand interactive coding agent CLI powered by LLMs.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,8 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
- var _chunkXJZYEURAcjs = require('./chunk-XJZYEURA.cjs');
5
-
6
-
7
-
8
- exports.metadata = _chunkXJZYEURAcjs.metadata; exports.status = _chunkXJZYEURAcjs.status;