@vtstech/pi-react-fallback 1.0.5 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtstech/pi-react-fallback",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "ReAct fallback extension for Pi Coding Agent",
5
5
  "main": "react-fallback.js",
6
6
  "keywords": ["pi-extensions"],
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/VTSTech/pi-coding-agent"
15
15
  },
16
16
  "dependencies": {
17
- "@vtstech/pi-shared": "1.0.5"
17
+ "@vtstech/pi-shared": "1.0.7"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mariozechner/pi-coding-agent": ">=0.66"
package/react-fallback.js CHANGED
@@ -277,7 +277,7 @@ function react_fallback_temp_default(pi2) {
277
277
  let reactModeEnabled = false;
278
278
  let stats = { bridgeCalls: 0, fuzzyMatches: 0, argNormalizations: 0, parseFailures: 0 };
279
279
  const branding = [
280
- ` \u26A1 Pi ReAct Fallback Extension v1.0.5`,
280
+ ` \u26A1 Pi ReAct Fallback Extension v1.0.7`,
281
281
  ` Written by VTSTech`,
282
282
  ` GitHub: https://github.com/VTSTech`,
283
283
  ` Website: www.vts-tech.org`