[Claude Code] Context 관리
context를 export하고 다른 곳에서 import할 수 있다.Export 방법:claude export --output context.json Import 방법: claude import context.json 또는 새 세션에서 --resume 플래그로 이전 세션을 계속할 수도 있음 claude --resume
context를 export하고 다른 곳에서 import할 수 있다.Export 방법:claude export --output context.json Import 방법: claude import context.json 또는 새 세션에서 --resume 플래그로 이전 세션을 계속할 수도 있음 claude --resume
https://community.openai.com/t/how-mcp-servers-will-be-supported-with-chatgpt-can-we-guess/1229249 How MCP servers will be supported with ChatGPT? Can we guess?Hello. I started to learn how MCP works. It would be nice to know how exactly will OpenAI add this support to ChatGPT. In the tweet Sam says “support for chatgpt desktop app”. So, maybe the plan is to support it similar way like Clause De..
https://devocean.sk.com/blog/techBoardDetail.do?ID=167513&boardType=techBlog 흔한 IntelliJ 사용자의 Cursor AI 사용 욕망 충족기 (Feat. Claude) devocean.sk.com https://yozm.wishket.com/magazine/detail/3207/ MCP 모르면 대체 얼마나 손해 보는 걸까? | 요즘IT올봄, AI 시장을 강타한 키워드가 있습니다. 오늘의 주인공 “MCP”입니다. 무언가 단어의 생김새는 GPT하고 비스무리한데요. 프로토콜, 서버, 클라이언트처럼 또 눈에 익은 단어들과 붙어 다니지yozm.wishket.com https://yozm.wishket.com/magazine/detail/3234/ 우리..
https://devocean.sk.com/blog/techBoardDetail.do?ID=165849&boardType=techBlog 옵시디언이 사랑받는 이유 : 장단점 분석 devocean.sk.comhttps://kwonkyo.tistory.com/621#gsc.tab=0 Obsidian Sync, 돈을 아껴보자. Remotely Save로 무료로 동기화 하는 방법코딩을 하는 사람이나 노트에 관심 있는 사람이라면 알고리즘으로 접하게 될 수밖에 없는 Obsidian!! 그만큼 기능도 많고 다양한 활용이 가능해서 인기가 많은 것 같은데 한 가지 아쉬운 점(? 오히kwonkyo.tistory.com https://secondbrain.analysisman.com/obsidian-mobile 옵시디언 모..
어느날 갑자기 프로젝트를 열어봤더니 톰캣 로그 한글이 깨져있었다.데이터를 받는 프론트쪽에서도 한글이 깨지고 있었다.한글 깨짐은 인코딩 문제이다. 해결방법ctrl + alt + s를 눌러 settings에 들어간다.Editor > FileEncodings에 들어간다. 모든 인코딩을 UTF-8로변경하고path에 프로젝트 루트를 넣어 UTF-8로 설정한다.
1. 아래 링크에 들어가서 설명대로 hELLO 스킨을 적용한다.https://pronist.dev/5 hELLO 티스토리 스킨을 소개합니다.hELLO 스킨은 본래 기능의 많이 없었다가, 티스토리 블로거 여러분의 호응에 힘입어 기능의 추가와 함께 업데이트를 여러 번 하게 되었습니다. hELLO 1.0 때와 비교하면 비교할 수도 없을 만큼의 기pronist.dev 2. hilight-line-number를 적용하고 싶은 분들 이미 highlight.js는 적용이 되어있지만, 나는 line-number까지 적용하고 싶었다.https://github.com/wcoder/highlightjs-line-numbers.js/ GitHub - wcoder/highlightjs-line-numbers.js: Line..
VSCode에서 IntelliJ로 갈아타면서 Prettier설정을 다시 하게 되었다...해보자! 막상 해보니 intelliJ에 기본으로 prettier가 깔려있는 것 같다. ctrl + shift + s 를 눌러 setting (또는 file>setting) 에 들어간다.plugin탭에서 prettier를 검색한다isntall을 눌러 install한다. 필자는 이미 깔려있어서 install버튼이 보이지 않는다. IntelliJ는 vscode와 달리 IDE에 prettier세팅을 넣는게 아니라서, 프로젝트마다 직접 prettier를 깔아줘야 하는 것 같다. 이제 프로젝트에서 prettier를 install한다.npm i --save-dev prettier 다시 ctrl + shfit + s 를 눌러 ..
ctrl + shfit + s 를 눌러 setting으로 이동한다또는 file > setting을 클릭한다 검색에 terminal을 검색하면 아래와 같은 창이 나오고, Shell path가 command.exe로 되어있을 것이다. 이것을 git이 위치한 주소로 바꾸어준다.