@fugood/bricks-project 2.24.0-beta.30 → 2.24.0-beta.33
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/compile/action-name-map.ts +2 -0
- package/package.json +3 -3
- package/tools/icons/fa6pro-meta.json +3669 -26125
- package/tools/mcp-tools/icons.ts +14 -4
- package/types/generators/LlmGgml.ts +13 -0
|
@@ -712,6 +712,7 @@ export const templateActionNameMap = {
|
|
|
712
712
|
chatTemplateKwargs: 'GENERATOR_LLM_CHAT_TEMPLATE_KWARGS',
|
|
713
713
|
addGenerationPrompt: 'GENERATOR_LLM_ADD_GENERATION_PROMPT',
|
|
714
714
|
now: 'GENERATOR_LLM_NOW',
|
|
715
|
+
forcePureContent: 'GENERATOR_LLM_FORCE_PURE_CONTENT',
|
|
715
716
|
},
|
|
716
717
|
GENERATOR_LLM_COMPLETION: {
|
|
717
718
|
sessionKey: 'GENERATOR_LLM_SESSION_KEY',
|
|
@@ -732,6 +733,7 @@ export const templateActionNameMap = {
|
|
|
732
733
|
chatTemplateKwargs: 'GENERATOR_LLM_CHAT_TEMPLATE_KWARGS',
|
|
733
734
|
addGenerationPrompt: 'GENERATOR_LLM_ADD_GENERATION_PROMPT',
|
|
734
735
|
now: 'GENERATOR_LLM_NOW',
|
|
736
|
+
forcePureContent: 'GENERATOR_LLM_FORCE_PURE_CONTENT',
|
|
735
737
|
grammar: 'GENERATOR_LLM_GRAMMAR',
|
|
736
738
|
stopWords: 'GENERATOR_LLM_STOP_WORDS',
|
|
737
739
|
predict: 'GENERATOR_LLM_PREDICT',
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fugood/bricks-project",
|
|
3
|
-
"version": "2.24.0-beta.
|
|
3
|
+
"version": "2.24.0-beta.33",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"typecheck": "tsc --noEmit",
|
|
7
7
|
"build": "bun scripts/build.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@fugood/bricks-cli": "^2.24.0-beta.
|
|
10
|
+
"@fugood/bricks-cli": "^2.24.0-beta.33",
|
|
11
11
|
"@huggingface/gguf": "^0.3.2",
|
|
12
12
|
"@iarna/toml": "^3.0.0",
|
|
13
13
|
"@modelcontextprotocol/sdk": "^1.15.0",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"oxfmt": "^0.36.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "f8d104d4eab5ef41b105879d97b6da4030147cf0"
|
|
28
28
|
}
|