Commit 2d245b8
chore: merge upstream opencode v1.2.26 (#142)
* Revert "tui: keep model + thinking selectors beside Add file"
This reverts commit 426dcfa.
* Revert "tui: dock auto-accept after thinking and move Add file to bottom-left"
This reverts commit 69cb49f.
* test: remove unused Ripgrep.search coverage (#16554)
* fix(tui): fix broken /mcp toggling (#16431)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
* fix(opencode): avoid TTY corruption from double cleanup (#16565)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
* docs(zen.mdx): correct Italian grammar and punctuation errors (#16590)
* test: make process cwd check cross-platform (#16594)
* fix: prune and evict stale app session caches (#16584)
* fix(app): messages not loading reliably
* chore: refactoring ui hooks
* fix(app): less auto-expand/collapse
* chore: update nix node_modules hashes
* fix: trim retained desktop terminal buffers (#16583)
* app: suppress hover when opening project menu or right-clicking to prevent flickering
* tui: fix sidebar background color when collapsed
When the sidebar was collapsed (not on mobile), the background color was showing as the stronger variant instead of matching the base background. This fixes the hover state detection so users see a consistent lighter background when the sidebar is in collapsed mode.
* fix(tui): canonicalize cwd after chdir (#16641)
* guard tui exit (#16640)
* release: v1.2.22
* disable fallback to free nano for small model
* feat(app): generate color palettes (#16232)
* docs: add session_child_first keybinding to documentation (#16631)
* docs(i18n): sync locale docs from english changes
* fix(opencode): pass missing auth headers in `run --attach` (#16097)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
* fix(app): fix issue with scroll jumping when pressing escape in comment text area (#15374)
* fix(app): sanitize workspace store filenames on Windows (#16703)
* revert(app): "STUPID SEXY TIMELINE (#16420)" (#16745)
* chore: update nix node_modules hashes
* fix(app): don't animate review panel in/out
* tui: fix sidebar workspace container sizing by adding box-border class to prevent content overflow issues
* fix(app): remove oc-1 theme
* release: v1.2.23
* add copilot gpt-5.4 xhigh support (#16294)
* feat(gitlab): send context-1m-2025-08-07 beta header to enable 1M context window (#16153)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* feat(tui): add initial support for workspaces into the tui (#16230)
* fix(storybook): add ci build workflow (#16760)
* fix(app): dismiss toast notifications when questions or permissions a… (#16758)
* fix(app): session title turn spinner (#16764)
* core: prevent accidental edits to migration files by restricting agent access
* fix(app): scroll jitter/loop
* release: v1.2.24
* fix: Multiple jdtls LSPs eating memory in java monorepos (#12123)
* fix(tui): handle error when creating a session (#16767)
* refactor: change pathToFileURL imports from bun to url module
* refactor(opencode): replace Bun shell in core flows (#16286)
* fix(tui): wait for model store before auto-submitting --prompt (#7476)
* refactor: replace bun semver with npm semver package
* chore: generate
* docs: update opencode-morph-fast-apply to opencode-morph-plugin in ecosystem (#16634)
* chore: update nix node_modules hashes
* chore: update nix node_modules hashes
* fix(core): put workspace routing behind OPENCODE_EXPERIMENTAL_WORKSPACES flag (#16775)
* chore: generate
* chore: cleanup
* chore: cleanup
* fix(app): terminal state corruption
* chore(app): dev stats
* refactor(server): extract createApp function for server initialization
- Replace Server.App() with Server.Default() for internal server access
- Extract server app creation into Server.createApp(opts) for testability
- Move CORS whitelist from module-level variable to function parameter
- Update all tests to use Server.Default() instead of Server.App()
* fix(mcp): fix OAuth auto-connect failing on first connection (#15547)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* chore: generate
* upgrade opentui to v0.1.87 (#16772)
* chore: update nix node_modules hashes
* docs: update opencode-morph-plugin in all language ecosystem pages (#16869)
* chore: generate
* chore(app): debug window
* fix(opencode): add thinking variants support for SAP AI provider (#14958)
Co-authored-by: Test <test@test.com>
Co-authored-by: Stephen Collings <stevoland@gmail.com>
* chore: generate
* fix(core): make worktrees read the project id from local workspace (#16795)
* fix(core): a chunk timeout when processing llm stream (#16366)
* feat(core): allow passing `workspaceID` into session create endpoint (#16798)
* chore: generate
* chore: rekram1-node is no longer on vacation (#16905)
* fix(core): don't permit access to system directories (#16891)
* core: make account login upgrades safe while adding multi-account workspace auth (#15487)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* chore: generate
* Fix ESM imports for @opencode-ai/plugin (#16916)
* chore: update nix node_modules hashes
* fix(app): terminal focus issues and jank
* fix(app): terminal jank
* chore: cleanup
* ci: install setuptools to prevent Python distutils errors during dependency installation
* ci: exclude draft PRs from beta labeling process to prevent unfinished work from being included in releases
* zen: raise limit
* feat(ui): restyle Card and improve tool error cards (#16888)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
* zen: raise limit
* ci: cancel duplicate workflow runs and add read permissions
- Add concurrency settings to cancel outdated runs when new commits are pushed
- Add contents: read permission for security hardening
- Remove redundant required job that checked test results
* chore: kill old copilot 403 message that was used for old plugin migration (#16904)
* chore(app): fix tests
* sync
* fix(account): resilient orgs fetch (#16944)
* feat(web): use Feishu for Chinese community links (#16908)
Co-authored-by: Frank <frank@anoma.ly>
* fix: add GOOGLE_VERTEX_LOCATION env var support for Vertex AI (#16922)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(electron): hide Windows background consoles (#16842)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* chore: generate
* ci: setup node in tauri build
* fix(app): make error tool card respect settings (#17005)
* perf(app): trim session render work (#16987)
* tweak: adjust way skills are presented to agent to increase likelyhood of skill invocations. (#17053)
* docs(providers): clarify npm choice for chat vs responses APIs (#16974)
Co-authored-by: wangxinxin <xinxin.wang@pharmbrain.com>
* chore(app): simplify review pane (#17066)
* fix(core): read stdout and stderr in PackageRegistry.info before waiting for the process to exit (#16998)
* refactor(account): tighten effect-based account flows (#17072)
* fix(app): skip editor reconcile during IME composition (#17041)
* fix(app): todos not clearing
* feat(id): brand ProjectID through Drizzle and Zod schemas (#16948)
* chore: fix test
* tweak: adjust skill presentation to be a little less token heavy (#17098)
* chore: fix test
* fix: re-enable snapshot in acp (#14918)
* chore: skip test
* feat(app): restore to message and fork session (#17092)
* core: restore plugin serverUrl getter so plugins can connect to local server
* zen: update header
* zen: update usage graph on landing page
* zen: add usage section
* zen: add Go page
* zen: add alipay for go sub
* zen: add alipay for adding balance
* zen: update discount copy on lander
* go: first month discount
* go: dashboard design
* wip: zen
* docs: zen update models
* docs: go pricing
* wip: zen
* wip: zen
* feat(id): brand SessionID through Drizzle and Zod schemas (#16953)
* chore: generate
* fix: resolve symlinks in Instance cache to prevent duplicate contexts (#16651)
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
* feat(id): brand WorkspaceID through Drizzle and Zod schemas (#16964)
* chore: generate
* feat(id): brand PartID through Drizzle and Zod schemas (#16966)
* chore: generate
* feat(windows): add arm64 release targets for cli and desktop (#16696)
* chore: generate
* feat(id): brand PermissionID, PtyID, QuestionID, and ToolID (#17042)
* chore: generate
* fix(e2e): re-focus prompt after terminal opens in slash-terminal test (#17113)
* chore: generate
* fix(ci): use dynamic bun cache path for cross-platform support (#17120)
* core: remove external sourcemap generation to reduce build artifacts
* fix(app): guard comment accessor in message timeline (#17126)
* chore: generate
* fix(desktop-electron): fix resource loading under file:// protocol (#17125)
* fix(electron): theme Windows titlebar overlay (#16843)
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
* fix(desktop): set default WebSocket username and prevent repeated calling of terminal spawn properly closing the terminal (#17061)
* Fix terminal e2e flakiness with a real terminal driver (#17144)
* chore: generate
* refactor(desktop): rework default server initialization and connection handling (#16965)
* chore: update nix node_modules hashes
* chore: cleanup (#17115)
* fix(app): sidebar quirks
* feat(id): brand ProviderID and ModelID (#17110)
* chore: generate
* chore: cleanup
* fix(app): terminal animation
* fix(web): fix broken mobile sidebar (in workflows mode) sizing issue by adding flex-1 (#17055)
* chore: cleanup (#17184)
* docs: clarify subagent session navigation keybinds (#16455)
* refactor(provider): flow branded ProviderID/ModelID through internal signatures (#17182)
* chore: generate
* refactor(import): use .parse() at boundaries instead of manual .make() (#17106)
* fix: non openai azure models that use completions endpoints (#17128)
* chore: update nix node_modules hashes
* feat(app): better themes (#16889)
* feat: session load perf (#17186)
* chore: cleanup (#17197)
* zen: fix nemotron issue
* fix(app): titlebar cleanup (#17206)
* fix(app): not loading message nav
* feat(app): AMOLED theme
* fix(app): optimistic revert/restore
* feat(app): follow-up behavior (#17233)
* fix: if server password exists, use basic auth for plugin client by default (#17213)
* fix(app): message loading
* fix(app): task error state
* fix(app): sidebar re-rendering too often
* zen: handle cache key
* release: v1.2.25
* fix(ci): keep test runs on dev (#17260)
* feat(app): interruption state
* reorder provider list in providers login (#17262)
* fix(app): increase CI e2e workers (#17263)
* tweak: rm openrouter warning (#17259)
* refactor(auth): effectify AuthService (#17212)
* feat(cli): add console account subcommands (#17265)
* desktop: multi-window support in electron (#17155)
* refactor(provider): effectify ProviderAuthService (#17227)
* chore: generate
* fix(app): stabilize todo dock e2e with composer probe (#17267)
* fix(cli): hide console command from help output (#17277)
* chore: generate
* fix: filter empty content blocks for Bedrock provider (#14586)
* feat(app): missing themes (#17275)
* fix(app): list item background colors
* fix(e2e): fail fast on config dependency installs (#17280)
* fix(opencode): sessions lost after git init in existing project (#16814)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* chore: cleanup migrate from global code (#17292)
* go: upi pay
* fix(app): simplify themes (#17274)
* perf(server): paginate session history (#17134)
* chore: generate
* Remove prompt mode toggle (#17216)
* perf(app): use cursor session history loading (#17329)
* chore: cleanup (#17284)
* chore(app): i18n sync (#17283)
* fix(app): support text attachments (#17335)
* fix(app): oc-2 went too dark
* fix(opencode): serialize config bun installs (#17342)
* fix(app): better optimistic prompt submit (#17337)
* fix(app): todo spacing
* fix(app): tooltip quirks
* fix(app): scroll falls behind prompt input
* fix(app): terminal cloning without retry (#17354)
* fix(app): sidebar spacing + session list spinner transition (#17355)
* fix(ui): force wasm highlighter for markdown code blocks (#17373)
* fix(app): fork should copy prompt into new session (#17375)
* feat(schema): scaffold effect-to-zod bridge (#17273)
* fix(app): restore sidebar dash and sync session spinner colors (#17384)
* fix(app): animate titlebar controls on sidebar open
* fix(app): avoid clipping new session during sidebar anim
* tweak(ui): use new-session icon in sidebar buttons
* fix(app): sidebar sync
* fix(app): polish prompt composer controls (#17388)
* fix(app): model selection persist by session (#17348)
* release: v1.2.26
* chore: apply branding transforms for upstream v1.2.26
* fix: improve merge tooling and add upstream merge guard tests
Merge script improvements:
- Add per-file error handling in `autoResolveConflicts` so one failure
doesn't abort all resolution
- Handle delete/add conflicts in skipFiles with `git rm` fallback
- Add `cleanupSkipFiles` step to `postMergeTransforms` — automatically
removes skipFiles packages after merge
- Change `stageAll()` from `git add -A` to `git add -u` to avoid
ENOBUFS from untracked experiment directories
- Add `--force` to `fetchRemote` tag fetches to resolve local/upstream
tag conflicts
- Handle already-committed merges in `--continue` flow gracefully
New tests (upstream-merge-guard.test.ts):
- Installation branding: USER_AGENT, brew tap, npm package name
- Root package.json integrity: no globs in workspaces, no sst/electron
- Deleted packages stay deleted (14 upstream-only dirs/files)
- OAuth/MCP branding: client_name, HTML titles
- opencode.ai domain leak scanner for src/*.ts and src/*.tsx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: re-apply post-merge branding, cleanup, and type fixes
Re-applies all post-merge fixes that were needed after the rebase
to remove large .duckdb files from commit history.
- Delete upstream-only packages (app, console, desktop, etc.)
- Fix root package.json (explicit workspaces, remove sst/electron)
- Fix bin entries in opencode package.json
- Fix branding leaks in installation/index.ts
- Fix branded type errors in custom files
- Fix telemetry @/control → @/account import
- Regenerate bun.lock
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: remove local-only files accidentally included in merge
Remove `docs/research/`, `docs/strategy/`, `experiments/`, and
`.github/meta/` — these are local working files that were accidentally
staged during the upstream merge branding transforms step.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: add `__pycache__` to `.gitignore` and remove tracked copies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: add glossary, translator, and storybook workflow to skipFiles
Remove `.opencode/glossary/`, `.opencode/agent/translator.md`, and
`.github/workflows/storybook.yml` — these are upstream-only files we
don't need. Added to `skipFiles` config so future merges auto-discard them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: skip and remove upstream-only project configs
Add to skipFiles and remove:
- `.opencode/tool/github-triage.*`, `github-pr-search.*` — upstream team triage tools
- `.opencode/agent/duplicate-pr.md`, `triage.md`, `docs.md` — upstream agents
- `.opencode/themes/mytheme.json` — upstream dev's personal theme
- `.opencode/env.d.ts` — types for upstream plugins
- `.opencode/command/rmslop.md`, `ai-deps.md`, `spellcheck.md` — upstream dev commands
- `script/sync-zed.ts` — Zed extension sync (no workflow references it)
- `AGENTS.md` — references `dev` branch, misleading for our fork
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: add Google Vertex AI provider section
Document Vertex AI provider configuration including `project`,
`location` options and supported environment variables
(`GOOGLE_VERTEX_LOCATION`, `GOOGLE_CLOUD_LOCATION`, `VERTEX_LOCATION`).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* test: add 58 new upstream merge guard tests
- Sync `merge-config.json` with `config.ts` (22 → 39 skipFiles patterns)
- Add skipFiles tests for all newly skipped upstream configs (glossary,
triage tools, AGENTS.md, storybook workflow, etc.)
- Add forbidden file/dir existence checks for all skipped items
- Add repository hygiene tests: `__pycache__` in .gitignore,
altimate-engine existence, bridge directory
- Add config consistency tests: merge-config.json ↔ config.ts sync
Total: 170 → 228 tests (58 new)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address Sentry review findings
- Fix CORS regex branding leak: `opencode.ai` → `altimate.ai` in
server.ts origin validation
- Fix agent name mismatch: `"build"` → `"builder"` in prompt.ts
plan-to-build transition (our fork renamed the agent)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: restore custom compaction logic and fix CI test failures
- Restore our `isOverflow` formula with safety guard and unified headroom
(upstream simplified it but introduced a bug with small-context models
where `context == maxOutput` causes `usable=0` and premature compaction)
- Restore observation masks, telemetry tracking, compaction attempt
counting, and Data Context section in compaction prompt
- Fix `project.test.ts`: source writes `.git/opencode` (internal identifier
in `preservePatterns`), not `.git/altimate` — tests were over-branded
- Fix `publish-package.test.ts`: `bin["altimate"]` points to
`./bin/altimate-code`, not `./bin/altimate`
All custom additions marked with `altimate_change` comments for merge safety.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: use correct `altimate_change start/end` marker format in `compaction.ts`
Align all markers to the project convention (`// altimate_change start —`
/ `// altimate_change end`) so the `analyze.ts` integrity checker recognizes
them and future upstream merges don't silently overwrite our custom logic.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: restore telemetry and branding overwritten by upstream merge
Upstream v1.2.26 refactored `prompt.ts` and `installation/index.ts`,
silently removing our telemetry instrumentation (no `altimate_change`
markers existed to protect it).
Restored:
- `prompt.ts`: session telemetry (`session_start`, `session_end`,
`agent_outcome`), cost/token accumulation, emergency shutdown hooks
- `installation/index.ts`: upgrade telemetry (`upgrade_attempted` with
success/error status, version info, method)
- `server.ts`: branded default username `"altimate"` (was `"opencode"`)
All restored code wrapped with `// altimate_change start/end` markers
to prevent future upstream overwrites.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: resolve circular dependency in `installation/index.ts` and add marker integrity tests
- Use lazy `getTelemetry()` import pattern for both upgrade success and error paths
to avoid circular dep: installation → Telemetry → Installation
- Add `"aborted"` to `agent_outcome` telemetry event `outcome` union type
- Add missing `compactions` field to `agent_outcome` tracking in `prompt.ts`
- Add marker integrity test section to upstream-merge-guard tests:
validates required marker files and start/end block pairing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor: simplify upstream merge strategy
- Delete `merge-config.json` (superseded by `utils/config.ts`)
- Delete unused `transforms/` directory (12 files, logic is inline in `merge.ts`)
- Fix `keepOurs`/`skipFiles` overlap: remove `infra/**` and `README.*.md` from
`keepOurs` (they belong in `skipFiles` only)
- Consolidate ANSI color helpers into `utils/logger.ts` (was duplicated in
`merge.ts`, `analyze.ts`, and `logger.ts`)
- Merge `check-markers.ts` into `analyze.ts` as `--markers` mode with
`--base` and `--strict` flags
- Add Marker Guard CI job to `.github/workflows/ci.yml` — runs on every PR,
catches upstream-shared files missing `altimate_change` markers
- Update tests: replace config consistency tests with config integrity tests
(overlap detection, dead file assertions)
- Update README with new CLI commands and CI integration docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: marker guard should only check modified files, not newly added ones
New files don't exist upstream and can't be overwritten by a merge,
so they don't need `altimate_change` markers. Changed `--diff-filter`
from `AM` (Added+Modified) to `M` (Modified only).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: marker guard checks upstream remote to skip our-only files
Files that don't exist in upstream can't be overwritten by a merge,
so they don't need `altimate_change` markers. The guard now loads
the full upstream file tree via `git ls-tree` (cached in a Set for
O(1) lookups) and checks all upstream-shared files — not just
`packages/opencode/src/`. CI step fetches the upstream remote first.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address review feedback — telemetry bugs, CI fixes, branding leak
Bug fixes:
- Fix `text-end` handler overwriting `start` time in `processor.ts`
- Fix `toolCallCount` never incremented — now counts tool parts per step
- Fix `emergencySessionEndFired` never set true after normal `session_end`
- Clean up emergency process handlers after normal completion
- Wire up `compactionCount` to `agent_outcome` telemetry (was hardcoded 0)
- Add compaction circuit breaker (max 3 attempts per session)
- Add legacy `.git/altimate-code` fallback in `readCachedId`
- Cache lazy telemetry import in `installation/index.ts`
- Fix duplicate `telemetryMethod` declaration in upgrade telemetry
- Fix branding leak: `anomalyco` → `AltimateAI` in `parsers-config.ts`
CI fixes:
- Marker guard: skip strict mode for upstream merge PRs (branch detection)
- Marker guard: use PR base ref instead of hardcoded `origin/main`
- Marker guard: exclude test files, generated SDK, config files from checks
- Fix tests referencing deleted `merge-config.json` — use `config.ts` directly
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: disable upstream `beta.yml` schedule, rebrand `opencode.yml` triggers
- `beta.yml`: disable hourly schedule (upstream beta branch syncing not needed)
- `opencode.yml`: replace `/oc` and `/opencode` triggers with `/altimate` and `/ac`,
update model reference from `opencode/claude-opus-4-5` to `anthropic/claude-opus-4-5`
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* test: add regression tests for telemetry, compaction, and branding fixes
Session regression tests (15 tests):
- `toolCallCount` accumulation from tool parts per step
- `text-end` time preservation (start time not overwritten)
- `emergencySessionEndFired` deduplication and listener cleanup
- Compaction circuit breaker (max 3 attempts, per-session, abort cleanup)
- `compactionCount` wired to `agent_outcome` telemetry
- Telemetry lazy import caching
Branding regression tests (5 tests):
- `parsers-config.ts` has no `anomalyco` references
- `opencode.yml` uses `/altimate` triggers, not `/opencode`
- `beta.yml` schedule is disabled
- `opencode.yml` model reference doesn't use `opencode/` prefix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* test: add marker guard safety tests to prevent bypass
- Verify `markerExcludePatterns` never matches `src/` source files
- Verify CI uses `--strict` mode for non-merge PRs
- Prevents future changes from accidentally disabling marker protection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: David Hill <iamdavidhill@gmail.com>
Co-authored-by: Dax <mail@thdxr.com>
Co-authored-by: Nate Williams <50088025+natewill@users.noreply.github.com>
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: tobwen <1864057+tobwen@users.noreply.github.com>
Co-authored-by: Roy Bruschini <bruroy96@gmail.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Sebastian <hasta84@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: Ariane Emory <97994360+ariane-emory@users.noreply.github.com>
Co-authored-by: Eric Clemmons <eric@smarterspam.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Yihui Khuu <yihui.khuu@gmail.com>
Co-authored-by: Jack <jack@anoma.ly>
Co-authored-by: Armin Pašalić <armin@pasalic.me>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: Karan Handa <79533543+ShriKaranHanda@users.noreply.github.com>
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com>
Co-authored-by: David Hill <1879069+iamdavidhill@users.noreply.github.com>
Co-authored-by: Stephen Collings <stevoland@gmail.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: bhaktatejas922 <bhaktatejas922@gmail.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Co-authored-by: Test <test@test.com>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Frank <frank@anoma.ly>
Co-authored-by: SOUMITRA-SAHA <soumitrosahaofficial@gmail.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: xinxin <45682184+andyWang1688@users.noreply.github.com>
Co-authored-by: wangxinxin <xinxin.wang@pharmbrain.com>
Co-authored-by: Johannes Loher <johannes.loher@fg4f.de>
Co-authored-by: Chris Yang <18487241+ysm-dev@users.noreply.github.com>
Co-authored-by: Noam Bressler <noamzbr@gmail.com>
Co-authored-by: John Mylchreest <jmylchreest@gmail.com>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com>
Co-authored-by: max tomashevsky <nasadregistr@gmail.com>
Co-authored-by: Wang Siyuan <wsy0227@sjtu.edu.cn>
Co-authored-by: Tom Ryder <tom.ryder@live.co.uk>
Co-authored-by: Michael Dwan <m@dwan.io>1 parent 988871f commit 2d245b8
File tree
340 files changed
+14964
-8288
lines changed- .github
- actions/setup-bun
- workflows
- .opencode
- agent
- command
- glossary
- themes
- tool
- docs/docs/configure
- packages
- opencode
- migration
- 20260228203230_blue_harpoon
- 20260309230000_move_org_to_state
- 20260312043431_session_message_cursor
- script
- src
- account
- acp
- agent
- altimate/telemetry
- auth
- bun
- cli
- cmd
- debug
- tui
- component
- prompt
- workspace
- context
- theme
- routes
- session
- ui
- util
- effect
- command
- config
- control-plane
- workspace-server
- control
- effect
- file
- flag
- installation
- lsp
- mcp
- permission
- plugin
- project
- provider
- pty
- question
- server
- routes
- session
- prompt
- shell
- skill
- snapshot
- storage
- tool
- util
- worktree
- test
- account
- agent
- branding
- cli
- tui
- config
- control-plane
- file
- fixture
- installation
- install
- mcp
- memory
- permission
- project
- provider
- pty
- question
- server
- session
- skill
- storage
- tool
- fixtures
- util
- plugin
- src
- script
- src
- sdk
- js/src
- gen
- v2
- gen
- util/src
- script
- upstream
- transforms
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
340 files changed
+14964
-8288
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
| |||
31 | 23 | | |
32 | 24 | | |
33 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | | - | |
6 | | - | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
45 | 78 | | |
46 | 79 | | |
47 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
This file was deleted.
This file was deleted.
0 commit comments