provozni zaloha
This commit is contained in:
44
cml/wiki/concepts/terminal-limitation.md
Normal file
44
cml/wiki/concepts/terminal-limitation.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
type: concept
|
||||
title: "Terminal limitation"
|
||||
tags: [coding-agent, terminal, ide, ux, limitation]
|
||||
sources: [pi-dev-terminal-limitation]
|
||||
created: 2026-06-16
|
||||
updated: 2026-06-16
|
||||
graph:
|
||||
node_id: concept:terminal-limitation
|
||||
canonical: true
|
||||
relationships:
|
||||
- predicate: depends_on
|
||||
object: concept:coding-agent
|
||||
source: pi-dev-terminal-limitation
|
||||
evidence: "Terminal limitation je problém specifický pro coding agenty"
|
||||
confidence: high
|
||||
status: current
|
||||
---
|
||||
|
||||
# Terminal limitation
|
||||
|
||||
Koncept omezení coding agentů, kteří fungují pouze v terminálovém prostředí (terminal-only), bez plnohodnotné IDE integrace.
|
||||
|
||||
## Problém
|
||||
|
||||
Terminal-only přístup u coding agentů:
|
||||
- **Ztrácí výhodné vlastnosti** — bez IDE chybí vizuální kontext, navigace v kódu, integrace s debuggerem atd.
|
||||
- **Omezuje UX a produktivitu** — terminál není dostatečný pro komplexní interakci s kódem.
|
||||
- **Je společný pro více agentů** — např. [[product-pi|Pi]] i OpenCode sdílejí tuto limitaci.
|
||||
|
||||
## Srovnání
|
||||
|
||||
| Aspekt | Terminal-only | IDE integrovaný |
|
||||
|--------|--------------|-----------------|
|
||||
| Vizuální kontext | Omezený | Plný |
|
||||
| Navigace v kódu | Textová | Grafická |
|
||||
| Debugging | Omezený | Plný |
|
||||
| Rozšiřitelnost UI | Minimální | Plná |
|
||||
|
||||
## Související
|
||||
|
||||
- [[product-pi]] — Pi coding agent (terminal-only)
|
||||
- [[coding-agent]] — obecný koncept
|
||||
- [[pi-dev-terminal-limitation]] — zdroj (poznámka)
|
||||
Reference in New Issue
Block a user