Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anomalyco/opencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: tornis/opencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 52 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. feat: add share server with authentication and cleanup functionality

    - Created package.json for share-server with necessary dependencies and scripts.
    - Implemented authentication middleware with session management in auth.ts.
    - Added session cleanup functionality to remove expired shares in cleanup.ts.
    - Set up server initialization and logging in index.ts.
    - Developed logging utility for tracking server activities in logger.ts.
    - Built the main server using Hono framework in server.ts with API and web UI routes.
    - Created share management logic in share.ts for creating, retrieving, syncing, and deleting shares.
    - Implemented file-based storage system in storage-fs.ts for persistent data storage.
    - Designed HTML templates for login and share views in templates.ts and login.html.
    - Configured TypeScript settings in tsconfig.json for the share-server package.
    tornis committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    8e4dbf6 View commit details
    Browse the repository at this point in the history
  2. chore: remove outdated GitHub workflows

    - Deleted generate.yml workflow for code generation.
    - Removed nix-desktop.yml workflow for Nix desktop builds.
    - Eliminated notify-discord.yml workflow for Discord notifications.
    - Removed opencode.yml workflow for handling opencode commands.
    - Deleted pr-standards.yml workflow for PR title and issue checks.
    - Removed publish-github-action.yml workflow for publishing GitHub actions.
    - Deleted publish-vscode.yml workflow for publishing VSCode extensions.
    - Eliminated publish.yml workflow for general publishing tasks.
    - Removed release-github-action.yml workflow for GitHub release actions.
    - Deleted review.yml workflow for PR review guidelines.
    - Removed stale-issues.yml workflow for auto-closing stale issues.
    - Deleted stats.yml workflow for daily stats updates.
    - Eliminated sync-zed-extension.yml workflow for syncing Zed extensions.
    - Removed test.yml workflow for running tests.
    - Deleted triage.yml workflow for issue triage.
    - Removed typecheck.yml workflow for type checking.
    - Deleted update-nix-hashes.yml workflow for updating Nix hashes.
    tornis committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    0552a7d View commit details
    Browse the repository at this point in the history
Loading