@defai.digital/ax-cli 3.14.7 → 3.14.9
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/README.md +21 -2
- package/dist/analyzers/ast/index.d.ts +2 -4
- package/dist/analyzers/ast/index.js +2 -4
- package/dist/analyzers/ast/index.js.map +1 -1
- package/dist/analyzers/ast/language-parser.d.ts +4 -3
- package/dist/analyzers/ast/language-parser.js +29 -2
- package/dist/analyzers/ast/language-parser.js.map +1 -1
- package/dist/analyzers/ast/multi-language-parser.d.ts +13 -31
- package/dist/analyzers/ast/multi-language-parser.js +25 -143
- package/dist/analyzers/ast/multi-language-parser.js.map +1 -1
- package/dist/checkpoint/manager.d.ts +1 -0
- package/dist/checkpoint/manager.js +81 -15
- package/dist/checkpoint/manager.js.map +1 -1
- package/dist/checkpoint/storage.js +22 -4
- package/dist/checkpoint/storage.js.map +1 -1
- package/dist/planner/types.d.ts +2 -2
- package/dist/schemas/tool-schemas.d.ts +12 -12
- package/package.json +1 -3
- package/.ax-cli/CUSTOM.md +0 -97
- package/.ax-cli/auto-accept-audit.json +0 -1302
- package/.ax-cli/index.json +0 -43
- package/.ax-cli/memory.json +0 -62
- package/.ax-cli/settings.json +0 -3
- package/ax.config.json +0 -303
- package/dist/analyzers/ast/tree-sitter-parser.d.ts +0 -134
- package/dist/analyzers/ast/tree-sitter-parser.js +0 -730
- package/dist/analyzers/ast/tree-sitter-parser.js.map +0 -1
- package/dist/mcp/config-detector-v2.d.ts +0 -83
- package/dist/mcp/config-detector-v2.js +0 -328
- package/dist/mcp/config-detector-v2.js.map +0 -1
- package/dist/mcp/config-migrator-v2.d.ts +0 -89
- package/dist/mcp/config-migrator-v2.js +0 -288
- package/dist/mcp/config-migrator-v2.js.map +0 -1
- package/dist/mcp/config-v2.d.ts +0 -111
- package/dist/mcp/config-v2.js +0 -443
- package/dist/mcp/config-v2.js.map +0 -1
- package/dist/mcp/transports-v2.d.ts +0 -152
- package/dist/mcp/transports-v2.js +0 -481
- package/dist/mcp/transports-v2.js.map +0 -1
- package/dist/utils/error-sanitizer.d.ts +0 -119
- package/dist/utils/error-sanitizer.js +0 -253
- package/dist/utils/error-sanitizer.js.map +0 -1
- package/dist/utils/errors.d.ts +0 -74
- package/dist/utils/errors.js +0 -139
- package/dist/utils/errors.js.map +0 -1
- package/dist/utils/incremental-analyzer.d.ts +0 -134
- package/dist/utils/incremental-analyzer.js +0 -377
- package/dist/utils/incremental-analyzer.js.map +0 -1
- package/dist/utils/math.d.ts +0 -1
- package/dist/utils/math.js +0 -4
- package/dist/utils/math.js.map +0 -1
- package/dist/utils/settings.d.ts +0 -1
- package/dist/utils/settings.js +0 -4
- package/dist/utils/settings.js.map +0 -1
- package/dist/utils/streaming-analyzer.d.ts +0 -160
- package/dist/utils/streaming-analyzer.js +0 -214
- package/dist/utils/streaming-analyzer.js.map +0 -1
package/.ax-cli/index.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"projectName": "@defai.digital/ax-cli",
|
|
3
|
-
"version": "3.12.8",
|
|
4
|
-
"primaryLanguage": "TypeScript",
|
|
5
|
-
"techStack": [
|
|
6
|
-
"React",
|
|
7
|
-
"Vitest",
|
|
8
|
-
"Zod",
|
|
9
|
-
"Commander",
|
|
10
|
-
"Ink",
|
|
11
|
-
"ESM",
|
|
12
|
-
"TypeScript"
|
|
13
|
-
],
|
|
14
|
-
"projectType": "cli",
|
|
15
|
-
"entryPoint": "dist/index.js",
|
|
16
|
-
"directories": {
|
|
17
|
-
"source": "src",
|
|
18
|
-
"tests": "tests",
|
|
19
|
-
"tools": "src/tools"
|
|
20
|
-
},
|
|
21
|
-
"keyFiles": [
|
|
22
|
-
"package.json",
|
|
23
|
-
"tsconfig.json",
|
|
24
|
-
"vitest.config.ts",
|
|
25
|
-
".eslintrc.js",
|
|
26
|
-
"README.md",
|
|
27
|
-
"CLAUDE.md"
|
|
28
|
-
],
|
|
29
|
-
"conventions": {
|
|
30
|
-
"moduleSystem": "esm",
|
|
31
|
-
"importExtension": ".js",
|
|
32
|
-
"testFramework": "vitest",
|
|
33
|
-
"validation": "zod"
|
|
34
|
-
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"build": "npm run build:schemas && tsc && chmod +x dist/index.js",
|
|
37
|
-
"test": "vitest run",
|
|
38
|
-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
39
|
-
"dev": "tsx src/index.ts"
|
|
40
|
-
},
|
|
41
|
-
"packageManager": "pnpm",
|
|
42
|
-
"lastAnalyzed": "2025-12-01T01:45:19.761Z"
|
|
43
|
-
}
|
package/.ax-cli/memory.json
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 1,
|
|
3
|
-
"created_at": "2025-12-01T01:45:24.387Z",
|
|
4
|
-
"updated_at": "2025-12-01T23:07:09.741Z",
|
|
5
|
-
"project_root": "/Users/akiralam/code/ax-cli",
|
|
6
|
-
"content_hash": "sha256:c309a5ca5fc17910fd524d6cebbfa2d299ceb2c102be7407386dbdaa015c58e5",
|
|
7
|
-
"source": {
|
|
8
|
-
"directories": [
|
|
9
|
-
{
|
|
10
|
-
"path": "src",
|
|
11
|
-
"max_depth": 3
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"path": "packages",
|
|
15
|
-
"max_depth": 2
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"files": [
|
|
19
|
-
"README.md",
|
|
20
|
-
"readme.md",
|
|
21
|
-
"package.json",
|
|
22
|
-
"tsconfig.json",
|
|
23
|
-
".ax-cli/CUSTOM.md"
|
|
24
|
-
],
|
|
25
|
-
"ignore": [
|
|
26
|
-
"node_modules",
|
|
27
|
-
"dist",
|
|
28
|
-
"build",
|
|
29
|
-
".git",
|
|
30
|
-
".next",
|
|
31
|
-
".nuxt",
|
|
32
|
-
"coverage",
|
|
33
|
-
".cache",
|
|
34
|
-
".turbo",
|
|
35
|
-
".vercel",
|
|
36
|
-
"__pycache__",
|
|
37
|
-
".pytest_cache",
|
|
38
|
-
"target",
|
|
39
|
-
"vendor",
|
|
40
|
-
"*.log",
|
|
41
|
-
"*.lock",
|
|
42
|
-
".DS_Store"
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
|
-
"context": {
|
|
46
|
-
"formatted": "# Project Context\n\n\n## Architecture Patterns\n- **Project Type**: cli\n- **Primary Language**: TypeScript\n- **Tech Stack**: React, Vitest, Zod, Commander, Ink, ESM, TypeScript\n- **Package Manager**: pnpm\n- **Entry Point**: dist/index.js\n- **Module System**: ESM\n- **Test Framework**: vitest\n- **Validation**: zod\n- **Linter**: eslint\n- **Key Directories**: source: src, tests: tests\n\n\n## Directory Structure\n```\nsrc/\n├── agent/\n│ ├── core/\n│ │ ├── index.ts\n│ │ └── types.ts\n│ ├── execution/\n│ │ ├── index.ts\n│ │ └── tool-executor.ts\n│ ├── planning/\n│ │ ├── index.ts\n│ │ └── plan-executor.ts\n│ ├── specialized/\n│ │ ├── analysis-agent.ts\n│ │ ├── debug-agent.ts\n│ │ ├── documentation-agent.ts\n│ │ ├── index.ts\n│ │ ├── performance-agent.ts\n│ │ ├── refactoring-agent.ts\n│ │ └── testing-agent.ts\n│ ├── streaming/\n│ │ ├── index.ts\n│ │ └── stream-handler.ts\n│ ├── context-manager.ts\n│ ├── dependency-resolver.ts\n│ ├── index.ts\n│ ├── llm-agent.ts\n│ ├── loop-detector.ts\n│ ├── progress-tracker.ts\n│ ├── status-reporter.ts\n│ ├── subagent-orchestrator.ts\n│ ├── subagent-types.ts\n│ └── subagent.ts\n├── analyzers/\n│ ├── architecture/\n│ │ ├── anti-pattern-detectors/\n│ │ ├── pattern-detectors/\n│ │ ├── architecture-analyzer.ts\n│ │ ├── index.ts\n│ │ └── project-structure-scanner.ts\n│ ├── ast/\n│ │ ├── index.ts\n│ │ ├── language-parser.ts\n│ │ ├── multi-language-parser.ts\n│ │ ├── node-helpers.ts\n│ │ ├── parser.ts\n│ │ ├── traverser.ts\n│ │ ├── tree-sitter-parser.ts\n│ │ └── types.ts\n│ ├── best-practices/\n│ │ ├── rules/\n│ │ ├── base-rule.ts\n│ │ ├── best-practice-validator.ts\n│ │ ├── index.ts\n│ │ └── types.ts\n│ ├── cache/\n│ │ └── analysis-cache.ts\n│ ├── code-smells/\n│ │ ├── detectors/\n│ │ ├── base-smell-detector.ts\n│ │ ├── code-smell-analyzer.ts\n│ │ ├── index.ts\n│ │ └── types.ts\n│ ├── dependency/\n│ │ ├── circular-detector.ts\n│ │ ├── coupling-calculator.ts\n│ │ ├── dependency-analyzer.ts\n│ │ ├── dependency-graph.ts\n│ │ ├── index.ts\n│ │ └── types.ts\n│ ├── git/\n│ │ ├── churn-calculator.ts\n│ │ ├── git-analyzer.ts\n│ │ ├── hotspot-detector.ts\n│ │ ├── index.ts\n│ │ └── types.ts\n│ ├── metrics/\n│ │ ├── halstead-calculator.ts\n│ │ ├── index.ts\n│ │ ├── maintainability-calculator.ts\n│ │ ├── metrics-analyzer.ts\n│ │ └── types.ts\n│ ├── security/\n│ │ ├── detectors/\n│ │ ├── base-detector.ts\n│ │ ├── index.ts\n│ │ ├── security-analyzer.ts\n│ │ └── types.ts\n│ └── errors.ts\n├── checkpoint/\n│ ├── index.ts\n│ ├── manager.ts\n│ ├── storage.ts\n│ └── types.ts\n├── commands/\n│ ├── init/\n│ │ └── wizard.ts\n│ ├── cache.ts\n│ ├── custom-commands.ts\n│ ├── doctor.ts\n│ ├── frontend.ts\n│ ├── init.ts\n│ ├── mcp-migrate.ts\n│ ├── mcp.ts\n│ ├── memory.ts\n│ ├── models.ts\n│ ├── plan.ts\n│ ├── rewind.ts\n│ ├── setup.ts\n│ ├── status.ts\n│ ├── templates.ts\n│ ├── update.ts\n│ ├── usage.ts\n│ └── vscode.ts\n├── hooks/\n│ ├── hook-runner.ts\n│ ├── index.ts\n│ ├── manager.ts\n│ └── types.ts\n├── ipc/\n│ ├── index.ts\n│ └── vscode-client.ts\n├── llm/\n│ ├── client.ts\n│ ├── tools.ts\n│ └── types.ts\n├── mcp/\n│ ├── automatosx-loader.ts\n│ ├── client-mutex-patch.ts\n│ ├── client-v2.ts\n│ ├── client.ts\n│ ├── config-detector.ts\n│ ├── config-migrator.ts\n│ ├── config.ts\n│ ├── content-length-transport.ts\n│ ├── error-formatter.ts\n│ ├── health.ts\n│ ├── index.ts\n│ ├── invariants.ts\n│ ├── mutex-safe.ts\n│ ├── mutex.ts\n│ ├── reconnection.ts\n│ ├── registry.ts\n│ ├── resources.ts\n│ ├── ssrf-protection.ts\n│ ├── templates.ts\n│ ├── transports.ts\n│ ├── type-safety.ts\n│ └── validation.ts\n├── memory/\n│ ├── context-generator.ts\n│ ├── context-injector.ts\n│ ├── context-store.ts\n│ ├── index.ts\n│ ├── schemas.ts\n│ ├── stats-collector.ts\n│ └── types.ts\n├── permissions/\n│ ├── index.ts\n│ └── permission-manager.ts\n├── planner/\n│ ├── prompts/\n│ │ └── planning-prompt.ts\n│ ├── dependency-resolver.ts\n│ ├── index.ts\n│ ├── plan-generator.ts\n│ ├── plan-storage.ts\n│ ├── task-planner.ts\n│ ├── token-estimator.ts\n│ └── types.ts\n├── schemas/\n│ ├── api-schemas.ts\n│ ├── confirmation-schemas.ts\n│ ├── index-unified.ts\n│ ├── index.ts\n│ ├── README.md\n│ ├── settings-schemas.ts\n│ ├── tool-schemas.ts\n│ └── yaml-schemas.ts\n├── sdk/\n│ ├── errors.ts\n│ ├── index.ts\n│ ├── progress-reporter.ts\n│ ├── README.md\n│ ├── testing.ts\n│ ├── tool-registry.ts\n│ ├── types.ts\n│ ├── unified-logger.ts\n│ └── version.ts\n├── tools/\n│ ├── analysis-tools/\n│ │ ├── architecture-tool.ts\n│ │ └── validation-tool.ts\n│ ├── analysis-tools.ts\n│ ├── ask-user.ts\n│ ├── bash-output.ts\n│ ├── bash.ts\n│ ├── confirmation-tool.ts\n│ ├── index.ts\n│ ├── registry.ts\n│ ├── search.ts\n│ ├── text-editor.ts\n│ └── todo-tool.ts\n├── types/\n│ ├── analysis.ts\n│ ├── index.ts\n│ ├── project-analysis.ts\n│ └── template.ts\n├── ui/\n│ ├── components/\n│ │ ├── api-key-input.tsx\n│ │ ├── chat-history.tsx\n│ │ ├── chat-input.tsx\n│ │ ├── chat-interface.tsx\n│ │ ├── collapsible-tool-result.tsx\n│ │ ├── command-suggestions.tsx\n│ │ ├── confirmation-dialog.tsx\n│ │ ├── context-breakdown.tsx\n│ │ ├── diff-renderer.tsx\n│ │ ├── index.ts\n│ │ ├── keyboard-help.tsx\n│ │ ├── keyboard-hints.tsx\n│ │ ├── loading-spinner.tsx\n│ │ ├── mcp-status.tsx\n│ │ ├── model-selection.tsx\n│ │ ├── phase-progress.tsx\n│ │ ├── question-dialog.tsx\n│ │ ├── quick-actions.tsx\n│ │ ├── reasoning-display.tsx\n│ │ ├── status-bar.tsx\n│ │ ├── subagent-monitor.tsx\n│ │ ├── toast-notification.tsx\n│ │ ├── tool-group-display.tsx\n│ │ ├── virtualized-chat-history.tsx\n│ │ └── welcome-panel.tsx\n│ ├── hooks/\n│ │ ├── use-chat-reducer.ts\n│ │ ├── use-enhanced-input.ts\n│ │ ├── use-input-handler.ts\n│ │ └── use-input-history.ts\n│ ├── shared/\n│ │ └── max-sized-box.tsx\n│ ├── utils/\n│ │ ├── bracketed-paste-handler.ts\n│ │ ├── change-summarizer.ts\n│ │ ├── code-colorizer.tsx\n│ │ ├── colors.ts\n│ │ ├── markdown-renderer.tsx\n│ │ ├── semantic-action-detector.ts\n│ │ └── tool-grouper.ts\n│ └── app.tsx\n├── utils/\n│ ├── analysis-logger.ts\n│ ├── api-error.ts\n│ ├── audit-logger.ts\n│ ├── auto-accept-logger.ts\n│ ├── automatosx-detector.ts\n│ ├── background-task-manager.ts\n│ ├── cache.ts\n│ ├── command-security.ts\n│ ├── config-loader.ts\n│ ├── confirmation-service.ts\n│ ├── console-messenger.ts\n│ ├── custom-instructions.ts\n│ ├── encryption.ts\n│ ├── enhanced-error-messages.ts\n│ ├── error-handler.ts\n│ ├── error-translator.ts\n│ ├── external-editor.ts\n│ ├── file-cache.ts\n│ ├── file-mentions.ts\n│ ├── history-manager.ts\n│ ├── history-migration.ts\n│ ├── index.ts\n│ ├── init-previewer.ts\n│ ├── init-validator.ts\n│ ├── input-sanitizer.ts\n│ ├── instruction-generator.ts\n│ ├── json-utils.ts\n│ ├── llm-optimized-instruction-generator.ts\n│ ├── message-optimizer.ts\n│ ├── onboarding-manager.ts\n│ └── ... (22 more)\n├── constants.ts\n└── index.ts\npackages/\n└── schemas/\n ├── src/\n ├── tests/\n ├── .eslintrc.js\n ├── package-lock.json\n ├── package.json\n ├── README.md\n ├── tsconfig.json\n └── vitest.config.ts\n```\n\n\n## Key Configuration\n\n### README.md\n\n```\n# AX CLI - Enterprise-Class CLI for Vibe Coding\n\n[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fax-cli)\n[](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)\n[](https://github.com/defai-d\n...\n```\n\n### readme.md\n\n```\n# AX CLI - Enterprise-Class CLI for Vibe Coding\n\n[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fax-cli)\n[](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)\n[](https://github.com/defai-d\n...\n```\n\n### package.json\n\n- **Name**: @defai.digital/ax-cli\n- **Version**: 3.12.8\n- **Description**: Enterprise-Class AI Command Line Interface - Primary support for GLM (General Language Model) with multi-provider AI orchestration powered by AutomatosX.\n- **Type**: module\n- **CLI**: Yes\n- **Dependencies**: @ax-cli/schemas, @clack/prompts, @modelcontextprotocol/sdk, @types/ws, axios, chalk, clipboardy, commander, dotenv, enquirer (+18 more)\n- **Dev Dependencies**: @types/fs-extra, @types/glob, @types/js-yaml, @types/marked-terminal, @types/node, @types/react, @typescript-eslint/eslint-plugin, @typescript-eslint/parser (+6 more)\n- **Scripts**: build, build:schemas, dev, start, pretest, lint\n\n### tsconfig.json\n\n- **Target**: ES2022\n- **Module**: ESNext\n- **Module Resolution**: Bundler\n- **Strict**: true\n- **Output**: ./dist\n\n### .ax-cli/CUSTOM.md\n\n# Custom Instructions for AX CLI\n\n**Project**: @defai.digital/ax-cli v3.12.8\n**Type**: cli\n**Language**: TypeScript\n**Stack**: React, Vitest, Zod, Commander, Ink, ESM, TypeScript\n\nGenerated: 11/30/2025, 8:45:19 PM\n\n## Project Context\n\n- **Entry Point**: `dist/index.js`\n- **Package Manager**: pnpm\n- **Module System**: ESM\n- **CLI Tool**: This is a command-line interface application\n\n## Code Conventions\n\n### TypeScript\n- Use explicit type annotations for function parameters and returns\n- Prefer `const` and `let` over `var`\n- Use strict mode (strict type checking enabled)\n- **CRITICAL**: Always use `.js` extension in import statements (ESM requirement)\n - Example: `import { foo } from \"./bar.js\"` (NOT \"./bar\" or \"./bar.ts\")\n\n### ES Modules\n- Use `import/export` syntax (not `require/module.exports`)\n- Top-level await is supported\n\n### Validation\n- Use **zod** for runtime validation\n- Validate all external inputs (API requests, file reads, user input)\n- Use `.safeParse()` for error handlin\n[...truncated]\n\n\n## README Summary\n\n# AX CLI - Enterprise-Class CLI for Vibe Coding\n\n[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fax-cli)\n[](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)\n[](https://github.com/defai-digital/ax-cli)\n[](https://nodejs.org/)\n[](https://opensource.org/licenses/MIT)\n\n<p align=\"center\">\n <img src=\".github/assets/screenshot1.png\" alt=\"AX CLI Screenshot\" width=\"800\"/>\n</p>\n\n<p align=\"center\">\n <strong>GLM-Optimized CLI • Enterprise Architecture • 98%+ Test Coverage</strong>\n</p>\n\n---\n\n## Quick Start\n\n```bash\n# Install globally\nnpm install -g @defai.digital/ax-cli\n\n# Configure (secure API key setup)\nax-cli setup\n\n# Initialize your project\nax-cli init\n\n# Start coding!\nax-cli\n```\n\n**That's it!** AX CLI is now ready to help you build, debug, and ship code faster.\n\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [MCP Integration](#mcp-integration)\n- [Project Memory](#project-memory)\n- [Multi-Phase Planner](#multi-phase-task-planner)\n- [Security](#security)\n- [Architecture](#architecture)\n- [Changelog](#changelog)\n- [Recent Changes (v3.12.8)](#recent-changes-v3128)\n- [Documentation](#documentation)\n\n---\n\n## Features\n\n### Core Capabilities\n\n| Feature | Description |\n|---------|-------------|\n| **GLM-Optimized** | Primary support for Z.AI's GLM-4.6 with 200K context window |\n| **Multi-Phase Planner** | Intelligent task decomposition for complex requests |\n| **Session Continuity** | Directory-specific conversation history with `--continue` |\n| **MCP Integration** | Model Context Protocol with 12+ production-ready templates |\n| **Project Memory** | Intelligent context caching with 50% token savings |\n| **Smart Verbosity** | Three-level output control (Quiet → Concise → Verbose) |\n| **Auto-Update** | Automatic update check on startup with user confirmation |\n\n### AI Provider Support\n\n- **Z.AI GLM-4.6** (default) - 32K max tokens, optimized for complex code generation\n- **OpenAI** - GPT-4, GPT-3.5\n- **Anthropic** - Claude models\n- **Ollama** - Local models\n- **Custom endpoints** - Any OpenAI-compatible API\n\n> **Note**: For xAI Grok, use [grok-cli](https://github.com/superagent-ai/grok-cli). For Anthropic Claude, use [claude-code](https://claude.ai/code).\n\n### Security (Enterprise-Grade, FREE)\n\n| Protection | Severity | Description |\n|------------|----------|-------------|\n| API Key Encryption | - | AES-256-GCM encryption at rest |\n| Command Injection | CVSS 9.8 | Safe command execution with whitelisting |\n| Path Traversal | CVSS 8.6 | Prevent unauthorized file system access |\n| SSRF Prevention | CVSS 7.5 | Validate MCP transport URLs |\n| Input Sanitization | CVSS 7.0 | Comprehensive input validation |\n| Rate Limiting | - | Token bucket algorithm (100 req/min) |\n\n### Code Analysis Tools\n\n- **Dependency Analyzer** - Circular dependencies, coupling metrics\n- **Code Smell Detector** - 10+ anti-patterns detection\n- **Hotspot Analyzer** - Git history-based complexity analysis\n- **Security Scanner** - SQL injection, XSS, hardcoded secrets\n- **Multi-Language Support** - TypeScript, JavaScript, Python, Rust, Go, C, C++, Swift, HTML, CSS\n\n---\n\n## Installation\n\n### Supported Platforms\n\n| Platform | Versions | Architecture |\n|----------|----------|--------------|\n| **macOS** | 26+ | x64, ARM64 (Apple Silicon) |\n| **Windows** | 11+ | x64, ARM64 |\n| **Ubuntu** | 24.04+ | x64, ARM64 |\n\n### Prerequisites\n\n- Node.js 24.0.0 or higher\n- npm package manager\n\n### Install\n\n```bash\nnpm install -g @defai.digital/ax-cli\n```\n\n---\n\n## Configuration\n\n### Quick Setup (Recommended)\n\n```bash\nax\n\n[...truncated]",
|
|
47
|
-
"token_estimate": 4385,
|
|
48
|
-
"sections": {
|
|
49
|
-
"structure": 2321,
|
|
50
|
-
"readme": 1124,
|
|
51
|
-
"config": 834,
|
|
52
|
-
"patterns": 100
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"stats": {
|
|
56
|
-
"last_cached_tokens": 34520,
|
|
57
|
-
"last_prompt_tokens": 34606,
|
|
58
|
-
"total_tokens_saved": 1113233,
|
|
59
|
-
"usage_count": 57,
|
|
60
|
-
"last_used_at": "2025-12-01T23:07:09.741Z"
|
|
61
|
-
}
|
|
62
|
-
}
|
package/.ax-cli/settings.json
DELETED
package/ax.config.json
DELETED
|
@@ -1,303 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"providers": {
|
|
3
|
-
"claude-code": {
|
|
4
|
-
"enabled": true,
|
|
5
|
-
"priority": 3,
|
|
6
|
-
"timeout": 2700000,
|
|
7
|
-
"command": "claude",
|
|
8
|
-
"healthCheck": {
|
|
9
|
-
"enabled": true,
|
|
10
|
-
"interval": 300000,
|
|
11
|
-
"timeout": 5000
|
|
12
|
-
},
|
|
13
|
-
"circuitBreaker": {
|
|
14
|
-
"enabled": true,
|
|
15
|
-
"failureThreshold": 3,
|
|
16
|
-
"recoveryTimeout": 60000
|
|
17
|
-
},
|
|
18
|
-
"processManagement": {
|
|
19
|
-
"gracefulShutdownTimeout": 5000,
|
|
20
|
-
"forceKillDelay": 1000
|
|
21
|
-
},
|
|
22
|
-
"versionDetection": {
|
|
23
|
-
"timeout": 5000,
|
|
24
|
-
"forceKillDelay": 1000,
|
|
25
|
-
"cacheEnabled": true
|
|
26
|
-
},
|
|
27
|
-
"limitTracking": {
|
|
28
|
-
"enabled": true,
|
|
29
|
-
"window": "weekly",
|
|
30
|
-
"resetHourUtc": 0
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"gemini-cli": {
|
|
34
|
-
"enabled": true,
|
|
35
|
-
"priority": 2,
|
|
36
|
-
"timeout": 2700000,
|
|
37
|
-
"command": "gemini",
|
|
38
|
-
"healthCheck": {
|
|
39
|
-
"enabled": true,
|
|
40
|
-
"interval": 300000,
|
|
41
|
-
"timeout": 5000
|
|
42
|
-
},
|
|
43
|
-
"circuitBreaker": {
|
|
44
|
-
"enabled": true,
|
|
45
|
-
"failureThreshold": 3,
|
|
46
|
-
"recoveryTimeout": 60000
|
|
47
|
-
},
|
|
48
|
-
"processManagement": {
|
|
49
|
-
"gracefulShutdownTimeout": 5000,
|
|
50
|
-
"forceKillDelay": 1000
|
|
51
|
-
},
|
|
52
|
-
"versionDetection": {
|
|
53
|
-
"timeout": 5000,
|
|
54
|
-
"forceKillDelay": 1000,
|
|
55
|
-
"cacheEnabled": true
|
|
56
|
-
},
|
|
57
|
-
"limitTracking": {
|
|
58
|
-
"enabled": true,
|
|
59
|
-
"window": "daily",
|
|
60
|
-
"resetHourUtc": 0
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"openai": {
|
|
64
|
-
"enabled": true,
|
|
65
|
-
"priority": 1,
|
|
66
|
-
"timeout": 2700000,
|
|
67
|
-
"command": "codex",
|
|
68
|
-
"healthCheck": {
|
|
69
|
-
"enabled": true,
|
|
70
|
-
"interval": 300000,
|
|
71
|
-
"timeout": 5000
|
|
72
|
-
},
|
|
73
|
-
"circuitBreaker": {
|
|
74
|
-
"enabled": true,
|
|
75
|
-
"failureThreshold": 3,
|
|
76
|
-
"recoveryTimeout": 60000
|
|
77
|
-
},
|
|
78
|
-
"processManagement": {
|
|
79
|
-
"gracefulShutdownTimeout": 5000,
|
|
80
|
-
"forceKillDelay": 1000
|
|
81
|
-
},
|
|
82
|
-
"versionDetection": {
|
|
83
|
-
"timeout": 5000,
|
|
84
|
-
"forceKillDelay": 1000,
|
|
85
|
-
"cacheEnabled": true
|
|
86
|
-
},
|
|
87
|
-
"limitTracking": {
|
|
88
|
-
"enabled": true,
|
|
89
|
-
"window": "daily",
|
|
90
|
-
"resetHourUtc": 0
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"execution": {
|
|
95
|
-
"defaultTimeout": 2700000,
|
|
96
|
-
"concurrency": {
|
|
97
|
-
"maxConcurrentAgents": 4,
|
|
98
|
-
"autoDetect": false,
|
|
99
|
-
"cpuMultiplier": 1,
|
|
100
|
-
"minConcurrency": 2,
|
|
101
|
-
"maxConcurrency": 16
|
|
102
|
-
},
|
|
103
|
-
"retry": {
|
|
104
|
-
"maxAttempts": 3,
|
|
105
|
-
"initialDelay": 1000,
|
|
106
|
-
"maxDelay": 10000,
|
|
107
|
-
"backoffFactor": 2,
|
|
108
|
-
"retryableErrors": [
|
|
109
|
-
"ECONNREFUSED",
|
|
110
|
-
"ETIMEDOUT",
|
|
111
|
-
"ENOTFOUND",
|
|
112
|
-
"rate_limit",
|
|
113
|
-
"overloaded",
|
|
114
|
-
"timeout"
|
|
115
|
-
]
|
|
116
|
-
},
|
|
117
|
-
"provider": {
|
|
118
|
-
"maxWaitMs": 60000,
|
|
119
|
-
"fallbackDelay": 5000
|
|
120
|
-
},
|
|
121
|
-
"stages": {
|
|
122
|
-
"enabled": true,
|
|
123
|
-
"defaultTimeout": 1800000,
|
|
124
|
-
"checkpointPath": ".automatosx/checkpoints",
|
|
125
|
-
"autoSaveCheckpoint": true,
|
|
126
|
-
"cleanupAfterDays": 7,
|
|
127
|
-
"retry": {
|
|
128
|
-
"defaultMaxRetries": 1,
|
|
129
|
-
"defaultRetryDelay": 2000
|
|
130
|
-
},
|
|
131
|
-
"prompts": {
|
|
132
|
-
"timeout": 600000,
|
|
133
|
-
"autoConfirm": false,
|
|
134
|
-
"locale": "en"
|
|
135
|
-
},
|
|
136
|
-
"progress": {
|
|
137
|
-
"updateInterval": 2000,
|
|
138
|
-
"syntheticProgress": true
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"orchestration": {
|
|
143
|
-
"session": {
|
|
144
|
-
"maxSessions": 100,
|
|
145
|
-
"maxMetadataSize": 10240,
|
|
146
|
-
"saveDebounce": 1000,
|
|
147
|
-
"cleanupAfterDays": 7,
|
|
148
|
-
"maxUuidAttempts": 100,
|
|
149
|
-
"persistPath": ".automatosx/sessions"
|
|
150
|
-
},
|
|
151
|
-
"delegation": {
|
|
152
|
-
"maxDepth": 2,
|
|
153
|
-
"timeout": 2700000,
|
|
154
|
-
"enableCycleDetection": true
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
"memory": {
|
|
158
|
-
"maxEntries": 10000,
|
|
159
|
-
"persistPath": ".automatosx/memory",
|
|
160
|
-
"autoCleanup": true,
|
|
161
|
-
"cleanupDays": 30,
|
|
162
|
-
"busyTimeout": 5000,
|
|
163
|
-
"search": {
|
|
164
|
-
"defaultLimit": 10,
|
|
165
|
-
"maxLimit": 100,
|
|
166
|
-
"timeout": 5000
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
"abilities": {
|
|
170
|
-
"basePath": ".automatosx/abilities",
|
|
171
|
-
"fallbackPath": "examples/abilities",
|
|
172
|
-
"cache": {
|
|
173
|
-
"enabled": true,
|
|
174
|
-
"maxEntries": 50,
|
|
175
|
-
"ttl": 600000,
|
|
176
|
-
"maxSize": 5242880,
|
|
177
|
-
"cleanupInterval": 120000
|
|
178
|
-
},
|
|
179
|
-
"limits": {
|
|
180
|
-
"maxFileSize": 524288
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"workspace": {
|
|
184
|
-
"prdPath": "automatosx/PRD",
|
|
185
|
-
"tmpPath": "automatosx/tmp",
|
|
186
|
-
"autoCleanupTmp": true,
|
|
187
|
-
"tmpCleanupDays": 7
|
|
188
|
-
},
|
|
189
|
-
"logging": {
|
|
190
|
-
"level": "info",
|
|
191
|
-
"path": ".automatosx/logs",
|
|
192
|
-
"console": true,
|
|
193
|
-
"retention": {
|
|
194
|
-
"maxSizeBytes": 104857600,
|
|
195
|
-
"maxAgeDays": 30,
|
|
196
|
-
"compress": true
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"performance": {
|
|
200
|
-
"profileCache": {
|
|
201
|
-
"enabled": true,
|
|
202
|
-
"maxEntries": 20,
|
|
203
|
-
"ttl": 600000,
|
|
204
|
-
"cleanupInterval": 120000
|
|
205
|
-
},
|
|
206
|
-
"teamCache": {
|
|
207
|
-
"enabled": true,
|
|
208
|
-
"maxEntries": 10,
|
|
209
|
-
"ttl": 600000,
|
|
210
|
-
"cleanupInterval": 120000
|
|
211
|
-
},
|
|
212
|
-
"providerCache": {
|
|
213
|
-
"enabled": true,
|
|
214
|
-
"maxEntries": 100,
|
|
215
|
-
"ttl": 600000,
|
|
216
|
-
"cleanupInterval": 120000
|
|
217
|
-
},
|
|
218
|
-
"adaptiveCache": {
|
|
219
|
-
"maxEntries": 1000,
|
|
220
|
-
"baseTTL": 300000,
|
|
221
|
-
"minTTL": 60000,
|
|
222
|
-
"maxTTL": 3600000,
|
|
223
|
-
"adaptiveMultiplier": 2,
|
|
224
|
-
"lowFreqDivisor": 2,
|
|
225
|
-
"frequencyThreshold": 5,
|
|
226
|
-
"cleanupInterval": 60000
|
|
227
|
-
},
|
|
228
|
-
"responseCache": {
|
|
229
|
-
"enabled": false,
|
|
230
|
-
"ttl": 86400,
|
|
231
|
-
"maxSize": 1000,
|
|
232
|
-
"maxMemorySize": 100,
|
|
233
|
-
"dbPath": ".automatosx/cache/responses.db"
|
|
234
|
-
},
|
|
235
|
-
"rateLimit": {
|
|
236
|
-
"enabled": false,
|
|
237
|
-
"requestsPerMinute": 60,
|
|
238
|
-
"burstSize": 10
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
"advanced": {
|
|
242
|
-
"embedding": {
|
|
243
|
-
"timeout": 30000,
|
|
244
|
-
"retryDelay": 1000,
|
|
245
|
-
"dimensions": 1536,
|
|
246
|
-
"maxRetries": 3
|
|
247
|
-
},
|
|
248
|
-
"security": {
|
|
249
|
-
"enablePathValidation": true,
|
|
250
|
-
"allowedExtensions": [
|
|
251
|
-
".ts",
|
|
252
|
-
".js",
|
|
253
|
-
".tsx",
|
|
254
|
-
".jsx",
|
|
255
|
-
".py",
|
|
256
|
-
".go",
|
|
257
|
-
".rs",
|
|
258
|
-
".java",
|
|
259
|
-
".yaml",
|
|
260
|
-
".yml",
|
|
261
|
-
".json",
|
|
262
|
-
".toml",
|
|
263
|
-
".md",
|
|
264
|
-
".txt",
|
|
265
|
-
".csv"
|
|
266
|
-
]
|
|
267
|
-
},
|
|
268
|
-
"development": {
|
|
269
|
-
"mockProviders": false,
|
|
270
|
-
"profileMode": false
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
"integration": {
|
|
274
|
-
"vscode": {
|
|
275
|
-
"enabled": false,
|
|
276
|
-
"apiPort": 3000,
|
|
277
|
-
"autoStart": true,
|
|
278
|
-
"outputPanel": true,
|
|
279
|
-
"notifications": true
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
"cli": {
|
|
283
|
-
"run": {
|
|
284
|
-
"defaultMemory": true,
|
|
285
|
-
"defaultSaveMemory": true,
|
|
286
|
-
"defaultFormat": "text",
|
|
287
|
-
"defaultVerbose": false
|
|
288
|
-
},
|
|
289
|
-
"session": {
|
|
290
|
-
"defaultShowAgents": true
|
|
291
|
-
},
|
|
292
|
-
"memory": {
|
|
293
|
-
"defaultLimit": 10
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
"router": {
|
|
297
|
-
"healthCheckInterval": 60000,
|
|
298
|
-
"providerCooldownMs": 30000,
|
|
299
|
-
"enableFreeTierPrioritization": true,
|
|
300
|
-
"enableWorkloadAwareRouting": true
|
|
301
|
-
},
|
|
302
|
-
"version": "10.3.3"
|
|
303
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Tree-sitter Parser
|
|
3
|
-
*
|
|
4
|
-
* Base class for tree-sitter based language parsers.
|
|
5
|
-
* Uses WebAssembly (WASM) for cross-platform compatibility.
|
|
6
|
-
*
|
|
7
|
-
* Supports: Python, Rust, Go, TypeScript, JavaScript, HTML, CSS, and 30+ more languages
|
|
8
|
-
*/
|
|
9
|
-
import { Tree } from 'web-tree-sitter';
|
|
10
|
-
import { BaseLanguageParser, type SupportedLanguage } from './language-parser.js';
|
|
11
|
-
import type { FileASTInfo } from './types.js';
|
|
12
|
-
/**
|
|
13
|
-
* Tree-sitter based language parser
|
|
14
|
-
*/
|
|
15
|
-
export declare class TreeSitterParser extends BaseLanguageParser {
|
|
16
|
-
readonly language: SupportedLanguage;
|
|
17
|
-
private treeSitterLanguage;
|
|
18
|
-
private parser;
|
|
19
|
-
private loadedLanguage;
|
|
20
|
-
constructor(language: SupportedLanguage, treeSitterLanguage?: string);
|
|
21
|
-
private mapLanguageToTreeSitter;
|
|
22
|
-
/**
|
|
23
|
-
* Ensure parser is initialized
|
|
24
|
-
*/
|
|
25
|
-
private ensureInitialized;
|
|
26
|
-
parseFile(filePath: string): Promise<FileASTInfo>;
|
|
27
|
-
parseContent(content: string, filePath?: string): Promise<FileASTInfo>;
|
|
28
|
-
/**
|
|
29
|
-
* Extract functions from AST
|
|
30
|
-
*/
|
|
31
|
-
private extractFunctions;
|
|
32
|
-
/**
|
|
33
|
-
* Get node types that represent functions for this language
|
|
34
|
-
*/
|
|
35
|
-
private getFunctionNodeTypes;
|
|
36
|
-
/**
|
|
37
|
-
* Extract function info from a function node
|
|
38
|
-
*/
|
|
39
|
-
private extractFunctionInfo;
|
|
40
|
-
/**
|
|
41
|
-
* Extract function name
|
|
42
|
-
*/
|
|
43
|
-
private extractFunctionName;
|
|
44
|
-
/**
|
|
45
|
-
* Extract parameters from function
|
|
46
|
-
*/
|
|
47
|
-
private extractParameters;
|
|
48
|
-
/**
|
|
49
|
-
* Check if node is a parameter
|
|
50
|
-
*/
|
|
51
|
-
private isParameterNode;
|
|
52
|
-
/**
|
|
53
|
-
* Extract parameter info
|
|
54
|
-
*/
|
|
55
|
-
private extractParameterInfo;
|
|
56
|
-
/**
|
|
57
|
-
* Extract return type
|
|
58
|
-
*/
|
|
59
|
-
private extractReturnType;
|
|
60
|
-
/**
|
|
61
|
-
* Check if function is async
|
|
62
|
-
*/
|
|
63
|
-
private isAsyncFunction;
|
|
64
|
-
/**
|
|
65
|
-
* Check if function is exported
|
|
66
|
-
*/
|
|
67
|
-
private isExportedFunction;
|
|
68
|
-
/**
|
|
69
|
-
* Calculate cyclomatic complexity
|
|
70
|
-
*/
|
|
71
|
-
private calculateComplexity;
|
|
72
|
-
/**
|
|
73
|
-
* Extract classes from AST
|
|
74
|
-
*/
|
|
75
|
-
private extractClasses;
|
|
76
|
-
/**
|
|
77
|
-
* Get node types that represent classes
|
|
78
|
-
*/
|
|
79
|
-
private getClassNodeTypes;
|
|
80
|
-
/**
|
|
81
|
-
* Extract class info
|
|
82
|
-
*/
|
|
83
|
-
private extractClassInfo;
|
|
84
|
-
/**
|
|
85
|
-
* Check if class is exported
|
|
86
|
-
*/
|
|
87
|
-
private isExportedClass;
|
|
88
|
-
/**
|
|
89
|
-
* Extract methods from class
|
|
90
|
-
*/
|
|
91
|
-
private extractMethods;
|
|
92
|
-
/**
|
|
93
|
-
* Get method visibility
|
|
94
|
-
*/
|
|
95
|
-
private getVisibility;
|
|
96
|
-
/**
|
|
97
|
-
* Check if method is static
|
|
98
|
-
*/
|
|
99
|
-
private isStatic;
|
|
100
|
-
/**
|
|
101
|
-
* Extract properties from class
|
|
102
|
-
*/
|
|
103
|
-
private extractProperties;
|
|
104
|
-
/**
|
|
105
|
-
* Extract imports from AST
|
|
106
|
-
*/
|
|
107
|
-
private extractImports;
|
|
108
|
-
/**
|
|
109
|
-
* Get import node types for this language
|
|
110
|
-
*/
|
|
111
|
-
private getImportNodeTypes;
|
|
112
|
-
/**
|
|
113
|
-
* Extract import info
|
|
114
|
-
*/
|
|
115
|
-
private extractImportInfo;
|
|
116
|
-
/**
|
|
117
|
-
* Extract exports from AST
|
|
118
|
-
*/
|
|
119
|
-
private extractExports;
|
|
120
|
-
/**
|
|
121
|
-
* Get the raw syntax tree (for advanced usage)
|
|
122
|
-
*/
|
|
123
|
-
getTree(content: string): Promise<Tree | null>;
|
|
124
|
-
dispose(): void;
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Create a parser for a specific language
|
|
128
|
-
*/
|
|
129
|
-
export declare function createTreeSitterParser(language: SupportedLanguage): TreeSitterParser;
|
|
130
|
-
/**
|
|
131
|
-
* Supported tree-sitter languages (beyond our core 5)
|
|
132
|
-
*/
|
|
133
|
-
export declare const TREE_SITTER_LANGUAGES: readonly ["bash", "c", "cpp", "c_sharp", "css", "dart", "elixir", "elm", "go", "html", "java", "javascript", "json", "kotlin", "lua", "objc", "ocaml", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "toml", "tsx", "typescript", "vue", "yaml", "zig"];
|
|
134
|
-
export type TreeSitterLanguage = typeof TREE_SITTER_LANGUAGES[number];
|