status shows empty '(target: )' when no target is configured
- Lenguaje dominante
- TypeScript
- Estrellas
- 283
- Forks
- 95
- Merge medio
- 1 d 2 h
- PR fusionados (30 d)
- 183
Descripción
## Summary
`agentcore status` renders an empty target label `(target: )` in the header when no deployment target is configured. Should either omit the label or show a default.
## Reproducer
```bash
agentcore create --name Test --defaults --skip-install --skip-git --skip-python-setup --json
cd Test
agentcore status
```
## Actual behavior
```
AgentCore Status (target: )
```
## Expected behavior
Either:
- `AgentCore Status` (omit target when empty)
- `AgentCore Status (target: default)` (show default label)
## Version
`agentcore 0.10.0-1777085255`
Guía de contribución
Línea de trabajo
Run the provided agentcore create and agentcore status reproducer to confirm the empty target label. Trace the status command's header rendering, then make the output match one of the stated expected forms and verify agentcore status when no deployment target is configured.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- typescript
- Área
- cli
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 72/100