@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.
@@ -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.30",
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.27",
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": "6474b26f34cfe28cc399208005384ee39cbb3b5a"
27
+ "gitHead": "f8d104d4eab5ef41b105879d97b6da4030147cf0"
28
28
  }