@songsid/agend 2.1.0-beta.37 → 2.1.0-beta.39

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/types.d.ts CHANGED
@@ -100,6 +100,12 @@ export interface InstanceConfig {
100
100
  log_level: "trace" | "debug" | "info" | "warn" | "error";
101
101
  /** CLI backend to use. Default: "claude-code" */
102
102
  backend?: string;
103
+ /**
104
+ * Kiro CLI interface/engine profile. Only used when backend is "kiro-cli".
105
+ * "legacy" preserves AgEnD's current --legacy-ui launch; "tui" uses Kiro's
106
+ * default UI; "v3" opts into the experimental next-generation agent.
107
+ */
108
+ kiro_ui?: "legacy" | "tui" | "v3";
103
109
  /** MCP tool profile: "full" (20 tools), "standard" (8), "minimal" (3). Default: "full" */
104
110
  tool_set?: string;
105
111
  /** Skip non-essential subsystems (transcript monitor, context guardian, approval server, prompt detector) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@songsid/agend",
3
- "version": "2.1.0-beta.37",
3
+ "version": "2.1.0-beta.39",
4
4
  "description": "Multi-agent fleet daemon — run any coding CLI (Claude, Gemini, Codex, OpenCode) from Telegram",
5
5
  "type": "module",
6
6
  "bin": {