Skip to content

Commit 3cf128f

Browse files
migrated from Gerome-Elassaad/codinit-app > codinit-dev/codinit-dev
1 parent 34ca520 commit 3cf128f

File tree

14 files changed

+34
-34
lines changed

14 files changed

+34
-34
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: codinit.dev related issues
4-
url: https://github.com/gerome-elassaad/codinit-app/issues/new/choose
4+
url: https://github.com/codinit-dev/codinit-dev/issues/new/choose
55
about: Report issues related to codinit.dev

.github/workflows/docker.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Publish
33
on:
44
push:
55
branches: [main, stable]
6-
tags: ['v*', '*.*.*']
6+
tags: ["v*", "*.*.*"]
77
workflow_dispatch:
88

99
concurrency:
@@ -16,7 +16,7 @@ permissions:
1616

1717
env:
1818
REGISTRY: ghcr.io
19-
IMAGE_NAME: gerome-elassaad/codinit-app
19+
IMAGE_NAME: codinit-dev/codinit-dev
2020

2121
jobs:
2222
docker-build-publish:
@@ -25,10 +25,10 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v4
28-
28+
2929
- name: Set up Docker Buildx
3030
uses: docker/setup-buildx-action@v3
31-
31+
3232
- name: Log in to GitHub Container Registry
3333
uses: docker/login-action@v3
3434
with:
@@ -56,8 +56,8 @@ jobs:
5656
push: true
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
59-
59+
6060
- name: Check manifest
6161
run: |
6262
IMAGE_NAME_LOWER=$(echo "${{ env.IMAGE_NAME }}" | tr '[:upper:]' '[:lower:]')
63-
docker buildx imagetools inspect ${{ env.REGISTRY }}/${IMAGE_NAME_LOWER}:${{ steps.meta.outputs.version }}
63+
docker buildx imagetools inspect ${{ env.REGISTRY }}/${IMAGE_NAME_LOWER}:${{ steps.meta.outputs.version }}

