- Add full Telegram bot functionality with Z.AI API integration
- Implement 4 tools: Bash, FileEdit, WebSearch, Git
- Add 3 agents: Code Reviewer, Architect, DevOps Engineer
- Add 6 skills for common coding tasks
- Add systemd service file for 24/7 operation
- Add nginx configuration for HTTPS webhook
- Add comprehensive documentation
- Implement WebSocket server for real-time updates
- Add logging system with Winston
- Add environment validation
🤖 zCode CLI X - Agentic coder with Z.AI + Telegram integration
58 lines
1.5 KiB
JavaScript
58 lines
1.5 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "autoAttributesPlugin", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _autoAttributes.autoAttributesPlugin;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "devtoolsExpressPlugin", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _devtools.devtoolsExpressPlugin;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "devtoolsNextjsPlugin", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _devtools.devtoolsNextjsPlugin;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "devtoolsPlugin", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _devtools.devtoolsPlugin;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "getDebugEvent", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _devtools.getDebugEvent;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "getDebugScriptContents", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _devtools.getDebugScriptContents;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "growthbookTrackingPlugin", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _growthbookTracking.growthbookTrackingPlugin;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "thirdPartyTrackingPlugin", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _thirdPartyTracking.thirdPartyTrackingPlugin;
|
|
}
|
|
});
|
|
var _autoAttributes = require("./auto-attributes");
|
|
var _growthbookTracking = require("./growthbook-tracking");
|
|
var _thirdPartyTracking = require("./third-party-tracking");
|
|
var _devtools = require("./devtools");
|
|
//# sourceMappingURL=index.js.map
|