@bluehawks/cli 1.0.23 → 1.0.24

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.
@@ -6,7 +6,7 @@ export declare const DEFAULT_MODEL = "Qwen/Qwen3-8B";
6
6
  export declare const DEFAULT_EMBEDDING_MODEL = "Qwen/Qwen3-Embedding-0.6B";
7
7
  export declare const DEFAULT_RERANK_MODEL = "Qwen/Qwen3-Reranker-0.6B";
8
8
  export declare const CLI_NAME = "bluehawks";
9
- export declare const CLI_VERSION = "1.0.23";
9
+ export declare const CLI_VERSION = "1.0.24";
10
10
  export declare const CLI_DESCRIPTION = "A production-ready multi-agent AI CLI assistant";
11
11
  export declare const CONFIG_DIR_NAME = ".bluehawks";
12
12
  export declare const SETTINGS_FILE = "settings.json";
@@ -8,7 +8,7 @@ export const DEFAULT_EMBEDDING_MODEL = 'Qwen/Qwen3-Embedding-0.6B';
8
8
  export const DEFAULT_RERANK_MODEL = 'Qwen/Qwen3-Reranker-0.6B';
9
9
  // CLI Metadata
10
10
  export const CLI_NAME = 'bluehawks';
11
- export const CLI_VERSION = '1.0.23';
11
+ export const CLI_VERSION = '1.0.24';
12
12
  export const CLI_DESCRIPTION = 'A production-ready multi-agent AI CLI assistant';
13
13
  // Configuration Paths
14
14
  export const CONFIG_DIR_NAME = '.bluehawks';
@@ -1 +1 @@
1
- {"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../../src/core/agents/prompts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,eAAO,MAAM,eAAe,cAuI3B,CAAC"}
1
+ {"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../../src/core/agents/prompts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,eAAO,MAAM,eAAe,cAmJ3B,CAAC"}
@@ -105,6 +105,18 @@ Parameters:
105
105
 
106
106
  ## Advanced Capabilities
107
107
 
108
+ ### 🧠 THINKING PROCESS
109
+ - **Plan First**: For complex tasks, use a "Thinking" step to outline your approach before taking action.
110
+ - **Reasoning**: Explain *why* you are taking a specific action if it's not obvious.
111
+
112
+ ### 🔍 LINTING & VALIDATION
113
+ - **Self-Correction**: After editing code, if a linter (e.g., \`eslint\`, \`ruff\`, \`tsc\`) is available in the project, you **SHOULD** run it to verify your changes.
114
+ - **Fix Errors**: If validation fails, attempt to fix the errors immediately.
115
+
116
+ ### 📦 BULK OPERATIONS MINDSET
117
+ - **Efficiency**: When reading or writing multiple files, try to plan your actions efficiently. While you must execute tools sequentially, your *plan* should account for the whole batch.
118
+ - **Context**: Read valid context (related files) before making changes to ensure consistency.
119
+
108
120
  ### FILE HANDLING
109
121
  - **Creation Triggers**: Create files when:
110
122
  - Writing >10 lines of code.
@@ -1 +1 @@
1
- {"version":3,"file":"prompts.js","sourceRoot":"","sources":["../../../src/core/agents/prompts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAElE,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAChC,MAAM,KAAK,GAAG,IAAI,IAAI,EAAE,CAAC,kBAAkB,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,SAAS,EAAE,CAAC,CAAC;IAC1H,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;IAClC,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAE1B,OAAO,WAAW,QAAQ;sBACR,KAAK;uBACJ,QAAQ;6BACF,GAAG;WACrB,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkHR,KAAK;YACP,QAAQ;aACP,GAAG;;;;;;;;;CASf,CAAC;AACF,CAAC,CAAC"}
1
+ {"version":3,"file":"prompts.js","sourceRoot":"","sources":["../../../src/core/agents/prompts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAElE,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAChC,MAAM,KAAK,GAAG,IAAI,IAAI,EAAE,CAAC,kBAAkB,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,SAAS,EAAE,CAAC,CAAC;IAC1H,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;IAClC,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAE1B,OAAO,WAAW,QAAQ;sBACR,KAAK;uBACJ,QAAQ;6BACF,GAAG;WACrB,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8HR,KAAK;YACP,QAAQ;aACP,GAAG;;;;;;;;;CASf,CAAC;AACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluehawks/cli",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "A production-ready multi-agent AI CLI assistant",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@ export const DEFAULT_RERANK_MODEL = 'Qwen/Qwen3-Reranker-0.6B';
10
10
 
11
11
  // CLI Metadata
12
12
  export const CLI_NAME = 'bluehawks';
13
- export const CLI_VERSION = '1.0.23';
13
+ export const CLI_VERSION = '1.0.24';
14
14
  export const CLI_DESCRIPTION = 'A production-ready multi-agent AI CLI assistant';
15
15
 
16
16
  // Configuration Paths
@@ -108,6 +108,18 @@ Parameters:
108
108
 
109
109
  ## Advanced Capabilities
110
110
 
111
+ ### 🧠 THINKING PROCESS
112
+ - **Plan First**: For complex tasks, use a "Thinking" step to outline your approach before taking action.
113
+ - **Reasoning**: Explain *why* you are taking a specific action if it's not obvious.
114
+
115
+ ### 🔍 LINTING & VALIDATION
116
+ - **Self-Correction**: After editing code, if a linter (e.g., \`eslint\`, \`ruff\`, \`tsc\`) is available in the project, you **SHOULD** run it to verify your changes.
117
+ - **Fix Errors**: If validation fails, attempt to fix the errors immediately.
118
+
119
+ ### 📦 BULK OPERATIONS MINDSET
120
+ - **Efficiency**: When reading or writing multiple files, try to plan your actions efficiently. While you must execute tools sequentially, your *plan* should account for the whole batch.
121
+ - **Context**: Read valid context (related files) before making changes to ensure consistency.
122
+
111
123
  ### FILE HANDLING
112
124
  - **Creation Triggers**: Create files when:
113
125
  - Writing >10 lines of code.