Skip to content

backend 가 haiku 인 경우, wiki update 가 진행되지 않음 #93

@cakel

Description

@cakel

Tool 호출 기능이 부족해서인지 또는, Non-deterministic behavior 로 인한 동작 오류로 보입니다.
#88 이슈와 유사하게 backend 가 haiku 인 경우, wiki update 를 진행하지 않습니다.
backend 가 sonnet 인 경우는 잘 됩니다. 아래는 수행 예입니다. (secall 버전은 0.6.0 입니다.)

"C:\Users\User\AppData\Roaming\secall\config.toml" 환경설정을 차이점으로 동작성이 달라집니다.

갱신 실패
[wiki.backends.claude]
model = "haiku"

C:\Users\User>secall wiki update
Wiki update: all sessions (backend: claude)
  Launching claude...
  [claude] 뭘 원하나요?
  [claude]
  [claude] Wiki 페이지 생성? 기존 페이지 갱신? 특정 프로젝트/주제 정리?
  [claude]
  [claude] 명확한 요청 주면 시작하겠습니다.
뭘 원하나요?

Wiki 페이지 생성? 기존 페이지 갱신? 특정 프로젝트/주제 정리?

명확한 요청 주면 시작하겠습니다.

  ✓ Wiki update complete.

C:\Users\User>

갱신 완료
[wiki.backends.claude]
model = "sonnet "

C:\Users\User>secall wiki update
Wiki update: all sessions (backend: claude)
  Launching claude...
  [claude] 완료. 요약:
  [claude]
  [claude] ## 신규 위키 페이지 2개 생성
  [claude]
(생략)
  [claude]
  [claude] **`wiki/overview.md`** — 두 페이지 추가, `미커버 프로젝트`에서 `gitlab_github_comparison` 제거
완료. 요약:

## 신규 위키 페이지 2개 생성

**`wiki/projects/gitlab-github-comparison.md`**
(생략)
- 정상 동작 후 50초 주기 polling 확인

**`wiki/overview.md`** — 두 페이지 추가, `미커버 프로젝트`에서 `gitlab_github_comparison` 제거

  ✓ Wiki update complete.

C:\Users\User>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions