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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
70 changes: 0 additions & 70 deletions .coderabbit.yaml

This file was deleted.

34 changes: 4 additions & 30 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
# Default reviewer
# Single-owner repository: every path defaults to the owner. CODEOWNERS here
# requests review; it is not a merge gate. Merge requirements live in the
# GitHub ruleset on `main`, which must list repository admins as Always-allow
# bypass actors (see MAINTAINERS.md).
* @pavelhov

# High-impact runtime behavior
/src/adapters/ @lidge-jun @Ingwannu @Wibias
/src/providers/ @lidge-jun @Ingwannu @Wibias
/src/codex/ @lidge-jun @Ingwannu @Wibias
/src/server/ @lidge-jun @Ingwannu @Wibias

# Repository automation and release security
/.github/ @pavelhov
/scripts/release.ts @pavelhov
/scripts/build-macos-app.sh @pavelhov
/scripts/package-macos-release.sh @pavelhov
/package.json @pavelhov
/bun.lock @pavelhov

# Authentication, credentials, and management API
/src/oauth/ @pavelhov
/src/codex/auth-context.ts @pavelhov
/src/server/auth-cors.ts @pavelhov
/src/server/management-api.ts @pavelhov
/app/Sources/MenuBarCore/Discovery.swift @pavelhov
/app/Sources/MenuBarCore/ProxyClient.swift @pavelhov
/app/Info.plist @pavelhov

# Governance and security policy
/AGENTS.md @pavelhov
**/AGENTS.md @pavelhov
/MAINTAINERS.md @pavelhov
/SECURITY.md @pavelhov
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
- Codex SDK
- Claude Code
- Direct HTTP/API client
- OpenCodex dashboard
- CodexCommander dashboard
- Other
validations:
required: true
Expand All @@ -28,7 +28,7 @@ body:
id: area
attributes:
label: Area
description: Which part of OpenCodex is affected?
description: Which part of CodexCommander is affected?
options:
- CLI
- Proxy and routing
Expand Down Expand Up @@ -62,7 +62,7 @@ body:
description: |
Exact commands, steps, configuration shape, and inputs. If the problem is intermittent or not yet consistently reproducible, explain what you have observed and under which conditions.
placeholder: |
1. ocx start --port 10100
1. ccx start --port 10100
2. Send a request to /v1/responses with ...
3. Observe ...
validations:
Expand All @@ -72,8 +72,8 @@ body:
id: version
attributes:
label: Version
description: Installed `@bitkyc08/opencodex` version or commit SHA.
placeholder: "2.7.31"
description: Installed `codexcommander` version or commit SHA.
placeholder: "0.1.0"
validations:
required: true

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Report a security vulnerability (private)
url: https://github.com/lidge-jun/opencodex/security/advisories/new
url: https://github.com/pavelhov/CodexCommander/security/advisories/new
about: Report undisclosed vulnerabilities privately to the maintainers. Do not open a public issue.
- name: Security policy
url: https://github.com/lidge-jun/opencodex/blob/main/SECURITY.md
url: https://github.com/pavelhov/CodexCommander/blob/main/SECURITY.md
about: Read the supported-version and reporting guidance before sharing security-sensitive details.
- name: Contributing guide
url: https://opencodex.me/contributing/
url: https://github.com/pavelhov/CodexCommander/blob/main/CONTRIBUTING.md
about: Review setup, build, and verification guidance for contributors.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
attributes:
label: Documentation location
description: Public documentation URL or repository path.
placeholder: "https://opencodex.me/providers/ or docs/providers.md"
placeholder: "docs-site/src/content/docs/guides/providers.md"
validations:
required: true

Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Feature proposal
description: Propose a new capability or workflow improvement for OpenCodex.
description: Propose a new capability or workflow improvement for CodexCommander.
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Describe the workflow you need and what OpenCodex should do. Concrete examples help us evaluate and implement your proposal faster.
Describe the workflow you need and what CodexCommander should do. Concrete examples help us evaluate and implement your proposal faster.

- type: dropdown
id: area
attributes:
label: Area
description: Which part of OpenCodex does this proposal affect?
description: Which part of CodexCommander does this proposal affect?
options:
- CLI
- Proxy and routing
Expand Down Expand Up @@ -52,7 +52,7 @@ body:
- type: textarea
id: behaviour
attributes:
label: What should OpenCodex do?
label: What should CodexCommander do?
description: Describe the observable behaviour you expect, not internal implementation details.
placeholder: When I send ... the proxy should ...
validations:
Expand All @@ -66,7 +66,7 @@ body:
Provide at least one concrete example: a CLI command, configuration fragment, API exchange, UI workflow, or before/after comparison.
placeholder: |
```bash
ocx config set routing.fallback_provider anthropic
ccx config set routing.fallback_provider anthropic
```
validations:
required: true
Expand All @@ -90,7 +90,7 @@ body:
options:
- label: I searched existing issues and documentation.
required: true
- label: This request describes a concrete OpenCodex workflow rather than merely naming a desired technology.
- label: This request describes a concrete CodexCommander workflow rather than merely naming a desired technology.
required: true
- label: I removed secrets and personal data.
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/provider_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
Use this form when a provider endpoint, request format, response format, or client integration does not work correctly through the OpenCodex proxy.
Use this form when a provider endpoint, request format, response format, or client integration does not work correctly through the CodexCommander proxy.

- type: dropdown
id: client
Expand Down Expand Up @@ -37,9 +37,9 @@ body:
- type: input
id: version
attributes:
label: OpenCodex version
description: Installed `@bitkyc08/opencodex` version or commit SHA.
placeholder: "2.7.31"
label: CodexCommander version
description: Installed `codexcommander` version or commit SHA.
placeholder: "0.1.0"
validations:
required: true

Expand Down
20 changes: 0 additions & 20 deletions .github/release.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/scripts/copilot-workflows.test.cjs

This file was deleted.

Loading
Loading