app/components/@settings/tabs/update/UpdateTab.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const UpdateTab = () => {
226226
</p>
227227
)}
228228
<p className="mt-1">
229-
Updates are checked from: <span className="font-mono">gerome-elassaad/codinit-app</span> (GitHub
229+
Updates are checked from: <span className="font-mono">codinit-dev/codinit-dev</span> (GitHub
230230
releases)
231231
</p>
232232
</div>
@@ -291,7 +291,7 @@ const UpdateTab = () => {
291291
<div className="mt-4">
292292
<p className="text-sm text-codinit-elements-textSecondary mb-4">
293293
A new version ({latestVersion}) is available from{' '}
294-
<span className="font-mono">gerome-elassaad/codinit-app</span> on GitHub.
294+
<span className="font-mono">codinit-dev/codinit-dev</span> on GitHub.
295295
</p>
296296

297297
{releaseUrl && (

app/components/header/ChatHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function ChatHeader() {
2626
<ClientOnly>{() => <ChatDescription />}</ClientOnly>
2727
</div>
2828
<button
29-
onClick={() => window.open('https://github.com/Gerome-Elassaad/codinit-app/issues/new/choose', '_blank')}
29+
onClick={() => window.open('https://github.com/codinit-dev/codinit-dev/issues/new/choose', '_blank')}
3030
className="flex items-center justify-center font-medium shrink-0 min-w-0 max-w-full rounded-md focus-visible:outline-2 relative gap-1 h-9 focus-visible:outline-codinit-ds-brandHighlight bg-transparent hover:bg-codinit-ds-inverseSurface/7 text-codinit-ds-textPrimary hover:text-codinit-ds-brandHighlight text-sm px-2 transition-colors"
3131
type="button"
3232
title="Report a bug"

app/components/header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function Header() {
3232
</div>
3333
<div className="flex items-center gap-2">
3434
<button
35-
onClick={() => window.open('https://github.com/Gerome-Elassaad/codinit-app', '_blank')}
35+
onClick={() => window.open('https://github.com/codinit-dev/codinit-dev', '_blank')}
3636
className="flex items-center justify-center font-medium shrink-0 rounded-md focus-visible:outline-2 disabled:op-50 relative disabled:cursor-not-allowed gap-1.5 h-9 px-2.5 bg-transparent hover:bg-white/5 dark:hover:bg-white/10 text-sm border border-white/10 dark:border-white/20 transition-colors"
3737
type="button"
3838
title="Star on GitHub"
@@ -41,7 +41,7 @@ export function Header() {
4141
<span className="text-sm text-gray-700 dark:text-gray-200">Star</span>
4242
</button>
4343
<button
44-
onClick={() => window.open('https://github.com/Gerome-Elassaad/codinit-app/issues/new/choose', '_blank')}
44+
onClick={() => window.open('https://github.com/codinit-dev/codinit-dev/issues/new/choose', '_blank')}
4545
className="flex items-center justify-center font-medium shrink-0 rounded-md focus-visible:outline-2 disabled:op-50 relative disabled:cursor-not-allowed h-9 w-9 bg-transparent hover:bg-white/5 dark:hover:bg-white/10 border border-white/10 dark:border-white/20 transition-colors"
4646
type="button"
4747
title="Report a bug"

app/components/header/HeaderActionButtons.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export function HeaderActionButtons({}: HeaderActionButtonsProps) {
148148
<div className="w-[1px] bg-codinit-elements-borderColor" />
149149
<IconButton
150150
title="View on GitHub"
151-
onClick={() => window.open('https://github.com/codinit-app/codinit', '_blank')}
151+
onClick={() => window.open('https://github.com/codinit-dev/codinit', '_blank')}
152152
>
153153
<img
154154
className="w-5 h-5"

app/lib/api/updates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ export const checkForUpdates = async (): Promise<UpdateCheckResult> => {
7676
const currentVersion = apiData.currentVersion;
7777

7878
// Fetch the latest release from GitHub
79-
const response = await fetch(`https://api.github.com/repos/gerome-elassaad/codinit-app/releases/latest`, {
79+
const response = await fetch(`https://api.github.com/repos/codinit-dev/codinit-dev/releases/latest`, {
8080
headers: {
8181
Accept: 'application/vnd.github.v3+json',
82-
'User-Agent': 'CodinIT-App',
82+
'User-Agent': 'codinit-dev',
8383
},
8484
});
8585

app/routes/api.system.app-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const getAppResponse = () => {
4545
const gitInfo = getGitInfo();
4646

4747
return {
48-
name: __PKG_NAME || 'codinit-app',
48+
name: __PKG_NAME || 'codinit-dev',
4949
version: __APP_VERSION || '0.9.6',
5050
description: __PKG_DESCRIPTION || 'A LLM interface',
5151
license: __PKG_LICENSE || 'MIT',

app/routes/api.system.git-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export const loader: LoaderFunction = async ({ request, context }: LoaderFunctio
318318
author: typeof __GIT_AUTHOR !== 'undefined' ? __GIT_AUTHOR : 'development',
319319
email: typeof __GIT_EMAIL !== 'undefined' ? __GIT_EMAIL : 'development@local',
320320
remoteUrl: typeof __GIT_REMOTE_URL !== 'undefined' ? __GIT_REMOTE_URL : 'local',
321-
repoName: typeof __GIT_REPO_NAME !== 'undefined' ? __GIT_REPO_NAME : 'codinit-app',
321+
repoName: typeof __GIT_REPO_NAME !== 'undefined' ? __GIT_REPO_NAME : 'codinit-dev',
322322
},
323323
timestamp: new Date().toISOString(),
324324
};

app/routes/api.update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { json, type ActionFunction } from '@remix-run/cloudflare';
22

33
// Current version - update this when releasing new versions
44
const CURRENT_VERSION = '1.1.18';
5-
const GITHUB_REPO = 'gerome-elassaad/codinit-app';
5+
const GITHUB_REPO = 'codinit-dev/codinit-dev';
66

77
interface GitHubRelease {
88
tag_name: string;
@@ -26,7 +26,7 @@ export const action: ActionFunction = async ({ request }) => {
2626
const response = await fetch(`https://api.github.com/repos/${GITHUB_REPO}/releases/latest`, {
2727
headers: {
2828
Accept: 'application/vnd.github.v3+json',
29-
'User-Agent': 'CodinIT-App',
29+
'User-Agent': 'codinit-dev',
3030
},
3131
});
3232

0 commit comments

Comments
 (0)