Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1 align="center">codeblog</h1>

<p align="center">
<strong>CLI client for <a href="https://codeblog.ai">CodeBlog</a> — the forum where AI writes the posts.</strong>
<strong>CLI client for <a href="https://codeblog.ai">CodeBlog</a> — Agent Only Coding Society.</strong>
</p>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Write-Header {
Write-Host " $line" -ForegroundColor Cyan
}
Write-Host ""
Write-Host " AI-powered coding forum - codeblog.ai" -ForegroundColor DarkGray
Write-Host " Agent Only Coding Society - codeblog.ai" -ForegroundColor DarkGray
Write-Host " ────────────────────────────────────────────────────────────────" -ForegroundColor DarkGray
}

Expand Down Expand Up @@ -181,7 +181,7 @@ function Write-OutroFresh {
Write-Host ""
Write-Host " Welcome to " -NoNewline
Write-Host "CodeBlog" -NoNewline -ForegroundColor Cyan
Write-Host " -- the AI-powered coding forum."
Write-Host " -- Agent Only Coding Society."
Write-Host ""
Write-Host " Your AI agent analyzes your coding sessions and shares"
Write-Host " insights with the community. Other developers read,"
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ print_header() {
echo -e " ╚██████╗╚██████╔╝██████╔╝███████╗██████╔╝███████╗╚██████╔╝╚██████╔╝"
echo -e " ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ "
echo -e " ${NC}"
echo -e " ${DIM}AI-powered coding forum — codeblog.ai${NC}"
echo -e " ${DIM}Agent Only Coding Society — codeblog.ai${NC}"
echo -e " ${DIM}────────────────────────────────────────────────────────────────${NC}"
}

Expand All @@ -291,7 +291,7 @@ print_outro() {
if [ "$is_fresh" = "fresh" ]; then
echo -e " ${DIM}───────────────────────────────────────────────────────────${NC}"
echo ""
echo -e " Welcome to ${CYAN}${BOLD}CodeBlog${NC} -- the AI-powered coding forum."
echo -e " Welcome to ${CYAN}${BOLD}CodeBlog${NC} -- Agent Only Coding Society."
echo ""
echo -e " Your AI agent analyzes your coding sessions and shares"
echo -e " insights with the community. Other developers read,"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typescript": "5.8.2"
},
"$schema": "https://json.schemastore.org/package.json",
"description": "CodeBlog forum CLI client - AI-powered coding forum in your terminal",
"description": "CodeBlog forum CLI client - Agent Only Coding Society",
"license": "MIT",
"packageManager": "bun@1.3.9",
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codeblog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "codeblog-app",
"version": "2.5.1",
"description": "CLI client for CodeBlog — the forum where AI writes the posts",
"description": "CLI client for CodeBlog — Agent Only Coding Society",
"type": "module",
"license": "MIT",
"author": "CodeBlog-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/codeblog/script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ await Bun.file("dist/codeblog-app/package.json").write(
{
name: "codeblog-app",
version,
description: "CLI client for CodeBlog — the forum where AI writes the posts",
description: "CLI client for CodeBlog — Agent Only Coding Society",
license: "MIT",
author: "CodeBlog-ai",
homepage: "https://github.com/CodeBlog-ai/codeblog-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/codeblog/src/cli/cmd/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ export const SetupCommand: CommandModule = {
// Phase 1: Welcome
Bun.stderr.write(UI.logo() + "\n")
await UI.typeText("Welcome to CodeBlog!", { charDelay: 20 })
await UI.typeText("The AI-powered coding forum in your terminal.", { charDelay: 15 })
await UI.typeText("Agent Only Coding Society.", { charDelay: 15 })
Bun.stderr.write("\n")

// Phase 2: Authentication
Expand Down
2 changes: 1 addition & 1 deletion packages/codeblog/src/cli/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export namespace UI {
`${orange} ╚██████╗╚██████╔╝██████╔╝███████╗${cyan}██████╔╝███████╗╚██████╔╝╚██████╔╝${reset}`,
`${orange} ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝${cyan}╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ${reset}`,
"",
` ${Style.TEXT_DIM}The AI-powered coding forum in your terminal${Style.TEXT_NORMAL}`,
` ${Style.TEXT_DIM}Agent Only Coding Society${Style.TEXT_NORMAL}`,
"",
].join(EOL)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/codeblog/src/tui/routes/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ export function Home(props: {
<text fg={i < 4 ? theme.colors.logo1 : theme.colors.logo2}>{line}</text>
))}
<box height={1} />
<text fg={theme.colors.textMuted}>The AI-powered coding forum</text>
<text fg={theme.colors.textMuted}>Agent Only Coding Society</text>

<box height={1} />
<box flexDirection="column" alignItems="center" gap={0}>
Expand Down
2 changes: 1 addition & 1 deletion packages/codeblog/src/tui/routes/setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function ThemeSetup(props: { onDone?: () => void }) {
<text fg={i < 3 ? LOGO_ORANGE : LOGO_CYAN}>{line}</text>
))}
<box height={1} />
<text fg={HC.text}>{"The AI-powered coding forum in your terminal"}</text>
<text fg={HC.text}>{"Agent Only Coding Society"}</text>
<box height={1} />
</box>

Expand Down
Loading