Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1059 commits
Select commit Hold shift + click to select a range
518caf4
release: v1.0.193-1
Dec 24, 2025
c8faf01
feat: make askquestion tool experimental via config flag
shuv1337 Dec 24, 2025
29617a0
feat(app): add AskQuestionWizard component for web app
shuv1337 Dec 24, 2025
6cf8bc3
feat(app): integrate askquestion wizard in session page
shuv1337 Dec 24, 2025
e8d6081
docs: document askquestion experimental config and web app support
shuv1337 Dec 24, 2025
63237a0
chore: clean up completed CONTEXT plan files
shuv1337 Dec 24, 2025
f5cb0c0
refactor: remove streaming token estimate fields from messages
shuv1337 Dec 24, 2025
0f562fa
refactor: simplify TUI token display to show context usage only
shuv1337 Dec 24, 2025
42c7bc8
chore: regenerate SDK types
shuv1337 Dec 24, 2025
926d413
docs: add PR #5968 (small screen styling) to preserved features
shuv1337 Dec 24, 2025
0010429
sync: merge upstream v1.0.198 into integration
shuv1337 Dec 24, 2025
1a21f6f
sync: record last synced tag v1.0.198
shuv1337 Dec 24, 2025
11050a2
ui(tui): restore compact session header with decorative borders
shuv1337 Dec 24, 2025
ec2b9c0
refactor: simplify token display and fix shell command status bar
shuv1337 Dec 24, 2025
9f27ce7
merge: shuvcode-dev into integration (v1.0.198)
shuv1337 Dec 24, 2025
357cd74
ui(tui): remove visible border from resizable sidebar handle
shuv1337 Dec 24, 2025
d41b56a
Merge remote-tracking branch 'origin/shuvcode-dev' into integration
shuv1337 Dec 24, 2025
406cf82
sync: merge upstream v1.0.200 into shuvcode-dev
shuv1337 Dec 25, 2025
dc0fe19
sync: record last synced tag v1.0.200
shuv1337 Dec 25, 2025
1be9844
Local test merge of PR #203: sync: merge upstream v1.0.200 into integ…
shuv1337 Dec 25, 2025
e4b781f
feat(tui): propagate directory context through SDK initialization
shuv1337 Dec 25, 2025
60dae96
release: v1.0.200-1
Dec 25, 2025
9b07e20
sync: merge upstream v1.0.201 into shuvcode-dev
shuv1337 Dec 25, 2025
2086613
merge: resolve version conflicts from integration (keeping v1.0.200 v…
shuv1337 Dec 25, 2025
400d4e7
Merge pull request #205 from Latitudes-Dev/shuvcode-dev
shuv1337 Dec 25, 2025
fdfedbb
sync: merge upstream v1.0.203 into integration
shuv1337 Dec 26, 2025
2c648a4
sync: record last synced tag v1.0.203
shuv1337 Dec 26, 2025
cc07bb5
chore: remove completed planning documents
shuv1337 Dec 26, 2025
3044549
fix(tui): add top margin to prompt mode indicator
shuv1337 Dec 26, 2025
410dd99
Merge pull request #206 from Latitudes-Dev/shuvcode-dev
shuv1337 Dec 27, 2025
beb1d3e
feat(tui): reorder sidebar sections and make all collapsible
shuv1337 Dec 27, 2025
f98a4df
docs: add planning document for sidebar changes
shuv1337 Dec 27, 2025
c45b607
Merge remote-tracking branch 'origin/integration' into shuvcode-dev
shuv1337 Dec 27, 2025
59bb8c8
sync: merge upstream v1.0.204 into shuvcode-dev for testing
shuv1337 Dec 27, 2025
444fbb7
sync: update last-synced-tag to v1.0.204
shuv1337 Dec 27, 2025
ef93d46
fix: resolve TypeScript deep type instantiation error in OpenAPI gene…
shuv1337 Dec 27, 2025
4c43664
Merge pull request #209 from Latitudes-Dev/shuvcode-dev
shuv1337 Dec 27, 2025
613494b
fix(server): remove duplicate variable declaration in session list en…
shuv1337 Dec 28, 2025
8d6ff2d
fix(app): filter archived sessions from session list in sync context
shuv1337 Dec 28, 2025
204a4c1
feat(config): add dependency install locking and caching with marker …
shuv1337 Dec 28, 2025
e1fbf1f
feat(app): redesign create project dialog with separate create and cl…
shuv1337 Dec 28, 2025
8f0671e
test: add tests for dependency install caching, project create, and s…
shuv1337 Dec 28, 2025
244a9fe
chore: remove debug console.log from dialog context
shuv1337 Dec 29, 2025
c822085
feat(app): add server URL management utilities
shuv1337 Dec 29, 2025
d0a23f4
feat(app): add custom server URL settings dialog
shuv1337 Dec 29, 2025
6fbcb50
refactor(app): improve create project dialog directory picker
shuv1337 Dec 29, 2025
7e1fc02
docs: add plan for custom server URL settings feature
shuv1337 Dec 29, 2025
9c62baa
docs: add plan for issues 210, 211, 212
shuv1337 Dec 29, 2025
9a4fe0f
sync: merge upstream v1.0.207 into integration
shuv1337 Dec 29, 2025
ab8b086
sync: record last synced tag v1.0.207
shuv1337 Dec 29, 2025
b1c4951
feat: clear legacy opencode theme data when applying themes
shuv1337 Dec 29, 2025
d2c5e1e
feat: clear legacy theme on startup and set nightowl as default
shuv1337 Dec 29, 2025
f5ecb5b
feat: add server URL config to error page with validation and brandin…
shuv1337 Dec 29, 2025
de66ab7
chore: remove upstream-only workflows
shuv1337 Dec 29, 2025
d19035c
feat: rebrand workflows to use shuvcode
shuv1337 Dec 29, 2025
e09ff17
feat: add shuvcode GitHub App integration
shuv1337 Dec 29, 2025
b485405
Merge pull request #214 from Latitudes-Dev/shuvcode-dev
shuv1337 Dec 29, 2025
ef5976a
fix: configure Durable Objects migration for shuv-api deployment
shuv1337 Dec 29, 2025
e16198a
docs: update fork-features.json and README with PR 214 features
shuv1337 Dec 29, 2025
38f692a
fix: add contain-intrinsic-size to prevent blank content rendering
shuv1337 Dec 29, 2025
f5e6262
fix: load files from root directory in file viewer
shuv1337 Dec 29, 2025
155a4d9
chore: remove completed plan files
shuv1337 Dec 29, 2025
f040a1c
docs: add plan for issue 215 file viewer fix
shuv1337 Dec 29, 2025
fba6e16
feat: add explicit review panel toggle button
shuv1337 Dec 29, 2025
8004bca
Merge remote-tracking branch 'origin/shuvcode-dev' into integration
shuv1337 Dec 29, 2025
3240f76
fix: add missing bonjour-service dependency
shuv1337 Dec 29, 2025
92f9802
chore: remove debug.log
shuv1337 Dec 29, 2025
d10031c
release: v1.0.207-1
Dec 29, 2025
48d4b41
Desktop: Sidebar subsessions support
dbpolito Dec 29, 2025
c705b0b
Local test merge: sync with upstream dev (includes PR #6360: Desktop …
shuv1337 Dec 29, 2025
ae18423
Local test merge of PR #6368: Desktop: Sidebar subsessions support
shuv1337 Dec 29, 2025
f4095ca
docs: add PRs #6360, #6368, #6372 to merged PRs table
shuv1337 Dec 29, 2025
e3bb264
fix: ensure tslib is available for AWS SDK credential providers
shuv1337 Dec 29, 2025
a4442b6
sync: merge upstream v1.0.208 into integration
shuv1337 Dec 29, 2025
4cbf5d3
sync: record last synced tag v1.0.208
shuv1337 Dec 29, 2025
d149f83
style: adjust submit button to square shape with rounded corners
shuv1337 Dec 30, 2025
8093de3
fix: add defensive null checks to API response handling in global-sync
shuv1337 Dec 30, 2025
1162a58
docs: add screenshots section to README for desktop and mobile PWA
shuv1337 Dec 30, 2025
ea767f8
sync: merge upstream v1.0.209 into shuvcode-dev
shuv1337 Dec 30, 2025
8616774
sync: record last synced tag v1.0.209
shuv1337 Dec 30, 2025
04de87e
fix(desktop): prevent review panel from overflowing viewport
shuv1337 Dec 30, 2025
d4d3d00
fix(desktop): truncate long paths in status bar from beginning
shuv1337 Dec 30, 2025
8b90266
Merge pull request #217 from Latitudes-Dev/shuvcode-dev
shuv1337 Dec 30, 2025
5275015
docs: add mobile git clone and theme selector screenshots to README
shuv1337 Dec 30, 2025
2db0dd6
release: v1.0.209-1
Dec 30, 2025
4512efa
chore(desktop): rebrand Tauri config to Shuvcode
shuv1337 Dec 30, 2025
cc9ee18
refactor(desktop): rebrand Rust sidecar and UI strings to Shuvcode
shuv1337 Dec 30, 2025
fe49b59
refactor(desktop): rebrand TypeScript UI strings to Shuvcode
shuv1337 Dec 30, 2025
dc6cb12
chore(desktop): update build scripts for shuvcode binary names
shuv1337 Dec 30, 2025
8c998d5
docs(desktop): rewrite README for Shuvcode desktop app
shuv1337 Dec 30, 2025
6021ce8
docs: add Tauri desktop local publishing and follow-up guides
shuv1337 Dec 30, 2025
ab743c8
sync: merge upstream v1.0.215 into integration
shuv1337 Dec 30, 2025
f813ae8
chore(desktop): rename package to shuvcode-desktop
shuv1337 Dec 30, 2025
91ab59c
feat(desktop): add shuvcode env vars and window API with opencode fal…
shuv1337 Dec 30, 2025
349ceb2
feat(app): support window.__SHUVCODE__ API with opencode fallback
shuv1337 Dec 30, 2025
a38e2d5
chore: update last-synced-tag to v1.0.215
shuv1337 Dec 30, 2025
cf2c9bb
docs: add AppImage linuxdeploy strip workaround notes
shuv1337 Dec 30, 2025
2b95861
docs: add desktop tauri shuvcode branding to fork-features.json
shuv1337 Dec 30, 2025
240ef42
refactor(app): simplify server URL handling to align with upstream
shuv1337 Dec 30, 2025
910a296
sync: merge upstream v1.0.218 into integration
shuv1337 Dec 30, 2025
34a1c3f
chore: update last-synced-tag to v1.0.218
shuv1337 Dec 30, 2025
0b3b0c0
feat: allow users to edit suggested changes before applying
dmmulroy Dec 30, 2025
a9803fe
fix: use origin for dev server url
shuv1337 Dec 30, 2025
8f0019f
chore: improve dev server proxy config
shuv1337 Dec 30, 2025
dd3fe88
refactor: replace open project with add project
shuv1337 Dec 30, 2025
a5acfd7
docs: add dev LAN access investigation note
shuv1337 Dec 30, 2025
38411a1
chore: update lockfile for desktop package rename to @shuvcode/desktop
shuv1337 Dec 30, 2025
4fec118
merge: resolve version conflicts keeping v1.0.218
shuv1337 Dec 30, 2025
4e7375c
Merge pull request #219 from Latitudes-Dev/shuvcode-dev
shuv1337 Dec 30, 2025
77b9baa
Merge branch 'dev' into push-mkkkrpltpomy
dmmulroy Dec 30, 2025
47cc748
feat(app): show review pane toggle when session exists
shuv1337 Dec 31, 2025
894f172
fix(tui): restore variant_cycle keybind in prompt
shuv1337 Dec 31, 2025
d4861df
feat(script): prioritize changelog over thank yous in Discord posts
shuv1337 Dec 31, 2025
8beda14
fix(ui): use meslo as default font
shuv1337 Dec 31, 2025
e6ad47b
chore: remove resolved context files
shuv1337 Dec 31, 2025
3d9de36
feat(app): add theme and font pickers to header and mobile sidebar
shuv1337 Dec 31, 2025
57ac844
feat(opencode): fix plugin commands with type field and arguments
shuv1337 Dec 31, 2025
8d50f1c
test(opencode): cover plugin commands and session-only guard
shuv1337 Dec 27, 2025
513263e
chore(sdk): keep command types aligned
shuv1337 Dec 27, 2025
bbc5e4a
fix: only emit Command.Event.Executed when plugin creates new message
shuv1337 Dec 27, 2025
689f447
fix: restore session.directory for shell command cwd
shuv1337 Dec 31, 2025
fce3c8a
Merge branch 'shuvcode-dev' into integration
shuv1337 Dec 31, 2025
35b2b80
release: v1.0.218-1
Dec 31, 2025
b6dafcd
fix(opencode): restore variant field in session prompt API
shuv1337 Dec 31, 2025
ecd204d
refactor(opencode): extract CORS logic to dedicated module
shuv1337 Dec 31, 2025
2655908
feat(app): add server URL persistence and welcome screen for hosted e…
shuv1337 Dec 31, 2025
e6330bc
fix: optimize Ripgrep.tree() for large repositories (109x faster)
Karavil Dec 31, 2025
537970f
feat(app): improve review pane with width constraints and empty state
shuv1337 Dec 31, 2025
ed135f8
refactor(app): reorder header buttons for better UX
shuv1337 Dec 31, 2025
6bc91e2
feat: Merge upstream PR #6478 - parallel subtasks and model fixes (#229)
shuv1337 Dec 31, 2025
d6d1326
feat: merge upstream PR #6478 - parallel subtasks, model inheritance,…
shuv1337 Dec 31, 2025
a6f5d33
fix(tui): use unwrap() for KV store serialization and add ready guard
shuv1337 Dec 31, 2025
4811302
feat(tui): persist sidebar section expansion states across sessions
shuv1337 Dec 31, 2025
fbfa2a9
feat(tui): add Linux/Ghostty drag-and-drop and clipboard image paste …
shuv1337 Dec 31, 2025
5d9fce3
sync: merge upstream v1.0.220 into shuvcode-dev
shuv1337 Dec 31, 2025
7c4fdb6
fix(app): restore Header component and fix theme/font picker placement
shuv1337 Dec 31, 2025
1f6df9a
fix(app): allow review pane to resize up to half screen width
shuv1337 Dec 31, 2025
3b3fc2d
fix(app): remove session width clamping that broke review pane resize
shuv1337 Dec 31, 2025
3924d5f
fix(app): prevent Add Project tab labels from overflowing on small sc…
shuv1337 Dec 31, 2025
89e5d36
feat(app): use slider-style RadioGroup for diff split/unified toggle
shuv1337 Dec 31, 2025
bcd441d
fix(app): use shorter tab labels on small screens in Add Project dialog
shuv1337 Dec 31, 2025
f1c6145
fix(app): fix path display in status bar and add click-to-copy
shuv1337 Dec 31, 2025
3d6e259
Local test merge of PR #6507: fix: optimize Ripgrep.tree() for large …
shuv1337 Dec 31, 2025
2e74a9e
docs: add PR #6507 to merged PRs (Ripgrep.tree optimization)
shuv1337 Dec 31, 2025
7b67f47
Local test merge of PR #6476: feat: allow users to edit suggested cha…
shuv1337 Dec 31, 2025
9c3bac9
docs: add PR #6476 to merged PRs (edit suggested changes before apply…
shuv1337 Dec 31, 2025
185614d
updates
shuv1337 Dec 31, 2025
fc158ca
Merge branch 'shuvcode-dev' into integration
shuv1337 Dec 31, 2025
8a1d5ab
sync: merge upstream v1.0.221 into integration
shuv1337 Dec 31, 2025
3905520
fix: correct indentation in prompt-input.tsx
shuv1337 Dec 31, 2025
157eb6e
Merge branch 'shuvcode-dev' into integration
shuv1337 Dec 31, 2025
b45509c
release: v1.0.221
Dec 31, 2025
a0ebd73
sync: merge upstream v1.0.222 into integration
shuv1337 Jan 1, 2026
b02083f
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 1, 2026
94872da
fix(mobile): hide status bar on mobile to prevent iPhone dynamic isla…
shuv1337 Jan 1, 2026
2e9a841
sync: merge upstream v1.0.223 into integration
shuv1337 Jan 1, 2026
e67716a
sync: record last synced tag v1.0.223
shuv1337 Jan 1, 2026
486205f
fix(tui): fix Editor.open Result type handling and add onSearchToggle…
shuv1337 Jan 1, 2026
ec6532c
fix: resolve issues #240, #238, and #234 (TUI/Web bugfixes)
shuv1337 Jan 1, 2026
0a7a00e
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 1, 2026
6884301
chore: remove unused Variant type from SDK types
shuv1337 Jan 2, 2026
fb96e2d
refactor: remove OpenCode Mark logo component from UI package
shuv1337 Jan 2, 2026
7713a8f
feat: add isPWA detection utility for standalone mode
shuv1337 Jan 2, 2026
035eebf
refactor: remove duplicate Header and hide StatusBar in PWA mode
shuv1337 Jan 2, 2026
7f10655
docs: document Mark removal and PWA StatusBar hiding in fork-features
shuv1337 Jan 2, 2026
da5899a
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 2, 2026
04b246d
release: v1.0.223-1
Jan 2, 2026
79e831f
fix(tui): restore double Ctrl+C to exit functionality (#247)
shuv1337 Jan 2, 2026
edd9daa
fix(tui): restore Knight Rider agent spinner (#246)
shuv1337 Jan 2, 2026
b5d52a5
fix(pwa): handle iOS safe areas for Dynamic Island and home indicator…
shuv1337 Jan 2, 2026
db225a3
docs: add planning document for issues #247, #246, #245, #244
shuv1337 Jan 2, 2026
52db56d
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 2, 2026
fe3f143
release: v1.0.223-2
Jan 2, 2026
53e1535
fix: resolve bunfig preload conflict via postinstall symlink (#245)
shuv1337 Jan 2, 2026
536552f
docs: add planning document for bunfig preload fix (#245)
shuv1337 Jan 2, 2026
f81de6e
fix: add baseline variant fallback to postinstall binary lookup
shuv1337 Jan 2, 2026
f471591
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 2, 2026
bb47706
release: v1.0.223-3
Jan 2, 2026
3899c2d
refactor: remove .deps-installed.json marker file to match upstream
shuv1337 Jan 2, 2026
31efdbc
fix: remove unreachable ternary in installDependencies
shuv1337 Jan 2, 2026
54aa025
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 2, 2026
56941b2
release: v1.0.223-4
Jan 2, 2026
42c57b3
fix: use launcher script instead of postinstall to avoid bun block
shuv1337 Jan 2, 2026
1c25e41
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 2, 2026
384567d
release: v1.0.223-5
Jan 2, 2026
1041e82
fix(tui): restore Linux paste support lost in upstream merge
shuv1337 Jan 3, 2026
6c45890
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 3, 2026
3d55a7f
release: v1.0.223-6
Jan 3, 2026
f983285
fix(tui): respect default_agent config in agent selection
shuv1337 Jan 4, 2026
3eccf42
feat(tui): display timestamps on assistant messages
shuv1337 Jan 4, 2026
139debc
test(agent): add tests for default_agent configuration
shuv1337 Jan 4, 2026
270a345
docs: add planning document for default agent fix (#255)
shuv1337 Jan 4, 2026
5c21cac
Merge pull request #259 from Latitudes-Dev/shuvcode-dev
shuv1337 Jan 4, 2026
b5debbf
release: v1.0.223-7
Jan 4, 2026
8593973
Add event stream reconnection and visibility handling
gergesh Jan 2, 2026
273a78a
Merge upstream v1.1.1 into shuvcode
shuv1337 Jan 5, 2026
feabef0
fix(app): restore missing mobileSidebar and view properties to layout…
shuv1337 Jan 5, 2026
2c670e5
fix(app): restore missing theme and font properties to layout context
shuv1337 Jan 5, 2026
90d5fc8
feat(app): adopt upstream header pattern and relocate theme/font sett…
shuv1337 Jan 5, 2026
d60c9a9
style(app): remove redundant status bar and fix sidebar menu alignment
shuv1337 Jan 5, 2026
5e374b1
fix: improve sidebar collapsed state UI
shuv1337 Jan 5, 2026
b38a14a
fix: resolve TypeScript errors for SDK type compatibility
shuv1337 Jan 5, 2026
bdf2646
Merge origin/integration into v1.1.1.1-integration-test
shuv1337 Jan 5, 2026
f8845ff
Merge PR #263: v1.1.1.1-integration-test into integration
shuv1337 Jan 5, 2026
9b7bf02
fix(ci): restore push trigger for snapshot releases on integration br…
shuv1337 Jan 5, 2026
3075cbe
Merge origin/integration into v1.1.1.1-integration-test
shuv1337 Jan 5, 2026
834cbbc
fix(ci): update changelog.ts to use shuvcode repo and add GH_TOKEN en…
shuv1337 Jan 5, 2026
852d886
fix(ci): use PAT_TOKEN secret instead of non-existent SST_GITHUB_TOKEN
shuv1337 Jan 5, 2026
bb905ab
fix(ci): gracefully handle missing opencode CLI in changelog generation
shuv1337 Jan 5, 2026
1103ad0
fix(ci): add NODE_AUTH_TOKEN for npm publish authentication
shuv1337 Jan 5, 2026
f3c1bea
release: v1.1.1
Jan 5, 2026
fa81fef
fix(ci): add integration branch to test workflow triggers for snapsho…
shuv1337 Jan 5, 2026
1cb9b7e
Merge origin/integration
shuv1337 Jan 5, 2026
a33dbf8
release: v1.1.1-1
Jan 5, 2026
b74e4dd
fix: improve event stream reconnection with heartbeat and state tracking
shuv1337 Jan 5, 2026
415ab59
Merge branch 'feat/reconnect' into shuvcode-dev
shuv1337 Jan 5, 2026
3457bec
sync: merge upstream v1.1.2 into shuvcode-dev
shuv1337 Jan 5, 2026
56152ba
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 5, 2026
79bdf2d
sync: merge upstream v1.1.3 into integration
shuv1337 Jan 5, 2026
64253f6
sync: record last synced tag v1.1.3
shuv1337 Jan 5, 2026
0256c9d
chore: update bun.lock after dependency changes
shuv1337 Jan 5, 2026
d02b653
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 5, 2026
b4eba00
adding plans before 1.1.4 merge
shuv1337 Jan 6, 2026
ce0f09d
sync: merge upstream v1.1.4 into integration
shuv1337 Jan 6, 2026
9ca3d8c
Merge pull request #272 from Latitudes-Dev/shuvcode-dev
shuv1337 Jan 6, 2026
d433c9a
release: v1.1.4
Jan 6, 2026
bfd6158
fix(askquestion): add callID validation and guards in tool and detect…
shuv1337 Jan 7, 2026
be991d7
chore: update .gitignore and complete CSS alignment for Issue #271
shuv1337 Jan 7, 2026
2851eca
chore(askquestion): add debug logging for investigation (Phase 1)
shuv1337 Jan 7, 2026
7b8a0bb
test(askquestion): add server and tool execution tests
shuv1337 Jan 7, 2026
efa405e
feat: unified plugin asset bundling with directory preservation and a…
shuv1337 Jan 7, 2026
5655eef
fix(tui): make bash spinner reactivity use createMemo
shuv1337 Jan 7, 2026
291d590
fix(tui): normalize backgrounds when transparency is disabled
shuv1337 Jan 7, 2026
ba0a016
chore: add logging to trace bash spinner completion issue
shuv1337 Jan 7, 2026
4ab8365
fix(session): preserve time.start in ctx.metadata and confirm running…
shuv1337 Jan 7, 2026
c0284ef
test: add TUI theme transparency unit tests and refactor logic
shuv1337 Jan 7, 2026
31d2c91
chore: add logging to TUI sync handler for part updates
shuv1337 Jan 7, 2026
1ba7a2e
fix(tui): improve tool part reactivity and fix bash spinner color
shuv1337 Jan 7, 2026
6628b67
sync: await Bus.publish in session updates for better reactivity
shuv1337 Jan 7, 2026
b76a4f2
docs: update plan.md with verified and implemented tasks
shuv1337 Jan 7, 2026
f0860dc
test: add tool completion tests and clean up debug logs
shuv1337 Jan 7, 2026
66a2630
chore: mark final validation tasks complete (tests pass, typecheck pa…
shuv1337 Jan 7, 2026
461c950
chore: mark automated work complete, remaining tasks need manual vali…
shuv1337 Jan 7, 2026
e8294a3
feat(askquestion): improve pending question detection with fallback scan
shuv1337 Jan 7, 2026
d73557c
fix(session): preserve metadata during tool-call stream events
shuv1337 Jan 7, 2026
92493b9
chore: update dependencies
shuv1337 Jan 7, 2026
4325ca7
chore: remove completed work tracking files
shuv1337 Jan 7, 2026
0152347
Merge branch 'shuvcode-dev' into integration
shuv1337 Jan 7, 2026
ffc11e6
release: v1.1.4-1
Jan 7, 2026
4f87df9
fix(provider): handle bundled @aws-sdk/credential-providers module fo…
agustif Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Git
.git

# IDE
.idea
.vscode
*.swp
*~

# Build artifacts (we build fresh in Docker)
node_modules
dist
ts-dist
.turbo
target

# Development files
.DS_Store
.opencode
.worktrees
.sst
.env
playground
tmp
.serena
refs
Session.vim
opencode.json
a.out
.scripts

# Documentation (not needed for build)
docs/
CONTEXT/
specs/
logs/

# Tauri (native desktop app - not needed for Docker)
packages/desktop/src-tauri/target
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/upstream-sync-conflict.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
name: Upstream Sync Conflict
about: Automatically created when upstream sync encounters conflicts
title: "[Upstream Sync] Merge conflict with {{ tag }}"
labels: upstream-sync, needs-manual-review
assignees: ""
---

## Upstream Sync Conflict Report

**Trigger**: Upstream sync at {{ timestamp }}
**Upstream Tag**: {{ tag }}
**Upstream SHA**: {{ upstream_sha }}
**Integration SHA**: {{ integration_sha }}

### Conflicting Files

{{ conflict_list }}

### Recommended Actions

1. Checkout integration branch locally
2. Run: `git fetch origin && git merge origin/dev`
3. Resolve conflicts manually
4. Run validation:
```bash
bun install
bun turbo typecheck
bun turbo test
```
5. Push resolved integration branch
6. Close this issue

### Resolution Strategies

| File Pattern | Resolution Strategy |
| ------------------------------- | ----------------------------------------------- |
| `bun.lock` | Regenerate from merged manifest: `bun install` |
| `*.md` (docs) | Accept upstream: `git checkout --theirs <file>` |
| `package.json` | Manual review required |
| `.github/*` (workflow configs) | Keep ours: `git checkout --ours <file>` |
| Shared code with custom changes | Manual review required |

### Manual Sync Commands

```bash
git fetch origin
git checkout integration
git merge origin/dev

# Resolve conflicts...

bun install
bun turbo typecheck
bun turbo test
bun turbo build

git add .
git commit -m "sync: resolve conflicts with {{ tag }}"
git push origin integration
```

### Logs

<details>
<summary>Merge output</summary>

{{ merge_output }}

</details>
5 changes: 5 additions & 0 deletions .github/actions/setup-bun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: "Setup Bun with caching and install dependencies"
runs:
using: "composite"
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"

- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/last-synced-tag
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.1.4
29 changes: 0 additions & 29 deletions .github/workflows/deploy.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/docs-update.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/duplicate-issues.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/generate.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/notify-discord.yml

This file was deleted.

Loading