109 Commits
Author SHA1 Message Date
bendtherules b3a9ccc848 chore(release): 0.2.1 v0.2.1 2026-03-23 17:09:04 +05:30
bendtherules 2558d44ea2 feat: display last used models as list
- Imported `chalk` for terminal color support.
- Constructed a formatted list of previously used models, applying cyan coloring.
- Updated user prompt to include the colored model list for clearer visibility.
2026-03-23 17:08:53 +05:30
bendtherules af5d888f56 build: remember last models archive/opencode/build-remember/gemini-3-1-pro-preview-2026-03-23T11-26-14-624Z archive/opencode/build-remember/glm-5-2026-03-23T11-26-14-807Z archive/opencode/build-remember/gpt-oss-120b-2026-03-23T11-26-14-994Z archive/opencode/build-remember/kimi-k2-5-2026-03-23T11-26-15-183Z archive/opencode/build-remember/mimo-v2-pro-free-2026-03-23T11-26-15-370Z archive/opencode/build-remember/minimax-m2-7-2026-03-23T11-25-17-057Z archive/opencode/build-remember/minimax-m2-7-2026-03-23T11-26-15-561Z archive/opencode/test/gemini-3-1-pro-preview-2026-03-23T11-28-39-137Z archive/opencode/test/glm-5-2026-03-23T11-28-39-318Z archive/opencode/test/gpt-oss-120b-2026-03-23T11-28-39-499Z archive/opencode/test/kimi-k2-5-2026-03-23T11-28-39-681Z archive/opencode/test/mimo-v2-pro-free-2026-03-23T11-28-39-867Z archive/opencode/test/minimax-m2-7-2026-03-23T11-28-40-080Z 2026-03-23 16:54:51 +05:30
bendtherules fabd2f6519 refactor: use shared spinner archive/opencode/build-remember/gemini-3-1-pro-preview-2026-03-23T11-25-16-037Z archive/opencode/build-remember/glm-5-2026-03-23T10-58-44-887Z archive/opencode/build-remember/glm-5-2026-03-23T11-25-16-238Z archive/opencode/build-remember/gpt-oss-120b-2026-03-23T11-25-16-433Z archive/opencode/build-remember/kimi-k2-5-2026-03-23T11-25-16-654Z archive/opencode/build-remember/mimo-v2-pro-free-2026-03-23T10-58-45-447Z archive/opencode/build-remember/mimo-v2-pro-free-2026-03-23T11-25-16-853Z 2026-03-23 16:27:39 +05:30
bendtherules 932e023fcf chore(release): 0.2.0 archive/opencode/build-remember-last-model/mimo-v2-pro-free-2026-03-23T10-42-38-608Z archive/opencode/build-remember/gemini-3-1-pro-preview-2026-03-23T10-27-36-595Z archive/opencode/build-remember/gemini-3-1-pro-preview-2026-03-23T10-28-25-429Z archive/opencode/build-remember/gemini-3-1-pro-preview-2026-03-23T10-58-44-700Z archive/opencode/build-remember/glm-5-2026-03-23T10-27-36-788Z archive/opencode/build-remember/glm-5-2026-03-23T10-28-25-610Z archive/opencode/build-remember/glm-5-2026-03-23T10-31-25-206Z archive/opencode/build-remember/gpt-oss-120b-2026-03-23T10-27-36-972Z archive/opencode/build-remember/gpt-oss-120b-2026-03-23T10-28-25-793Z archive/opencode/build-remember/gpt-oss-120b-2026-03-23T10-58-45-068Z archive/opencode/build-remember/kimi-k2-5-2026-03-23T10-27-37-167Z archive/opencode/build-remember/kimi-k2-5-2026-03-23T10-28-25-979Z archive/opencode/build-remember/kimi-k2-5-2026-03-23T10-31-25-402Z archive/opencode/build-remember/kimi-k2-5-2026-03-23T10-58-45-252Z archive/opencode/build-remember/mimo-v2-pro-free-2026-03-23T10-27-37-362Z archive/opencode/build-remember/mimo-v2-pro-free-2026-03-23T10-28-26-161Z archive/opencode/build-remember/mimo-v2-pro-free-2026-03-23T10-31-25-616Z archive/opencode/build-remember/minimax-m2-7-2026-03-23T10-27-37-555Z archive/opencode/build-remember/minimax-m2-7-2026-03-23T10-28-26-343Z archive/opencode/build-remember/minimax-m2-7-2026-03-23T10-31-59-809Z archive/opencode/build-remember/minimax-m2-7-2026-03-23T10-58-45-646Z archive/opencode/test/brave-2026-03-23T10-36-37-428Z archive/opencode/test/brave-2026-03-23T10-40-55-479Z v0.2.0 2026-03-23 15:49:36 +05:30
bendtherules 8f069c5582 chore(release): 0.1.6 v0.1.6 2026-03-23 15:48:26 +05:30
bendtherules 1a58a318fd refactor(index): remove unused re-exports from src/index.ts 2026-03-23 15:48:13 +05:30
bendtherules e16f432c94 chore(release): 0.1.5 v0.1.5 2026-03-23 14:44:34 +05:30
bendtherules e4d3e0e263 feat: add ora spinner (v9.3.0) while running shell archive/opencode/build-remember-last-model/mimo-v2-pro-free-2026-03-23T09-00-21-275Z 2026-03-23 14:27:23 +05:30
bendtherules 6b07a7ac2a feat: add required mode flag to cleanup and close
- Made `mode` a mandatory property in `MultiModelOptions`, `CloseSessionOptions`, and `CleanupOptions`.
- Updated function signatures to accept `mode` and removed default empty option objects where appropriate.
- Passed `mode: "cli"` from CLI commands and `mode: "tool"` from tool commands to cleanup, close, and open operations.
- Adjusted internal handling to use the provided `mode` (removed fallback defaults).
- Updated type definitions and added documentation for the new `mode` field.
2026-03-23 13:59:05 +05:30
bendtherules 415b0624f1 Merge branch 'opencode/plan-remember-last-model/mimo-v2-pro-free' 2026-03-23 13:46:26 +05:30
bendtherules 4824375970 plan: Remember Last Used Models 2026-03-23 13:46:15 +05:30
bendtherules 1294fcede1 chore(release): 0.1.4 v0.1.4 2026-03-23 13:18:00 +05:30
bendtherules 8b85bc4a39 refactor(tools): change noRemote option from literal true to boolean with default false 2026-03-23 13:17:53 +05:30
bendtherules 78784fabb6 chore(release): 0.1.3 v0.1.3 2026-03-23 13:12:12 +05:30
bendtherules c6698e7c22 fix: load CLI version from package.json 2026-03-23 13:11:25 +05:30
bendtherules cb9c973868 chore(release): 0.1.2 v0.1.2 2026-03-23 12:56:10 +05:30
bendtherules f58cd1e897 fix: remote argument schema
Removed unnecessary union wrapper for the `remote` argument, now using a direct string schema with optional flag and updated description.
2026-03-23 12:55:50 +05:30
bendtherules 4e20a03359 docs(AGENTS): rename JSDoc Comments heading to Documentation and add note to update README when implementation changes 2026-03-23 12:31:52 +05:30
bendtherules 114837cfae chore(release): 0.1.1 v0.1.1 2026-03-23 12:26:17 +05:30
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