github-actions[bot]
b5e36d93b6
chore(release): Update version to v1.4.385
2026-01-20 20:07:22 +00:00
Kayvan Sylvan
2241b2a283
Merge pull request #1949 from ksylvan/image-generation-feature-should-warn
...
Fix #1931 - Image Generation Feature should warn if the model is not capable of Image Generation
2026-01-20 12:04:40 -08:00
Kayvan Sylvan
ef60f8ca89
chore: incoming 1949 changelog entry
2026-01-20 11:59:31 -08:00
Kayvan Sylvan
1e693cd5e8
Merge pull request #1948 from cleong14/pattern/create_bd_issue
...
feat(patterns): add create_bd_issue pattern
2026-01-20 11:27:32 -08:00
Kayvan Sylvan
4fd1584518
chore: incoming 1948 changelog entry
2026-01-20 11:25:07 -08:00
Kayvan Sylvan
1e4ed78bcf
chore: incoming 1947 changelog entry
2026-01-20 11:20:13 -08:00
github-actions[bot]
fb407ccfed
chore(release): Update version to v1.4.384
2026-01-19 16:22:15 +00:00
Kayvan Sylvan
f4e7489d42
chore: incoming 1944 changelog entry
2026-01-19 08:16:05 -08:00
Kayvan Sylvan
7012acd12a
fix: replace go-git status API with native git CLI for worktree compatibility
...
- Replace go-git status API with native `git status --porcelain` command
- Fix worktree detection issues caused by go-git library bugs
- Simplify `IsWorkingDirectoryClean` to use CLI output parsing
- Simplify `GetStatusDetails` to return raw porcelain output
- Use native `git rev-parse HEAD` to get commit hash after commit
- Remove unused `os` and `filepath` imports from walker.go
- Remove complex worktree file existence checking logic
2026-01-19 08:15:22 -08:00
github-actions[bot]
8706fbba3b
chore(release): Update version to v1.4.383
2026-01-18 18:21:20 +00:00
Kayvan Sylvan
a4399000cf
chore: incoming 1943 changelog entry
2026-01-18 01:46:28 -08:00
github-actions[bot]
9a4ef0e8f3
chore(release): Update version to v1.4.382
2026-01-17 17:34:41 +00:00
Kayvan Sylvan
935c0cab48
chore: incoming 1941 changelog entry
2026-01-17 09:29:46 -08:00
github-actions[bot]
8c9c3135ab
chore(release): Update version to v1.4.381
2026-01-17 14:50:18 +00:00
Kayvan Sylvan
0f466a32bc
chore: incoming 1940 changelog entry
2026-01-17 05:35:54 -08:00
Kayvan Sylvan
f3eed4593f
chore: incoming 1940 changelog entry
2026-01-17 02:32:12 -08:00
Kayvan Sylvan
4fa6abf0df
chore: incoming 1940 changelog entry
2026-01-17 00:58:40 -08:00
github-actions[bot]
e3c2723988
chore(release): Update version to v1.4.380
2026-01-16 01:05:53 +00:00
Kayvan Sylvan
c66aad556b
chore: incoming 1936 changelog entry
2026-01-15 16:59:51 -08:00
Kayvan Sylvan
1af6418486
chore: incoming 1936 changelog entry
2026-01-15 15:04:40 -08:00
github-actions[bot]
52db4f1961
chore(release): Update version to v1.4.379
2026-01-15 22:27:14 +00:00
Kayvan Sylvan
487199394b
chore: fis dependabot attribution
2026-01-15 14:15:43 -08:00
Kayvan Sylvan
3a1d7757fb
chore: incoming 1935 changelog entry
2026-01-15 14:12:59 -08:00
github-actions[bot]
fd5530d38b
chore(release): Update version to v1.4.378
2026-01-14 19:11:24 +00:00
Kayvan Sylvan
24afe127f1
chore: incoming 1933 changelog entry
2026-01-13 22:56:36 -08:00
github-actions[bot]
74250bbcbd
chore(release): Update version to v1.4.377
2026-01-12 17:39:02 +00:00
Kayvan Sylvan
62e6812c7f
chore: incoming 1929 changelog entry
2026-01-12 09:33:38 -08:00
github-actions[bot]
df2938a7ee
chore(release): Update version to v1.4.376
2026-01-12 05:22:38 +00:00
Kayvan Sylvan
a3d9bec537
chore: incoming 1928 changelog entry
2026-01-11 21:18:06 -08:00
github-actions[bot]
678db0c43e
chore(release): Update version to v1.4.375
2026-01-08 19:35:56 +00:00
Kayvan Sylvan
19aeebe6f5
refactor: extract fetchModelsPage in Vertex AI to improve pagination
...
- Extract model fetching logic into a dedicated helper function.
- Improve response body cleanup during Vertex AI pagination loops.
- Remove unused time import and timeout constant from models.
- Streamline listPublisherModels function by delegating API requests to helper.
2026-01-08 11:16:25 -08:00
Kayvan Sylvan
4fe501da02
chore: incoming 1926 changelog entry
2026-01-08 10:55:48 -08:00
Kayvan Sylvan
c1838d3744
chore: incoming 1925 changelog entry
2026-01-06 20:42:43 -08:00
github-actions[bot]
90712506f1
chore(release): Update version to v1.4.374
2026-01-05 17:23:23 +00:00
Kayvan Sylvan
8f05883581
chore: incoming 1924 changelog entry
2026-01-05 09:17:13 -08:00
Kayvan Sylvan
996933e687
docs: rename code_helper to code2context across documentation and CLI
...
- Rename `code_helper` command to `code2context` throughout codebase
- Update README.md table of contents and references
- Update installation instructions with new binary name
- Update all usage examples in main.go help text
- Update create_coding_feature pattern documentation
- Rename cmd directory from code_helper to code2context
2026-01-05 08:35:25 -08:00
github-actions[bot]
8806f4c2f4
chore(release): Update version to v1.4.373
2026-01-04 21:08:00 +00:00
Kayvan Sylvan
b381bae24a
Merge pull request #1915 from majiayu000/fix-1842-feature-request-parallelize-au-0101-2335
...
feat: parallelize audio chunk transcription for improved performance
2026-01-04 13:04:56 -08:00
Kayvan Sylvan
a6c753499b
chore: incoming 1915 changelog entry
2026-01-04 13:01:42 -08:00
Kayvan Sylvan
145499ee4c
chore: incoming 1914 changelog entry
2026-01-04 12:51:06 -08:00
Kayvan Sylvan
f9359c99dc
Merge branch 'main' into fix-1869-feature-request-make-codehelpe-0101-2323
2026-01-04 12:48:30 -08:00
github-actions[bot]
6b6d0adbfb
chore(release): Update version to v1.4.372
2026-01-04 20:15:36 +00:00
Kayvan Sylvan
2118013547
chore: incoming 1913 changelog entry
2026-01-04 12:05:33 -08:00
github-actions[bot]
602304e417
chore(release): Update version to v1.4.371
2026-01-04 19:25:44 +00:00
Kayvan Sylvan
1ec8ecba24
chore: format fix
2026-01-04 11:16:18 -08:00
Kayvan Sylvan
ad1465a2e5
chore: incoming 1923 changelog entry
2026-01-04 11:13:03 -08:00
Kayvan Sylvan
12b6cf4a0a
fix: improve date parsing and prevent early return when PR numbers exist
...
## CHANGES
- Add SQLite datetime formats to version date parsing logic
- Loop through multiple date formats until one succeeds
- Include SQLite fractional seconds format support
- Prevent early return when version has PR numbers to output
- Simplify error handling for date parsing failures
2026-01-04 11:07:49 -08:00
github-actions[bot]
a6ad1d77f9
chore(release): Update version to v1.4.370
2026-01-04 17:19:48 +00:00
Kayvan Sylvan
c971781072
chore: incoming 1921 changelog entry
2026-01-04 09:10:58 -08:00
github-actions[bot]
c60e8d1bf7
chore(release): Update version to v1.4.369
2026-01-04 07:33:42 +00:00