Skip to content

1.1.0

Latest

Choose a tag to compare

@gpdir16 gpdir16 released this 20 Aug 13:37
· 1 commit to main since this release
b5f6fe9

Full Changelog: 1.0.0...1.1.0

EN

  • feat: Added multi-agent feature (Manage and use multiple independent agents through Telegram bot thread functionality)
  • feat: Added Grok OAuth
  • feat: Added Upstage provider
  • feat: Added typed memory (Operates similarly to Skills, loading only when needed)
  • feat: Added question tool (When the model asks a question, users can reply directly or click a pre-generated answer)
  • feat: Changed MCP to automatically load every turn (Previously: had to be reloaded manually with the /reload command)
  • feat: Added background terminal tool
  • fix: Major improvements to system prompt cache hits
  • fix: Resolved an issue where the provider added as a custom endpoint was displayed as OpenAI

KO

  • feat: 다중 에이전트 기능 추가 (텔레그램 봇 스레드 기능을 통해 독립된 여러 에이전트 관리 및 사용)
  • feat: Grok OAuth 추가
  • feat: Upstage 제공자 추가
  • feat: 유형별 메모리 추가 (Skill과 비슷하게 필요한 경우에만 불러오는 방식으로 동작)
  • feat: 질문 도구 추가 (모델이 질문할 시 사용자는 직접 답장하거나 미리 생성된 답변을 클릭해 답장 가능)
  • feat: MCP가 매 턴마다 자동으로 로드되도록 변경 (기존: /reload 명령어로 수동으로 다시 불러와야 했음)
  • feat: 백그라운드 터미널 도구 추가
  • fix: 시스템 프롬프트 캐시 히트 관련 큰 개선
  • fix: 커스텀 엔드포인트로 추가한 제공자가 OpenAI로 뜨던 문제 해결