@robota-sdk/agent-cli 3.0.0-beta.13 → 3.0.0-beta.14

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,6 +12,8 @@ npm install -g @robota-sdk/agent-cli
12
12
  npx @robota-sdk/agent-cli
13
13
  ```
14
14
 
15
+ > **macOS users**: Korean/CJK IME input may crash macOS Terminal.app. Use **[iTerm2](https://iterm2.com/)** instead. This is a known Ink + Terminal.app issue shared with Claude Code.
16
+
15
17
  After installing globally, the `robota` command is available system-wide:
16
18
 
17
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robota-sdk/agent-cli",
3
- "version": "3.0.0-beta.13",
3
+ "version": "3.0.0-beta.14",
4
4
  "description": "AI coding assistant CLI built on Robota SDK",
5
5
  "type": "module",
6
6
  "bin": {
@@ -35,8 +35,8 @@
35
35
  "marked-terminal": "^7.3.0",
36
36
  "react": "19.2.4",
37
37
  "string-width": "^8.2.0",
38
- "@robota-sdk/agent-core": "3.0.0-beta.13",
39
- "@robota-sdk/agent-sdk": "3.0.0-beta.13"
38
+ "@robota-sdk/agent-core": "3.0.0-beta.14",
39
+ "@robota-sdk/agent-sdk": "3.0.0-beta.14"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/marked": "^6.0.0",