brainiac-fizzy 0.0.11 → 0.0.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50d4aa7e239474b5b5046d0d0e98d4b5d1d5aa7faf5c8ff3fe4a69207fa477d2
4
- data.tar.gz: a622fb92c3fef1d669ea2f910968c2295929a95bb32319541513a47ccdf7addc
3
+ metadata.gz: c0335c88018a40d0f597d0c7000d56e4fe047540a077e2d17b85b20819d730b1
4
+ data.tar.gz: c4b4262ef5b7d95687302edd2fb9864e93b3c4dd12f8eb0a8ea6a6dabd73536c
5
5
  SHA512:
6
- metadata.gz: 4a60a03934e9dd915781e244fb2c8b7d964c4be448d5be686a6f15ada36a6310768f9714c5968cf6dfd27328dc4c409aac59d3b154a32a661f1c40e48aa5373c
7
- data.tar.gz: 965e79fa73936549609c41db26c35cb8bce914362df9a3a7dd5785f6e2edddce8c185e4435c946157fd8a9ef780291cadf5dee1deb104b5de5f67eea34a3633f
6
+ metadata.gz: ce588f2a8a5284d681d9dce3340aa90e8372039e60bbfe53a8cd4dbb1d1de6e28e37a86af7f075d5ed2e7618b52e7eec69de3ee100336f7679103a15acc6a0cd
7
+ data.tar.gz: 1d92e2d6d185dbd492826d1efe6d7a9c62ff2b5bda3e07a44b2ce4a803bc997ace21c77d03fe9f7c4d131b823e020d3dd2cd88e0f08e8e680d0c452a132bb494
@@ -149,7 +149,8 @@ def render_planning_prompt(situation_template, vars = {}, brain_context: "", car
149
149
  result += card_context unless card_context.empty?
150
150
  result += PROMPT_CORE
151
151
  result += PROMPT_PLANNING_MODE.gsub("{{PLAN_FILE}}", plan_file)
152
- result += CHANNEL_PROMPTS.fetch(channel, PROMPT_FIZZY_CHANNEL)
152
+ plugin_prompt = Brainiac.channel_prompts[channel]
153
+ result += plugin_prompt || CHANNEL_PROMPTS.fetch(channel, "")
153
154
  result += situation_template
154
155
 
155
156
  # Pre-post comment check (same as render_prompt)
@@ -3,7 +3,7 @@
3
3
  module Brainiac
4
4
  module Plugins
5
5
  module Fizzy
6
- VERSION = "0.0.11"
6
+ VERSION = "0.0.12"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brainiac-fizzy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Davis