| Age | Commit message (Collapse) | Author |
|
|
|
session list (#23013)
|
|
(#22741)
|
|
|
|
|
|
Cherry-picked from ea463e604cdd2a3e83e1c286e39b789455f0d413
|
|
|
|
|
|
|
|
Co-authored-by: LukeParkerDev <[email protected]>
|
|
|
|
|
|
|
|
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Luke Parker <[email protected]>
Co-authored-by: Adam <[email protected]>
Co-authored-by: Brendan Allan <[email protected]>
|
|
|
|
and file (#20480)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Jaaneek <[email protected]>
|
|
|
|
|
|
Co-authored-by: slickstef11 <[email protected]>
Co-authored-by: Frank <[email protected]>
|
|
signatures (#17182)
|
|
auth (#15487)
Co-authored-by: Kit Langton <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Adam <[email protected]>
|
|
|
|
|
|
|
|
This reverts commit 3c21735b35f779d69a5458b1fa5fada49fb7decb.
|
|
Replace Bun.Glob usage with a new Glob utility wrapper around the npm 'glob' package.
This moves us off Bun-specific APIs toward standard Node.js compatible solutions.
Changes:
- Add new src/util/glob.ts utility module with scan(), scanSync(), and match()
- Default include option is 'file' (only returns files, not directories)
- Add symlink option (default: false) to control symlink following
- Migrate all 12 files using Bun.Glob to use the new Glob utility
- Add comprehensive tests for the glob utility
Breaking changes:
- Removed support for include: 'dir' option (use include: 'all' and filter manually)
- symlink now defaults to false (was true in most Bun.Glob usages)
Files migrated:
- src/util/log.ts
- src/util/filesystem.ts
- src/tool/truncation.ts
- src/session/instruction.ts
- src/storage/json-migration.ts
- src/storage/storage.ts
- src/project/project.ts
- src/cli/cmd/tui/context/theme.tsx
- src/config/config.ts
- src/tool/registry.ts
- src/skill/skill.ts
- src/file/ignore.ts
|
|
|
|
|
|
|
|
Co-authored-by: Github Action <[email protected]>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|