@vybestack/llxprt-code 0.1.16-nightly.250805.82080ee4 → 0.1.17

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.
Files changed (46) hide show
  1. package/dist/package.json +3 -3
  2. package/dist/src/config/config.d.ts +0 -1
  3. package/dist/src/config/config.js +1 -3
  4. package/dist/src/config/config.js.map +1 -1
  5. package/dist/src/generated/git-commit.d.ts +1 -1
  6. package/dist/src/generated/git-commit.js +2 -2
  7. package/dist/src/generated/git-commit.js.map +1 -1
  8. package/dist/src/ui/App.js +14 -2
  9. package/dist/src/ui/App.js.map +1 -1
  10. package/dist/src/ui/commands/ideCommand.js +26 -11
  11. package/dist/src/ui/commands/ideCommand.js.map +1 -1
  12. package/dist/src/ui/commands/mcpCommand.js +15 -20
  13. package/dist/src/ui/commands/mcpCommand.js.map +1 -1
  14. package/dist/src/ui/commands/modelCommand.js +0 -2
  15. package/dist/src/ui/commands/modelCommand.js.map +1 -1
  16. package/dist/src/ui/commands/profileCommand.js +11 -5
  17. package/dist/src/ui/commands/profileCommand.js.map +1 -1
  18. package/dist/src/ui/commands/setCommand.js +45 -0
  19. package/dist/src/ui/commands/setCommand.js.map +1 -1
  20. package/dist/src/ui/commands/toolsCommand.js +41 -11
  21. package/dist/src/ui/commands/toolsCommand.js.map +1 -1
  22. package/dist/src/ui/commands/types.d.ts +1 -1
  23. package/dist/src/ui/commands/types.js.map +1 -1
  24. package/dist/src/ui/components/ToolsDialog.d.ts +16 -0
  25. package/dist/src/ui/components/ToolsDialog.js +48 -0
  26. package/dist/src/ui/components/ToolsDialog.js.map +1 -0
  27. package/dist/src/ui/hooks/atCommandProcessor.js +11 -4
  28. package/dist/src/ui/hooks/atCommandProcessor.js.map +1 -1
  29. package/dist/src/ui/hooks/index.d.ts +1 -0
  30. package/dist/src/ui/hooks/index.js +1 -0
  31. package/dist/src/ui/hooks/index.js.map +1 -1
  32. package/dist/src/ui/hooks/slashCommandProcessor.d.ts +1 -1
  33. package/dist/src/ui/hooks/slashCommandProcessor.js +10 -1
  34. package/dist/src/ui/hooks/slashCommandProcessor.js.map +1 -1
  35. package/dist/src/ui/hooks/useGeminiStream.js +133 -76
  36. package/dist/src/ui/hooks/useGeminiStream.js.map +1 -1
  37. package/dist/src/ui/hooks/useSlashCompletion.js +10 -8
  38. package/dist/src/ui/hooks/useSlashCompletion.js.map +1 -1
  39. package/dist/src/ui/hooks/useToolsDialog.d.ts +27 -0
  40. package/dist/src/ui/hooks/useToolsDialog.js +97 -0
  41. package/dist/src/ui/hooks/useToolsDialog.js.map +1 -0
  42. package/dist/src/ui/reducers/appReducer.d.ts +3 -2
  43. package/dist/src/ui/reducers/appReducer.js +1 -0
  44. package/dist/src/ui/reducers/appReducer.js.map +1 -1
  45. package/dist/tsconfig.tsbuildinfo +1 -1
  46. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vybestack/llxprt-code",
3
- "version": "0.1.16-nightly.250805.82080ee4",
3
+ "version": "0.1.17",
4
4
  "description": "LLxprt Code",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "config": {
36
- "sandboxImageUri": "ghcr.io/acoliver/llxprt-code/sandbox:0.1.16-nightly.250805.82080ee4"
36
+ "sandboxImageUri": "ghcr.io/acoliver/llxprt-code/sandbox:0.1.17"
37
37
  },
38
38
  "dependencies": {
39
39
  "@anthropic-ai/sdk": "^0.55.1",
@@ -41,7 +41,7 @@
41
41
  "@google/genai": "1.9.0",
42
42
  "@iarna/toml": "^2.2.5",
43
43
  "@types/update-notifier": "^6.0.8",
44
- "@vybestack/llxprt-code-core": "0.1.16-nightly.250805.82080ee4",
44
+ "@vybestack/llxprt-code-core": "0.1.17",
45
45
  "chalk": "^5.3.0",
46
46
  "command-exists": "^1.2.9",
47
47
  "diff": "^7.0.0",