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: hacklabr/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.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 12, 2026

  1. feat(tool): allow human-readable slugs as task_id

    The task tool now accepts human-readable slugs (e.g. "explore-auth")
    as task_id, making it easy for LLMs to create and resume named task
    sessions without carrying opaque ses_ IDs across turns.
    
    If the slug hasn't been used in the current root session, a new session
    is created with a derived ID (ses_<hash>_<slug>). If it already exists,
    the session is resumed with full context.
    
    Closes #32118
    rafaelchavesfreitas committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    3429999 View commit details
    Browse the repository at this point in the history
Loading