@nomad-e/bluma-cli 0.1.10 → 0.1.11
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/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6964,7 +6964,6 @@ import { jsx as jsx17, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
|
6964
6964
|
var SAFE_AUTO_APPROVE_TOOLS = [
|
|
6965
6965
|
// Comunicação/UI
|
|
6966
6966
|
"message",
|
|
6967
|
-
"agent_end_turn",
|
|
6968
6967
|
"todo",
|
|
6969
6968
|
"task_boundary",
|
|
6970
6969
|
// Leitura de ficheiros (read-only)
|
|
@@ -7054,6 +7053,7 @@ var AppComponent = ({ eventBus: eventBus2, sessionId: sessionId2 }) => {
|
|
|
7054
7053
|
setIsProcessing(false);
|
|
7055
7054
|
return;
|
|
7056
7055
|
}
|
|
7056
|
+
setIsProcessing(true);
|
|
7057
7057
|
setHistory((prev) => [
|
|
7058
7058
|
...prev,
|
|
7059
7059
|
{
|