bendtherules
426def40f1
docs: enhance AGENTS.md
2026-03-23 12:17:29 +05:30
bendtherules
3ac3153aa9
docs: add AGENTS.md with project overview, build commands, and coding guidelines
2026-03-23 12:01:37 +05:30
bendtherules
233e211eb8
feat: add cleanup command to readme
...
Introduce a new `cleanup` command that discovers and deletes archive tags, with options for force, remote handling, and local-only operations. Updated README with usage examples, added help entry, and expanded documentation to describe the command and its steps. Added corresponding implementation files (`cleanup.ts`) in both core and tools directories.
2026-03-23 11:32:42 +05:30
bendtherules
4f15a8f8d2
chore(release): 0.1.0
v0.1.0
2026-03-23 11:13:42 +05:30
bendtherules
46d81b4162
feat(tools): enhance CLI tool descriptions and add remote handling option
...
- Updated `cleanupTool` description to include detailed usage and arguments.
- Added optional `noRemote` flag to `cleanupTool` for local‑only tag deletion.
- Adjusted remote handling logic to respect the new `noRemote` flag.
- Expanded `closeTool` description with clear argument documentation.
- Expanded `openTool` description with detailed argument documentation.
2026-03-23 10:24:49 +05:30
bendtherules
c6d6c889d8
feat(tools): add cleanupTool import and export for project-level use.
2026-03-23 10:24:32 +05:30
bendtherules
6367d99e7b
chore(release): 0.0.11
v0.0.11
2026-03-23 10:00:00 +05:30
bendtherules
21703fa2f8
chore(release): 0.0.10
v0.0.10
2026-03-23 09:58:48 +05:30
bendtherules
4f75a920fc
Merge branch 'opencode/build-cleanup/kimi-k2-5'
2026-03-23 09:56:41 +05:30
bendtherules
92708cf68b
chore(deps): bump @opencode-ai/plugin from 1.2.27 to 1.3.0
2026-03-23 09:56:38 +05:30
bendtherules
6e2521b70d
feat: add multi-model cleanup tool and CLI command
...
- Bump `@opencode-ai/plugin` dependency from 1.2.27 to 1.3.0.
- Introduce `cleanup` command in CLI with force and remote options.
- Export `cleanupMultiModel` from core index.
- Register `multi-model-cleanup` tool in plugin and update exports.
- Add `CleanupOptions` and `CleanupResult` types to define cleanup behavior and results.
2026-03-23 09:43:43 +05:30
bendtherules
42f153a28f
plan: cleanup - streamline remote option handling
2026-03-23 09:33:39 +05:30
bendtherules
ff065300ad
feat: add TypeScript typecheck\
2026-03-23 09:25:33 +05:30
bendtherules
36c6700437
fix: Fix biome correctness errors
2026-03-23 08:32:30 +05:30
bendtherules
7a164c705c
build: add biome formatter and linter
2026-03-23 08:17:27 +05:30
bendtherules
068db04355
fix: Simplify remote handling in cleanup command
2026-03-23 07:54:09 +05:30
bendtherules
dc60dc674e
plan: cleanup command
2026-03-23 07:22:44 +05:30
bendtherules
8210080b43
feat: Add setup script for configuring git hooks
2026-03-21 23:28:51 +05:30
bendtherules
545f06b293
build: Add post-checkout hook to run bun install
2026-03-21 23:25:30 +05:30
bendtherules
3bcdc0a90f
chore(release): 0.0.9
v0.0.9
2026-03-21 18:00:37 +05:30
bendtherules
132a15dfc4
chore(release): 0.0.8
2026-03-21 18:00:29 +05:30
bendtherules
8bbd741bfa
chore(release): 0.0.7
v0.0.7
2026-03-21 17:55:26 +05:30
bendtherules
0503c474a8
fix: use sessionName instead of safeSessionName in tmux commands
2026-03-21 17:42:38 +05:30
bendtherules
d92c9623a8
fix: remove package-lock.json to streamline dependencies
2026-03-21 17:33:37 +05:30
bendtherules
4364910fca
Merge branch 'opencode/build-readme-improve/glm-5'
2026-03-21 17:31:34 +05:30
bendtherules
f956406e9d
docs: add CLI reference and How it works to Readme
2026-03-21 17:31:07 +05:30
bendtherules
b92fdc692b
fix: remove default value for --no-tags option
2026-03-21 17:29:09 +05:30
bendtherules
81b25bd348
fix: close cli options - improve negative options
2026-03-21 16:42:24 +05:30
bendtherules
b2621a10de
fix: console logs branch names directly for close confirmation
2026-03-21 16:41:54 +05:30
bendtherules
fc7feb2095
chore(release): 0.0.6
v0.0.6
2026-03-21 01:28:15 +05:30
bendtherules
7180569b87
feat: add option to disable archive tags
2026-03-21 01:27:43 +05:30
bendtherules
f0cc07f513
chore(release): 0.0.5
v0.0.5
2026-03-21 01:11:36 +05:30
bendtherules
6dd4ee4b4f
fix: correct path for cli.js in package.json
2026-03-21 01:11:30 +05:30
bendtherules
dd7ac4dc2d
chore(release): 0.0.4
v0.0.4
2026-03-21 01:10:27 +05:30
bendtherules
e8dbcff73e
fix test
2026-03-21 01:10:21 +05:30
bendtherules
787fa75df4
build: color-code open and close outputs
2026-03-21 01:05:17 +05:30
bendtherules
17bb1130c8
build: color-code open output
2026-03-21 00:22:31 +05:30
bendtherules
c642148cac
test: add user confirmation handling for cleanup in closeMultiModel
2026-03-20 14:56:29 +05:30
bendtherules
7abfd6bf64
test: fix tests
2026-03-20 14:46:00 +05:30
bendtherules
93478294aa
test: add error handling tests for closeMultiModel and openMultiModel
2026-03-20 14:20:34 +05:30
bendtherules
5d50038845
docs: update test coverage command in README
2026-03-20 14:08:00 +05:30
bendtherules
0b88ea0763
docs: add local code coverage instructions
2026-03-20 14:02:41 +05:30
bendtherules
ffdc5451ab
refactor: tests and add close.test.ts
2026-03-20 13:51:28 +05:30
bendtherules
8a087275b3
refactor: rename launchMultiModel to openMultiModel
2026-03-20 13:38:46 +05:30
bendtherules
962c9a474f
refactor: rename src/core/launch.ts to open.ts
2026-03-20 13:33:30 +05:30
bendtherules
71523f2144
feat: add launch configuration for multi-model sessions in VSCode
2026-03-20 13:29:36 +05:30
bendtherules
1c2f203a34
feat: add initial VSCode settings for Bun configuration
2026-03-20 13:22:00 +05:30
bendtherules
536e30c5d0
test: add session name sanitization when fetching worktrees
2026-03-20 13:21:51 +05:30
bendtherules
da0ed90192
fix: sanitize session name in getWorktreesForSession function
2026-03-20 13:17:10 +05:30
bendtherules
49da7c4219
chore(release): 0.0.3
v0.0.3
2026-03-20 10:42:09 +05:30