Skip to content

Commit

Permalink
Merge pull request #392 from WolframResearch/main
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
rhennigan authored Oct 6, 2023
2 parents 89cdb48 + 2620679 commit 1a6248d
Show file tree
Hide file tree
Showing 38 changed files with 35,185 additions and 55,408 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 15

container:
image: wolframresearch/wolframengine:13.2
image: wolframresearch/wolframengine:13.3
options: --user root

env:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 15

container:
image: wolframresearch/wolframengine:13.2
image: wolframresearch/wolframengine:13.3
options: --user root

env:
Expand All @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 30

container:
image: wolframresearch/wolframengine:13.2
image: wolframresearch/wolframengine:13.3
options: --user root

env:
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
gh release create "${{ env.PACLET_RELEASE_TAG }}" "${{ env.PACLET_PATH }}#${{ env.PACLET_FILE }}" \
--target="${{ github.ref }}" \
--repo="${{ env.GITHUB_REPOSITORY }}" \
--title="Release ${{ env.PACLET_RELEASE_TAG }}" \
--generate-notes
Expand All @@ -82,7 +83,7 @@ jobs:
timeout-minutes: 30

container:
image: wolframresearch/wolframengine:13.2
image: wolframresearch/wolframengine:13.3
options: --user root

env:
Expand Down
18 changes: 9 additions & 9 deletions Assets/AIAssistant/ChatContextDialogCellsTemplate.wl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
True ->
TemplateBox[
{
"ChatContextCellProcessingFunction",
"CellToMessageFunction",
Cell[
BoxData @ FrameBox[
Cell[ "This is the text that tells you what to do.", "MoreInfoText" ],
Expand All @@ -268,7 +268,7 @@
],
"MoreInfoText",
Deletable -> True,
CellTags -> { "SectionMoreInfoChatContextCellProcessingFunction" },
CellTags -> { "SectionMoreInfoCellToMessageFunction" },
CellMargins -> { { 66, 66 }, { 15, 15 } }
]
},
Expand All @@ -282,16 +282,16 @@
"Section",
CellTags -> {
"Cell Processing Function",
"ChatContextCellProcessingFunction",
"CellToMessageFunction",
"NonDefault",
"TemplateCellGroup"
},
Deletable -> False,
Editable -> False,
TaggingRules -> { "TemplateGroupName" -> "ChatContextCellProcessingFunction" }
TaggingRules -> { "TemplateGroupName" -> "CellToMessageFunction" }
],
TemplateSlot[
"ChatContextCellProcessingFunction",
"CellToMessageFunction",
InsertionFunction -> Composition[ Apply @ Sequence, Flatten, List ],
DefaultValue -> { Cell[ BoxData[ "Automatic" ], "Input", CellID -> 2, CellTags -> { "NonDefault" } ] }
]
Expand All @@ -308,7 +308,7 @@
True ->
TemplateBox[
{
"ChatContextPostEvaluationFunction",
"ChatPost",
Cell[
BoxData @ FrameBox[
Cell[ "This is the text that tells you what to do.", "MoreInfoText" ],
Expand All @@ -334,16 +334,16 @@
"Section",
CellTags -> {
"Cell Post Evaluation Function",
"ChatContextPostEvaluationFunction",
"ChatPost",
"NonDefault",
"TemplateCellGroup"
},
Deletable -> False,
Editable -> False,
TaggingRules -> { "TemplateGroupName" -> "ChatContextPostEvaluationFunction" }
TaggingRules -> { "TemplateGroupName" -> "ChatPost" }
],
TemplateSlot[
"ChatContextPostEvaluationFunction",
"ChatPost",
InsertionFunction -> Composition[ Apply @ Sequence, Flatten, List ],
DefaultValue -> { Cell[ BoxData[ "Automatic" ], "Input", CellID -> 3, CellTags -> { "NonDefault" } ] }
]
Expand Down
7 changes: 0 additions & 7 deletions Assets/AIAssistant/Prompts/Default.md

This file was deleted.

7 changes: 0 additions & 7 deletions Assets/AIAssistant/Prompts/Generic/Pre.md

This file was deleted.

Binary file modified Assets/DisplayFunctions.wxf
Binary file not shown.
2 changes: 2 additions & 0 deletions Assets/SandboxMessages.wl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(* cSpell: ignore ntype *)

General::messages = "Messages were generated which may indicate errors. Use the documentation_searcher tool to find solutions."
Needs::nocont = "Context `1` was not created when Needs was evaluated. Use the documentation_searcher tool to find alternatives."
RandomEntity::ntype = "`1` is not a valid type of Entity or EntityClass. Use the documentation_searcher tool to find alternatives."
Expand Down
8 changes: 5 additions & 3 deletions Developer/Resources/Styles.wl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cell[
CellInsertionPointCell -> $cellInsertionPointCell,

CellTrayWidgets -> <|
"GearMenu" -> {},
"GearMenu" -> <| "Condition" -> False |>,
"ChatWidget" -> <|
"Type" -> "Focus",
"Content" -> Cell[ BoxData @ TemplateBox[ { }, "ChatWidgetButton" ], "ChatWidget" ]
Expand Down Expand Up @@ -76,7 +76,7 @@ Cell[
Cell[
StyleData[ "Output" ],
ContextMenu -> contextMenu[ $askMenuItem, Delimiter, "Output" ],
CellTrayWidgets -> <| "GearMenu" -> {} |>
CellTrayWidgets -> <| "GearMenu" -> <| "Condition" -> False |> |>
]


Expand All @@ -87,7 +87,7 @@ Cell[

Cell[
StyleData[ "Message" ],
CellTrayWidgets -> <| "GearMenu" -> {} |>
CellTrayWidgets -> <| "GearMenu" -> <| "Condition" -> False |> |>
]


Expand Down Expand Up @@ -334,6 +334,7 @@ Cell[
FontWeight -> "DemiBold",
ShowCellLabel -> False,
StyleKeyMapping -> { "~" -> "ChatDelimiter", "'" -> "ChatInput" },
TaggingRules -> <| "ChatNotebookSettings" -> <| "ChatDelimiter" -> True |> |>,

CellFrameLabels -> {
{
Expand Down Expand Up @@ -376,6 +377,7 @@ Cell[
FontSize -> 6,
ShowCellLabel -> False,
StyleKeyMapping -> { "~" -> "ChatBlockDivider", "'" -> "ChatInput" },
TaggingRules -> <| "ChatNotebookSettings" -> <| "ChatDelimiter" -> True |> |>,

CellEventActions -> {
"KeyDown" :> Switch[
Expand Down
Loading

0 comments on commit 1a6248d

Please sign in to comment.