@blogic-cz/agent-tools 0.14.14 → 0.14.15

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": "@blogic-cz/agent-tools",
3
- "version": "0.14.14",
3
+ "version": "0.14.15",
4
4
  "description": "CLI tools for AI coding agent workflows — GitHub, database, Kubernetes, Azure DevOps, logs, sessions, and audit",
5
5
  "keywords": [
6
6
  "agent",
@@ -235,7 +235,6 @@ export class DbService extends Context.Service<
235
235
  dbConfig,
236
236
  (command, _label) => executeShellCommand(command),
237
237
  effect,
238
- { tryWithoutPrerequisites: true },
239
238
  ).pipe(
240
239
  Effect.mapError((error) =>
241
240
  isPrerequisiteRunError(error)
@@ -250,7 +250,6 @@ export class K8sService extends Context.Service<
250
250
  command: fullCommand,
251
251
  };
252
252
  }),
253
- { tryWithoutPrerequisites: true },
254
253
  ).pipe(
255
254
  Effect.mapError((error) =>
256
255
  isPrerequisiteRunError(error)