@floegence/floeterm-terminal-web 0.6.8 → 0.7.0
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/README.md
CHANGED
|
@@ -98,8 +98,10 @@ is `streaming` while a running command is producing visible display payload and
|
|
|
98
98
|
becomes `settled` after the configured quiet interval. `settled` does not mean
|
|
99
99
|
that the command, Agent turn, or task completed successfully.
|
|
100
100
|
|
|
101
|
-
`classifyTerminalAgentCli` maps an already-sanitized foreground basename to
|
|
102
|
-
strict
|
|
101
|
+
`classifyTerminalAgentCli` maps an already-sanitized foreground basename to an
|
|
102
|
+
audited strict identity for Codex, Claude Code, OpenCode, Kimi Code, Gemini CLI,
|
|
103
|
+
Qwen Code, GitHub Copilot CLI, Cline, Roo Code, Mistral Vibe, Cursor
|
|
104
|
+
Agent, Junie CLI, Kiro CLI, OpenHands, TRAE Agent, or Kilo Code. Matching is
|
|
103
105
|
case-insensitive and accepts one Windows executable suffix (`.exe`, `.cmd`, or
|
|
104
106
|
`.bat`), but deliberately rejects paths, arguments, wrappers, partial matches,
|
|
105
107
|
Unicode guesses, and overlong values. The root package exports the same helper.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type TerminalAgentCliIdentity = 'codex' | 'claude' | 'opencode' | 'kimi';
|
|
1
|
+
export type TerminalAgentCliIdentity = 'codex' | 'claude' | 'opencode' | 'kimi' | 'gemini' | 'qwen' | 'copilot' | 'cline' | 'roo' | 'vibe' | 'cursor' | 'junie' | 'kiro' | 'openhands' | 'trae' | 'kilo';
|
|
2
2
|
export declare function classifyTerminalAgentCli(displayName: unknown): TerminalAgentCliIdentity | null;
|
|
3
3
|
//# sourceMappingURL=TerminalAgentCliMetadata.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TerminalAgentCliMetadata.d.ts","sourceRoot":"","sources":["../../src/sessions/TerminalAgentCliMetadata.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"TerminalAgentCliMetadata.d.ts","sourceRoot":"","sources":["../../src/sessions/TerminalAgentCliMetadata.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,GAChC,OAAO,GACP,QAAQ,GACR,UAAU,GACV,MAAM,GACN,QAAQ,GACR,MAAM,GACN,SAAS,GACT,OAAO,GACP,KAAK,GACL,MAAM,GACN,QAAQ,GACR,OAAO,GACP,MAAM,GACN,WAAW,GACX,MAAM,GACN,MAAM,CAAC;AAwBX,wBAAgB,wBAAwB,CAAC,WAAW,EAAE,OAAO,GAAG,wBAAwB,GAAG,IAAI,CAW9F"}
|
|
@@ -4,6 +4,19 @@ const AGENT_CLI_BY_COMMAND = new Map([
|
|
|
4
4
|
['claude', 'claude'],
|
|
5
5
|
['opencode', 'opencode'],
|
|
6
6
|
['kimi', 'kimi'],
|
|
7
|
+
['kimi-cli', 'kimi'],
|
|
8
|
+
['gemini', 'gemini'],
|
|
9
|
+
['qwen', 'qwen'],
|
|
10
|
+
['copilot', 'copilot'],
|
|
11
|
+
['cline', 'cline'],
|
|
12
|
+
['roo', 'roo'],
|
|
13
|
+
['vibe', 'vibe'],
|
|
14
|
+
['cursor-agent', 'cursor'],
|
|
15
|
+
['junie', 'junie'],
|
|
16
|
+
['kiro-cli', 'kiro'],
|
|
17
|
+
['openhands', 'openhands'],
|
|
18
|
+
['trae-cli', 'trae'],
|
|
19
|
+
['kilocode', 'kilo'],
|
|
7
20
|
]);
|
|
8
21
|
const WINDOWS_EXECUTABLE_SUFFIXES = ['.exe', '.cmd', '.bat'];
|
|
9
22
|
export function classifyTerminalAgentCli(displayName) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TerminalAgentCliMetadata.js","sourceRoot":"","sources":["../../src/sessions/TerminalAgentCliMetadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6CAA6C,EAAE,MAAM,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"TerminalAgentCliMetadata.js","sourceRoot":"","sources":["../../src/sessions/TerminalAgentCliMetadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6CAA6C,EAAE,MAAM,wCAAwC,CAAC;AAoBvG,MAAM,oBAAoB,GAAG,IAAI,GAAG,CAAmC;IACrE,CAAC,OAAO,EAAE,OAAO,CAAC;IAClB,CAAC,QAAQ,EAAE,QAAQ,CAAC;IACpB,CAAC,UAAU,EAAE,UAAU,CAAC;IACxB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,UAAU,EAAE,MAAM,CAAC;IACpB,CAAC,QAAQ,EAAE,QAAQ,CAAC;IACpB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,SAAS,EAAE,SAAS,CAAC;IACtB,CAAC,OAAO,EAAE,OAAO,CAAC;IAClB,CAAC,KAAK,EAAE,KAAK,CAAC;IACd,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,cAAc,EAAE,QAAQ,CAAC;IAC1B,CAAC,OAAO,EAAE,OAAO,CAAC;IAClB,CAAC,UAAU,EAAE,MAAM,CAAC;IACpB,CAAC,WAAW,EAAE,WAAW,CAAC;IAC1B,CAAC,UAAU,EAAE,MAAM,CAAC;IACpB,CAAC,UAAU,EAAE,MAAM,CAAC;CACrB,CAAC,CAAC;AAEH,MAAM,2BAA2B,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAU,CAAC;AAEtE,MAAM,UAAU,wBAAwB,CAAC,WAAoB;IAC3D,MAAM,UAAU,GAAG,6CAA6C,CAAC,WAAW,CAAC,CAAC;IAC9E,IAAI,CAAC,UAAU;QAAE,OAAO,IAAI,CAAC;IAC7B,IAAI,OAAO,GAAG,UAAU,CAAC,WAAW,EAAE,CAAC;IACvC,KAAK,MAAM,MAAM,IAAI,2BAA2B,EAAE,CAAC;QACjD,IAAI,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;YAC7B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YAC3C,MAAM;QACR,CAAC;IACH,CAAC;IACD,OAAO,oBAAoB,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC;AACnD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/floeterm-terminal-web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Framework-neutral ghostty-web (xterm.js API-compatible) integration with terminal core, session, and data flow utilities.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|