newtype-profile 1.0.8 → 1.0.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/dist/cli/index.js +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var require_picocolors = __commonJS((exports, module) => {
|
|
|
2253
2253
|
var require_package = __commonJS((exports, module) => {
|
|
2254
2254
|
module.exports = {
|
|
2255
2255
|
name: "newtype-profile",
|
|
2256
|
-
version: "1.0.
|
|
2256
|
+
version: "1.0.9",
|
|
2257
2257
|
description: "AI Agent Collaboration System for Content Creation - Based on oh-my-opencode",
|
|
2258
2258
|
main: "dist/index.js",
|
|
2259
2259
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -51801,6 +51801,7 @@ var OhMyOpenCodePlugin = async (ctx) => {
|
|
|
51801
51801
|
await directoryReadmeInjector?.["tool.execute.before"]?.(input, output);
|
|
51802
51802
|
await rulesInjector?.["tool.execute.before"]?.(input, output);
|
|
51803
51803
|
await prometheusMdOnly?.["tool.execute.before"]?.(input, output);
|
|
51804
|
+
await chiefOrchestrator?.["tool.execute.before"]?.(input, output);
|
|
51804
51805
|
if (input.tool === "task") {
|
|
51805
51806
|
const args = output.args;
|
|
51806
51807
|
const subagentType = args.subagent_type;
|