@oh-my-pi/pi-coding-agent
하위호환성을 깨는 변경사항
- hashline
↑, ↓, : 작업에서 인라인 페이로드를 허용하지 않음 (BOF/EOF 삽입 포함). 페이로드 텍스트는 독립적인 + 계속 행에 제공되어야 함
변경사항
- 레거시 인라인
LINE:TEXT 라인이 대기 중인 다중 라인 A-B: 치환 내에서만 페이로드 계속 행으로 수용될 때 경고 표시
전체 변경 로그: v15.5.2...v15.5.3
이 릴리즈에 포함된 커밋
- feat(hashline)!: disallowed inline payload on op lines, required `+` rows
- fix(pi-natives): prevented partial file writes on AST apply failures
- docs(coding-agent/prompts): clarified hashline insert and line-number rules
- feat(coding-agent/tools): added bash wall-time tracking to results and renderer
- docs(coding-agent/prompts): updated hashline docs for payload continuation behavior