Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/wiki/gajaeCodeArticle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { WikiArticle } from "./types";
export const gajaeCodeArticle = {
slug: "Yeachan-Heo/gajae-code",
title: "gajae-code",
modifiedAt: "2026-06-05T02:30:00.000Z",
modifiedAt: "2026-07-01T01:01:21.000Z",
categories: [
{ label: "AI 에이전트 도구", path: "/w/category/ai-agent-tool" },
{ label: "CLI 도구", path: "/w/category/cli-tool" },
Expand Down Expand Up @@ -70,6 +70,7 @@ export const gajaeCodeArticle = {
"README 기준으로 npm 패키지 이름은 gajae-code이고 설치되는 실행 파일은 gjc다. 권장 런타임 흐름은 Bun으로 전역 설치한 뒤 gjc --tmux로 tmux-backed 세션을 시작하는 방식이다.",
"bare gjc는 tmux 세션을 만들거나 붙지 않고 직접 실행된다. 안전한 브랜치별 작업 공간이 필요할 때는 gjc --tmux --worktree <path>로 격리된 Git worktree 안에서 실행할 수 있다.",
"세션 저장 위치는 GJC_CODING_AGENT_DIR로 정해지고 기본값은 ~/.gjc/agent다. 이 디렉터리 아래 agent.db에 세션 상태와 기록이 모인다.",
"2026-06-30 v0.7.8 릴리스는 prompt action, Telegram lifecycle command, local provider diagnostics, terminal bell notification, Windows/psmux 관련 수정, TUI render failure 격리를 함께 묶었다.",
],
},
{
Expand Down
3 changes: 2 additions & 1 deletion src/wiki/lazycodexArticle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { WikiArticle } from "./types";
export const lazycodexArticle = {
slug: "code-yeongyu/lazycodex",
title: "lazycodex",
modifiedAt: "2026-06-04T15:20:00.000Z",
modifiedAt: "2026-07-01T01:01:21.000Z",
categories: [
{ label: "AI 에이전트 도구", path: "/w/category/ai-agent-tool" },
{ label: "Codex 확장", path: "/w/category/codex-extension" },
Expand Down Expand Up @@ -92,6 +92,7 @@ export const lazycodexArticle = {
body: [
"설치 표면은 매우 좁다. README는 전역 설치나 npm i -g 대신 npx lazycodex-ai install 한 줄을 기본 경로로 제시한다. 완전 자율형, no-TUI 설정이 필요하면 --no-tui와 --codex-autonomous 옵션을 붙이는 흐름도 함께 안내한다.",
"bin/lazycodex-ai.js는 자체 구현을 오래 끌고 가지 않는다. install 명령을 받으면 npx --yes --package oh-my-openagent omo install --platform=codex 형태로 넘기고, 그 외 인자는 omo 명령으로 전달하는 얇은 shim에 가깝다.",
"2026-07-01 v4.14.2 릴리스는 oh-my-openagent v4.14.2에서 Codex Light marketplace payload를 동기화한 배포다. 직전 v4.14.1과 비교한 marketplace sync로 기록되어 있다.",
],
table: {
caption: "LazyCodex 핵심 명령",
Expand Down
3 changes: 2 additions & 1 deletion src/wiki/ohMyOpenagentArticle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { WikiArticle } from "./types";
export const ohMyOpenagentArticle = {
slug: "code-yeongyu/oh-my-openagent",
title: "oh-my-openagent",
modifiedAt: "2026-06-05T02:33:00.000Z",
modifiedAt: "2026-07-01T01:01:21.000Z",
categories: [
{ label: "AI 에이전트 도구", path: "/w/category/ai-agent-tool" },
{ label: "OpenCode 플러그인", path: "/w/category/opencode-plugin" },
Expand Down Expand Up @@ -69,6 +69,7 @@ export const ohMyOpenagentArticle = {
"README는 사람에게 설치 명령을 직접 외우게 하기보다 LLM 에이전트에게 installation guide URL을 붙여넣으라고 안내한다. LLM 에이전트용으로는 같은 guide를 curl로 받아 그대로 따르는 흐름도 적혀 있다.",
"전환 기간 때문에 배포된 npm 패키지와 CLI binary 이름은 여전히 oh-my-opencode이며, oh-my-openagent binary도 같은 실행 파일에 연결된다. 설정 파일도 oh-my-openagent.json[c]와 기존 oh-my-opencode.json[c]가 모두 인식된다.",
"익명 telemetry는 활성 설치 수 집계를 위해 기본 활성화되어 있고, 머신당 UTC 하루 최대 1회 전송된다고 문서화되어 있다. OMO_SEND_ANONYMOUS_TELEMETRY=0 또는 OMO_DISABLE_POSTHOG=1로 비활성화할 수 있다.",
"2026-07-01 v4.14.2 릴리스는 제거된 sparkshell prompt guidance가 설치된 Codex plugin cache로 승격되는 문제를 막기 위해 cache promotion 전에 prompt surface를 검사하는 guard를 추가했다.",
],
},
{
Expand Down