Commit ee76114
Merge remote master to local (#1)
* chore: cleanup
* upgrade opentui to v0.1.73, fixing CJK word wrapping and thai text rendering (non-tmux)
* Update Nix flake.lock and x86_64-linux hash
* Update aarch64-darwin hash
* use native text truncation for sidebar diff paths
* fix: honor per-server MCP timeouts (anomalyco#8706)
* chore: generate
* docs: fix typos in documentation (anomalyco#8703)
* fix: handle broken symlinks gracefully in grep tool (anomalyco#8612)
Co-authored-by: Alex Johnson <[email protected]>
* Prettify retry duration display in TUI (anomalyco#8608)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
* fix: show toast error message on ConfigMarkdown parse error (anomalyco#8049)
Co-authored-by: Aiden Cline <[email protected]>
* fix: downgrade bun to fix avx issue
* Update Nix flake.lock and x86_64-linux hash
* Update aarch64-darwin hash
* fix: ensure frontmatter can process same content as other agents (anomalyco#8719)
* fix: search bar in header
* fix: tooltips cleanup
* fix: recent sessions hover gutter
* fix: archive icon replaces diff count on hover
* fix: tooltip gutter spacing on session items and archive buttons
* fix: increase delay on session list tooltips
* fix: show project options on hover of row
* fix: avatar background
* fix: move left panel toggle over
- not sure how this impacts on the titlebar when the traffic lights are there
* fix: project dropdown labels and order
* fix: recent sessions title color
* fix: load more button font size
* fix: avatar button states
* fix: hide view all sessions on active project
* fix: workspace name color
* fix: remove more options tooltip
* fix: new session tooltip position and add shortcut
* fix: remove the active state from load more button after press
* fix: current session background color
* bun/package.json updates
this may not be required
* chore(desktop): Question Tools Updates
* chore(desktop): Stop Killing opencode-cli on dev
* fix(core): loading models.dev in dev
* fix(core): filter dead worktrees
* fix(app): show session busy even for active session
* chore: cleanup
* fix(core): more defensive project list
* feat(console): Update /black plan selection, light rays effect. mobile styles (anomalyco#8731)
Co-authored-by: Github Action <[email protected]>
* Update aarch64-darwin hash
* fix: session icon and name alignment
* fix: thinking animation opacity and design
* docs: add /thinking command documentation (anomalyco#8722)
* feat(console): Style improvements for /black, View Transition fixes (anomalyco#8739)
Co-authored-by: Github Action <[email protected]>
* fix(session): ensure agent exists before processing title in session summary (anomalyco#8662)
* fix: update hix hashes for all systems (anomalyco#8732)
Co-authored-by: Github Action <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
* fix(app): persist workspace order and collapsed state
* feat(app): persist workspace branch
* fix(app): sidebar toggle on desktop
* release: v1.1.23
* feat: add litellmProxy provider option for explicit LiteLLM compatibility (anomalyco#8658)
Co-authored-by: Mark Henderson <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
* feat: add Carbonfox theme (anomalyco#8723)
* chore: generate
* fix:subagent reasoningEffort not being applied (anomalyco#8646)
Co-authored-by: Bot <[email protected]>
* Revert "fix:subagent reasoningEffort not being applied (anomalyco#8646)"
This reverts commit f4086ac.
* fix: project avatar border radius
* feat(console): Fix /black page View Transition Safari issue (anomalyco#8755)
* fix(agent): default agent selection in acp and headless mode (anomalyco#8678)
Signed-off-by: assagman <[email protected]>
* fix: stop changing main model/agent from subtasks invocation (anomalyco#7681)
Co-authored-by: Aiden Cline <[email protected]>
* chore: generate
* zen: black admin
* wip: zen
* fix: nix desktop workflow (anomalyco#8747)
Co-authored-by: Github Action <[email protected]>
* fix(app): persist workspace order and collapsed state
* feat(app): skeleton loader for sessions
* feat(app): unified search for commands and files
* strip itemIds in more cases
* chore: cleanup
* fix(mcp): show auth URL when browser cannot open in remote sessions (anomalyco#7884)
* chore: generate
* tweak: set opencode as user agent for most interefence requests
* test: fix transform test
* docs: clarify question tool guidance (anomalyco#8778)
* fix(tui): add tab navigation in questions (anomalyco#8777)
* fix(tui): dim question option prefixes (anomalyco#8776)
* fix(tui): correct theme count tip (anomalyco#8779)
* stop select dialog event propagation
* fix: adjust websearch tool to emphasize that it ISNT 2024, give more info as to current date
* feat: add version to session header and /status dialog (anomalyco#8802)
* chore: update GitHub stars and commits statistics (anomalyco#8793)
* feat(mcp): add OAuth redirect URI configuration for MCP servers (anomalyco#7379)
* chore: generate
* fix: rm user message when dealing w/ image attachments, use proper tool attachment instead
* wip: zen
* Update node_modules hash (aarch64-linux)
* Update node_modules hash (x86_64-linux)
* test: fix test now that image fix went in
* Update node_modules hash (x86_64-darwin)
* update gpt models prompt
* fix(app): persist workspace order and collapsed state
* fix: avatar radius and current project
* fix: search bar size and padding, and shortcut style
* fix: add default icon to sessions
* fix: view all sessions state styles
* fix: updated project/sessions list width
this was originally 280px and included the 64px project avatar rail on the left, so the sessions list portion was actually 280 - 64 = 216px wide (as seen in line 1362: Math.max(layout.sidebar.width() - 64, 0)px).
i kept the logic the same in case it broke anything, i just updated the new width to account for new projects avatar panel
* bug: moved createMemo down
* chore: generate
* ignore: update download stats 2026-01-16
* fix: responsive menu desktop
* feat(console): /black shader improvements, performance, details (anomalyco#8871)
* fix: web mobile menu
there is a small shift/misalignment in the side panel on web, not investigating too much as this whole area is in development and may change to make the projects avatar list always in view.
* fix: make hamburger centred with project avatars
* fix: desktop hamburger shift
* fix: session icon and label alignment
* fix: expand workspaces by default when enabled
* Revert "fix: expand workspaces by default when enabled"
This reverts commit 1fd496a.
* fix: updating panel min size and button max-width
* fix: load more label alignment
* fix: truncate the workspace name on hover
* Revert "stop select dialog event propagation"
This reverts commit 46be47d.
* Revert "fix: rm user message when dealing w/ image attachments, use proper tool attachment instead"
This reverts commit de2de09.
* Revert "test: fix test now that image fix went in"
This reverts commit fffa718.
* wip: zen
* feat(desktop): Terminal Splits (anomalyco#8767)
* chore(sdk): update @hey-api/openapi-ts to 0.90.4 (anomalyco#8921)
* Revert "chore(sdk): update @hey-api/openapi-ts to 0.90.4" (anomalyco#8927)
* Update node_modules hash (aarch64-darwin)
* fix: fix the itemId stripping logic, this time it should fix that id issue w/ gpt models fr
* Reapply "chore(sdk): update @hey-api/openapi-ts to 0.90.4" (anomalyco#8927)
This reverts commit 91b8ba2.
* Update node_modules hash (x86_64-linux)
* fix(docs): Broken URL (anomalyco#8918)
* fix: use dynamic import for session event in config.ts to avoid circular dep
* Update node_modules hash (x86_64-darwin)
* fix: ensure that tool attachments arent sent as user messages (anomalyco#8944)
* upgrade opentui to v0.1.74, fix tmux kitty keyboard regression
* Update node_modules hash (aarch64-linux)
* Update node_modules hash (x86_64-darwin)
* fix(app): scroll jumping when expanding workspaces
* fix(app): can't expand workspaces
* fix(app): open workspace if navigating to session in workspace
* feat(app): edit project and session titles
* Revert "feat(desktop): Terminal Splits (anomalyco#8767)"
This reverts commit 88fd6a2.
* release: v1.1.24
* fix(bun): reinstall plugins when cache module missing (anomalyco#8815)
* chore: generate
* fix(app): center dialog on page instead of session
* fix(app): handle new session correctly
* chore: cleanup server routes (anomalyco#8965)
Co-authored-by: Leka74 <[email protected]>
Co-authored-by: Leka74 <[email protected]>
* chore: generate
* fix(app): support anthropic models on azure cognitive services (anomalyco#8335)
* Revert "fix(app): support anthropic models on azure cognitive services" (anomalyco#8966)
* fix(app): truncate workspace title
* fix(app): remember last opened project
* Revert "fix: ensure that tool attachments arent sent as user messages (anomalyco#8944)"
This reverts commit 8fd1b92.
* tweak: wording
* test: fix
* release: v1.1.25
* fix: make home/end keys work in menu list modal windows (resolves anomalyco#7190) (anomalyco#8347)
* chore: cleanup transform code a tad
* chore: generate
* fix: keep primary model after subagent runs (anomalyco#8951)
* fix: open help dialog with tui/open-help route (anomalyco#8596)
* wip: black
* wip: black
* chore: generate
* fix: centralize OSC 52 clipboard support for SSH sessions (anomalyco#8974)
* fix(nix): add desktop application entry (anomalyco#8972)
* chore: cleanup nix (anomalyco#8964)
* fix(desktop): Stream bash output + strip-asni (anomalyco#8961)
* Update flake.lock
* Update node_modules hash (x86_64-linux)
* Update node_modules hash (x86_64-darwin)
* Update node_modules hash (aarch64-darwin)
* fix(opencode): add oauth polling safety margin in copilot device authentication (anomalyco#8986)
* chore: generate
* zen: fix opus unicode characters
closes anomalyco#8967
* fix: recent sessions gutter
* fix: (desktop) command palette width
* feat: add Keybind component for displaying keyboard shortcuts
* refactor: use Keybind component in titlebar search button
* refactor: use Keybind component in search modal list
* fix: display arrow keys as symbols in keybind formatting
* fix: increase keybind border-radius in search modal
* fix: add left padding to command items in search modal
* fix: adjust command item left padding in search modal
* feat: add hideIcon and class options to List search, customize search modal input
* fix: reduce command item left padding in search modal
* fix: refine search modal styling and list component
* fix: limit search modal max-height to 480px
* fix: remove the secondary text from commands
* fix: remove smooth scroll behavior from list component
* fix: truncate long search queries in empty state
* fix: prevent text clipping on search button descenders
* fix(nix): resolve hash race condition in parallel matrix jobs (anomalyco#8995)
* Update node_modules hashes
* fix: gpt id stuff fr fr this time :/ (anomalyco#9006)
* docs: Add OpenWork to ecosystem (anomalyco#8741)
* chore: generate
* Revert "feat(mcp): add OAuth redirect URI configuration for MCP servers (anomalyco#7379)"
This reverts commit 40b275d.
* chore: generate
* test: add azure test case
* fix(app): archive session sometimes flaky
* fix(desktop): Added a Windows-only guard that makes window.getComputedStyle fall back to document.documentElement (anomalyco#9054)
* fix: mdns discover hostname (anomalyco#9039)
* chore: generate
* fix: escape CSS selector keys to handle special characters (anomalyco#9030)
* ignore: update download stats 2026-01-17
* docs: add firmware provider to providers docs (anomalyco#8993)
* docs(config): explain that `autoupdate` doesn't work when installed with a package manager (anomalyco#9092)
* fix: don't try to open command palette if a dialog is already open (anomalyco#9116)
* docs: document the plural forms
* docs: add use_github_token to example (anomalyco#9120)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
* tui: fix model state persistence when model store is not ready
* fix: align project avatar notification dot
* fix: update desktop initializing splash logo
* fix: shrink project notification dot and mask
* fix: command pallete file list item spacing
* fix: remove loading text after splash
* fix: show project name in avatar hover
* fix: reduce prompt dock bottom spacing
* fix: adjust recent sessions popover padding
* fix: keep project avatar hover styles while popover open
* fix: adjust session list tooltip trigger and delay
* fix: remove max width on sidebar new buttons
* fix: adjust project path tooltip placement
Move the desktop project path tooltip above the header and tune spacing/offset; add content style hooks to Tooltip for max-width and horizontal shift.
* fix: increase max-width of session name tooltip
* Revert "fix: increase max-width of session name tooltip"
This reverts commit c3ab76c.
* fix: remove max-width of session name tooltip
* Hide variants hint when list empty (anomalyco#9179)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
* refactor(tui): unify command registry and derive slash commands (anomalyco#9115)
* core: prevent env variables in config from being replaced with actual values
When opencode.json was missing a $schema, the config loader would add it
and write the file back - but with env variables like {env:API_KEY} replaced
with their actual secret values. This made it impossible to safely commit
opencode.json to version control.
Now the original config text is preserved when adding $schema, keeping
variable placeholders intact.
* feat: bind vim-style line-by-line scrolling (anomalyco#8980)
Co-authored-by: Aiden Cline <[email protected]>
* chore: generate
* fix(windows): fix jdtls download on Windows (anomalyco#9195)
* feat: apply_patch tool for openai models (anomalyco#9127)
* chore: generate
* feat(tool): increase question header and label limits (anomalyco#9201)
* chore: generate
* fix(acp): use single global event subscription and route by sessionID (anomalyco#5628)
Co-authored-by: noamzbr <[email protected]>
Co-authored-by: noam-v <[email protected]>
* fix: restore persisted model/agent when loading ACP session (anomalyco#7809)
Co-authored-by: noam-v <[email protected]>
* feat(cli): uninstall opencode installed via windows package managers (anomalyco#8571)
* feat(desktop): implement session unshare button (anomalyco#8660)
* ignore: update download stats 2026-01-18
* fix(app): remove redundant toast for thinking effort changes (anomalyco#9181)
* refactor(desktop): improve layout and styling of session search button (anomalyco#9251)
* fix: import issue in patch module
* refactor(installation): update scoop installation method (anomalyco#9243)
Signed-off-by: Chawye Hsu <[email protected]>
* fix(acp): preserve file attachment metadata during session replay (anomalyco#6342)
Co-authored-by: Aiden Cline <[email protected]>
* chore: generate
* feat(nix): overhaul nix flake and packages (anomalyco#9032)
* feat(hook): command execute before hook (anomalyco#9267)
* fix: update gitlab-ai-provider to 1.3.2 (anomalyco#9279)
* fix(tool): treat .fbs files as text instead of images (anomalyco#9276)
Co-authored-by: Claude <[email protected]>
* docs: note untracked files in review
* Update node_modules hashes
---------
Signed-off-by: assagman <[email protected]>
Signed-off-by: Chawye Hsu <[email protected]>
Co-authored-by: Adam <[email protected]>
Co-authored-by: Sebastian Herrlinger <[email protected]>
Co-authored-by: Github Action <[email protected]>
Co-authored-by: Dax <[email protected]>
Co-authored-by: Aryan "LAG" Gupta <[email protected]>
Co-authored-by: andrew-kramer-inno <[email protected]>
Co-authored-by: Alex Johnson <[email protected]>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
Co-authored-by: Maciek Szczesniak <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: David Hill <[email protected]>
Co-authored-by: dbpolito <[email protected]>
Co-authored-by: Aaron Iker <[email protected]>
Co-authored-by: Nhan Nguyen <[email protected]>
Co-authored-by: Qunhong Zeng <[email protected]>
Co-authored-by: Ricardo Valero de la Rosa <[email protected]>
Co-authored-by: opencode <[email protected]>
Co-authored-by: seilk <[email protected]>
Co-authored-by: Mark Henderson <[email protected]>
Co-authored-by: outside.observer <[email protected]>
Co-authored-by: Jeong Juahn <[email protected]>
Co-authored-by: Bot <[email protected]>
Co-authored-by: Sercan Sagman <[email protected]>
Co-authored-by: Frank <[email protected]>
Co-authored-by: Dan Lapid <[email protected]>
Co-authored-by: Kit Langton <[email protected]>
Co-authored-by: Akshar Patel <[email protected]>
Co-authored-by: Hyeonjong <[email protected]>
Co-authored-by: Christopher Tso <[email protected]>
Co-authored-by: Cole Leavitt <[email protected]>
Co-authored-by: Bernat Pericàs <[email protected]>
Co-authored-by: kenryu42 <[email protected]>
Co-authored-by: Leka74 <[email protected]>
Co-authored-by: Leka74 <[email protected]>
Co-authored-by: Unies Ananda Raja <[email protected]>
Co-authored-by: Ariane Emory <[email protected]>
Co-authored-by: Seth Carlton <[email protected]>
Co-authored-by: b3nw <[email protected]>
Co-authored-by: Caleb Norton <[email protected]>
Co-authored-by: Amir Hasanbasic <[email protected]>
Co-authored-by: Jérôme Benoit <[email protected]>
Co-authored-by: ben <[email protected]>
Co-authored-by: Eric Guo <[email protected]>
Co-authored-by: Javier Aceña <[email protected]>
Co-authored-by: Slone <[email protected]>
Co-authored-by: Colby Gilbert <[email protected]>
Co-authored-by: Rahul Mishra <[email protected]>
Co-authored-by: Nathan Flurry <[email protected]>
Co-authored-by: Patrick Schiel <[email protected]>
Co-authored-by: Bowen Dwelle <[email protected]>
Co-authored-by: Noam Bressler <[email protected]>
Co-authored-by: noamzbr <[email protected]>
Co-authored-by: noam-v <[email protected]>
Co-authored-by: Mani Sundararajan <[email protected]>
Co-authored-by: OpeOginni <[email protected]>
Co-authored-by: Chawye Hsu <[email protected]>
Co-authored-by: Lior <[email protected]>
Co-authored-by: Spoon <[email protected]>
Co-authored-by: Vladimir Glafirov <[email protected]>
Co-authored-by: zerone0x <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent c37d9a7 commit ee76114
2,752 files changed
Lines changed: 188106 additions & 60234 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- .husky
- .opencode
- agent
- command
- skill/test-skill
- tool
- .vscode
- github
- infra
- nix
- scripts
- packages
- app
- public
- src
- addons
- components
- session
- context
- hooks
- pages
- utils
- console
- app
- .opencode/agent
- public
- src
- asset
- black
- lander
- component
- context
- lib
- routes
- api
- auth
- bench
- black
- subscribe
- brand
- changelog
- download
- enterprise
- legal
- privacy-policy
- terms-of-service
- stripe
- t
- workspace
- [id]
- billing
- zen
- util
- provider
- v1
- chat
- models
- style/token
- core
- migrations
- meta
- script
- src
- schema
- util
- function
- src
- mail
- resource
- desktop
- scripts
- src-tauri
- assets
- capabilities
- icons
- dev
- android
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- ios
- prod
- android
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- ios
- release
- src
- src
- components
- context
- pages
- ui
- utils
- docs
- ai-tools
- essentials
- images
- logo
- snippets
- enterprise
- public
- script
- src
- core
- routes
- api
- test/core
- extensions/zed
- function
- identity
- opencode
- script
- src
- acp
- agent
- prompt
- auth
- bun
- bus
- cli
- cmd
- debug
- tui
- component
- prompt
- context
- theme
- routes
- session
- ui
- util
- command
- template
- config
- env
- file
- flag
- format
- global
- ide
- id
- installation
- lsp
- mcp
- patch
- permission
- plugin
- project
- provider
- sdk/openai-compatible/src
- responses
- tool
- pty
- question
- server
- routes
- session
- prompt
- shell
- skill
- snapshot
- storage
- tool
- util
- worktree
- test
- acp
- agent
- cli
- tui
- config
- fixtures
- file
- fixture
- mcp
- permission
- plugin
- project
- provider
- question
- server
- session
- skill
- snapshot
- tool
- fixtures
- util
- plugin
- script
- src
- script
- src
- sdk
- go
- .devcontainer
- .github/workflows
- examples
- internal
- apierror
- apiform
- apijson
- apiquery
- param
- requestconfig
- testutil
- lib
- option
- packages/ssestream
- scripts
- js
- script
- src
- gen
- core
- v2
- gen
- client
- core
- python
- docs
- usage
- examples
- scripts
- src/opencode_ai
- api
- default
- models
- templates
- tests
- stainless
- slack
- ui
- src
- assets
- audio
- favicon
- fonts
- icons
- file-types
- provider
- images
- components
- file-icons
- provider-icons
- context
- hooks
- pierre
- styles
- tailwind
- theme
- themes
- util
- src
- web
- public
- src
- assets
- lander
- web
- components
- content/docs
- pages
- styles
- patches
- script
- sdks/vscode
- images
- src
- specs
- themes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments