Claude_code_terminal

Global Young·2025년 10월 29일
0

AI

목록 보기
1/1
post-thumbnail

Claude_code_terminal

https://github.com/anthropics/claude-code

저렴한 GLM 사용하는 방법

  • 홈페이지

  • api세팅

  • https://docs.z.ai/devpack/tool/claude

  • (251006) 구독시작 1년 후에 해지 해야함 1년후 76불 ㅠㅠ https://z.ai/manage-apikey/billing

  • (251006)GLM-4.6 Claude 보다 10배 저렴한 코딩용 AI (secondb.ai)

  • 4P by darjeeling

    • ZAI GLM 4.6 모델: 성능, 비용 및 실사용 후기 종합
    • Reddit 등 일부 커뮤니티에서는 개인정보 보호에 대한 우려를 제기하는 의견이 있습니다. 하지만 실제 테스트 결과 코딩 성능 자체는 매우 뛰어난 것으로 보입니다. Claude와 비교했을 때 성능이 떨어지지 않으면서, 현재 50% 할인 프로모션을 통해 GLM Coding Lite Plan을 연간 $36에 구독할 수 있습니다. (레퍼럴 적용 시 약 $33)
  • 핵심 요약: ZAI의 GLM 4.6 모델은 Claude Sonnet 4와 유사한 성능을 보이면서도 토큰 비용은 1/8 수준에 불과합니다. 긴 컨텍스트 창을 지원하며, 특히 코드 관련 벤치마크에서 강력한 성능을 보여 가성비 높은 대안으로 주목받고 있습니다.

  • https://news.hada.io/topic?id=23457

export ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic
export ANTHROPIC_AUTH_TOKEN=YOUR_API_KEY

Claude Code

  • Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
  • Install
npm install -g @anthropic-ai/claude-code

How to Switch the Model in Use(Claude)

{
  "env": {
    "ANTHROPIC_DEFAULT_HAIKU_MODEL": "glm-4.5-air",
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "glm-4.6",
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "glm-4.6"
  }
}
  • Open a new terminal window and run claude to start Claude Code.
    • In Claude Code, enter /status to check the current model status.

설명서

초보를 위한 Claude Code 안내서

Blog Logosubicura on 08 Sep 2025

(251017)Anthropic, Claude Skills 공개

  • 유저가 Claude에 custom한 agent 기능을 쉽게 만들고 넣을 수 있게 하는 Skills 공개
  • 홍보 영상에선 SKILLS.md 파일과 회사에 대한 리소스 파일 2개를 묶은 zip 파일을 업로드 해서 새 Skill을 추가한 후, 해당 skill을 이용해서 발표자료를 자동 생성하는 것을 보여줌
  • Skills는 Claude apps(Pro 이상 구독자)…

주요 명령어

CommandWhat it doesExample
claudeStart interactive modeclaude
claude "task"Run a one-time taskclaude "fix the build error"
claude -p "query"Run one-off query, then exitclaude -p "explain this function"
claude -cContinue most recent conversationclaude -c
claude -rResume a previous conversationclaude -r
claude commitCreate a Git commitclaude commit
/clearClear conversation history> /clear
/helpShow available commands> /help
exit or Ctrl+CExit Claude Code> exit

#ai

profile
금융 코딩을 목표로 Backend 배우는 일반인

0개의 댓글