Skip to content
Open
Changes from all commits
Commits
Show all changes
2907 commits
Select commit Hold shift + click to select a range
36d5fb2
feat: add a new hello example and suppress SyntaxWarning during `ast.…
gltanaka Jan 26, 2026
528d48c
fix: Resolve silent failure at step 5.5 in pdd bug command (#393)
jiaminc-cmu Jan 26, 2026
042422b
test: Add tests for issue #393 bug fixes
jiaminc-cmu Jan 26, 2026
51097ba
feat: Add steerable option to pdd sync + fix TUI resize issues
gltanaka Jan 26, 2026
db3e7f0
fix: Improve non-Python sync and frontend file detection
jiaminc-cmu Jan 27, 2026
ce19536
feat: Refactor agentic architecture workflow from 8 to 11 steps
jiaminc-cmu Jan 27, 2026
4b83c58
feat: Add draggable task queue panel and --skip-prompts option
jiaminc-cmu Jan 27, 2026
18bd9f3
test: Update tests for 11-step architecture workflow
jiaminc-cmu Jan 27, 2026
02affef
docs: Update architecture workflow documentation from 8 to 11 steps
jiaminc-cmu Jan 27, 2026
6460e60
fix: Update tests and fix double-brace placeholder substitution
jiaminc-cmu Jan 27, 2026
74a9358
Revert "feat: Add steerable option to pdd sync + fix TUI resize issues"
gltanaka Jan 27, 2026
b39b38c
Add failing tests for issue #403: File Handle Resource Leak in SyncLo…
Serhan-Asad Jan 26, 2026
5f3b7bc
fix: Bug: File Handle Resource Leak in SyncLock.acquire()
Serhan-Asad Jan 26, 2026
0cb0640
fix: Update tests to handle double-brace template placeholders
jiaminc-cmu Jan 27, 2026
217d7c3
fix: Resolve AsyncMock unawaited coroutine warnings in tests
jiaminc-cmu Jan 27, 2026
a9c1975
docs: Clarify core_dumps comment in fix prompt
jiaminc-cmu Jan 27, 2026
94dacfa
bump: version 0.0.130 → 0.0.131
gltanaka Jan 27, 2026
539966a
feat: Add 3Blue1Brown style PDD intro script and update changelog wit…
gltanaka Jan 27, 2026
fb4afe5
chore(debug): suppress LiteLLM debug messages
beknobloch Jan 12, 2026
7b3f6b8
feat(logging): enhance verbose logging configuration for LiteLLM inte…
beknobloch Jan 21, 2026
ddfa115
Revert "Add failing tests for issue #403: File Handle Resource Leak i…
jiaminc-cmu Jan 27, 2026
5078e79
feat(frontend): add batch filtering for parallel sync workflows
jiaminc-cmu Jan 28, 2026
82e87a6
feat(sync): add agentic mode support and fix non-Python test generation
jiaminc-cmu Jan 28, 2026
71a8b31
feat(sync): add agentic mode flag and update prompts for non-Python s…
jiaminc-cmu Jan 28, 2026
f48b72c
test(sync_main): add agentic_mode parameter to expected calls
jiaminc-cmu Jan 28, 2026
964b168
bump: version 0.0.131 → 0.0.132
gltanaka Jan 28, 2026
caa5a68
feat: Introduce Qwen3-TTS 12Hz 1.7B CustomVoice model and its tokeniz…
gltanaka Jan 28, 2026
66c197a
chore: Update gitignore to exclude large model weights and add a log …
gltanaka Jan 28, 2026
e4a34d4
Add failing tests for issue #419: Unpushed commits in early exit
Serhan-Asad Jan 28, 2026
7ff236b
fix: Bug: Agentic fix doesn't push commits when exiting early at Step 2
Serhan-Asad Jan 28, 2026
a1d7eba
Remove redundant test file created by pdd fix
Serhan-Asad Jan 28, 2026
6535fc9
Clean up test files for issue #419
Serhan-Asad Jan 28, 2026
c7fdf1b
Fix logic order in _commit_and_push to check for unpushed commits bef…
Serhan-Asad Jan 28, 2026
5290583
revert: Remove template preprocessing from agentic orchestrators
jiaminc-cmu Jan 29, 2026
8234e26
The Gemini bug fix is complete using TDD:
gltanaka Jan 29, 2026
bdda0b3
Fix 2: Early-Exit When Initial Run Passes
gltanaka Jan 29, 2026
2ab867c
Summary
gltanaka Jan 29, 2026
74b0bd6
All 42 tests pass.
gltanaka Jan 29, 2026
6f2b215
feat: Enhance Git commit and push logic to include existing unpushed …
gltanaka Jan 29, 2026
67404e2
fix(agentic_crash): use cwd as project root instead of prompt parent
jiaminc-cmu Jan 28, 2026
a7d2d4a
fix(agentic_crash): add timeout and stdin handling to prevent hangs
jiaminc-cmu Jan 28, 2026
44bddea
feat(cmd_test_main): use agentic test generation for Python in agenti…
jiaminc-cmu Jan 28, 2026
b18fdd8
fix(sync): fix agentic run report filename and default agentic mode on
jiaminc-cmu Jan 28, 2026
cce730b
fix(sync): fix agentic run report filename and default agentic mode on
jiaminc-cmu Jan 28, 2026
b90918d
fix(tests): isolate mtime snapshots in agentic_crash tests
jiaminc-cmu Jan 29, 2026
eb3eff2
fix(tests): use asyncio.run() instead of deprecated get_event_loop()
jiaminc-cmu Jan 29, 2026
f7dd2a2
bump: version 0.0.132 → 0.0.133
gltanaka Jan 29, 2026
95f4ddf
feat: Implement recursive prompt discovery fallback within context's …
gltanaka Jan 29, 2026
ed02b7a
feat: Enhance prompt path resolution and category derivation, update …
gltanaka Jan 29, 2026
cd9b3ec
refactor: extract helper functions to deduplicate language sorting lo…
gltanaka Jan 29, 2026
10bbb16
feat: Introduce a new `hello` Python example and refine Remotion 3blu…
gltanaka Jan 29, 2026
a2d0f84
https://github.com/gltanaka/pdd/issues/410
gltanaka Jan 30, 2026
5c9adba
bump: version 0.0.133 → 0.0.134
gltanaka Jan 30, 2026
ab627ea
feat: enhance Crossing Point chart with detailed cost lines, tech deb…
gltanaka Jan 30, 2026
31ebfaf
fix: make sync pipeline fully case-insensitive for language detection
jiaminc-cmu Jan 30, 2026
3c9e031
fix: Preserve job output on job failure, refine sync failure detectio…
gltanaka Jan 30, 2026
4d2c466
1. pdd/tests/test_agentic_test_generate.py — Added test_success_inf…
gltanaka Jan 30, 2026
8e05496
Root Cause
gltanaka Jan 30, 2026
8901495
All 62 tests pass. TDD complete:
gltanaka Jan 31, 2026
404774b
feat: Add new Remotion compositions and specifications for the 3blue1…
gltanaka Jan 31, 2026
beb9bc8
bump: version 0.0.134 → 0.0.135
gltanaka Jan 31, 2026
bddf374
feat: add script to generate and composite Veo 3.1 video segments for…
gltanaka Jan 31, 2026
94cb64e
fix: Ensure reliable remote command completion detection and correct …
gltanaka Jan 31, 2026
90fefc5
All tests pass. Here's a summary of the changes:
gltanaka Jan 31, 2026
9a4358f
Root cause: The _detect_languages function in pdd/pdd/sync_main.py:…
gltanaka Jan 31, 2026
96e6468
fix: Update `test_connect` to correctly access `allowed_origins` via …
gltanaka Jan 31, 2026
177ae97
All tests pass. The TDD fix is complete:
gltanaka Jan 31, 2026
ca43c3a
feat: Add 5-minute timeouts to `generate` and `test` commands in E2E …
gltanaka Feb 1, 2026
eb4795f
Add tests for issue #319: curly brace handling in pdd change
jamesdlevine Jan 21, 2026
6e56181
Resolve conflict: keep issue #319 tests from cherry-pick
gltanaka Feb 2, 2026
c5182f5
│ Fix Plan: Issue #448 - KeyError in pdd change step 5 …
gltanaka Feb 2, 2026
e3ff3f1
All 24 tests pass. The fix is complete.
gltanaka Feb 2, 2026
e181e1e
bump: version 0.0.135 → 0.0.136
gltanaka Feb 2, 2026
e53ec0e
feat: update changelog with new features and fixes
gltanaka Feb 2, 2026
bcd606c
Add failing tests for issue #430: auto-fix fingerprint skip bug
Serhan-Asad Jan 29, 2026
8c4af51
fix: Auto-fix skips fingerprint save causing incomplete metadata (syn…
Serhan-Asad Jan 29, 2026
f4e66f5
Fix test fixture to allow individual tests to override mock behavior
Serhan-Asad Jan 30, 2026
3f14707
Fix E2E test to check correct Fingerprint fields
Serhan-Asad Jan 30, 2026
d66fe9e
Clean up test files: remove emojis, comments, and unrelated files
Serhan-Asad Jan 30, 2026
107be72
Remove emojis and excessive comments from E2E test
Serhan-Asad Jan 30, 2026
d9410ba
Improve test readability: use named variables instead of magic indices
Serhan-Asad Jan 31, 2026
596e58f
Remove misleading E2E test that doesn't exercise actual bug
Serhan-Asad Jan 31, 2026
eb22595
Fix #399: Remove confusing SSH URL message when auth succeeds via cache
gltanaka Feb 3, 2026
4f635bf
feat: update step 10 to use agentic pdd fix command (#351)
jamesdlevine Jan 22, 2026
ea366c4
test: update step10 tests for agentic fix format (#351)
gltanaka Feb 3, 2026
d0ba7b0
bump: version 0.0.136 → 0.0.137
gltanaka Feb 3, 2026
0867c66
Added test_basename_sanitization_deeply_nested to tests/test_operatio…
gltanaka Feb 3, 2026
438cf68
updated changelog
gltanaka Feb 3, 2026
c7a0024
prevent future deletions from getting left behind in the public repos
gltanaka Feb 3, 2026
4446172
fix: Cloud E2E tests skip gracefully for unapproved accounts
gltanaka Feb 3, 2026
4e30594
Summary of Changes
gltanaka Feb 4, 2026
6fca8c8
All tests pass. Here's a summary of what was implemented:
gltanaka Feb 4, 2026
7b3cf73
All 47 tests pass. The fix is complete: ┌──────────────────────────…
gltanaka Feb 4, 2026
cc01c6f
I've completed the TDD fix for the step 5.5 context key mismatch bu…
gltanaka Feb 4, 2026
3f88afe
bump: version 0.0.137 → 0.0.138
gltanaka Feb 4, 2026
bf9aea6
fix: Resolve agentic orchestrator context key and prompt formatting i…
gltanaka Feb 4, 2026
fbc5eb5
feat: Add comprehensive agentic workflow logging
jiaminc-cmu Feb 5, 2026
2e8b91c
fix: validate JWT token expiry in cloud E2E test skip check (#402)
gltanaka Feb 5, 2026
a7a78b2
bump: version 0.0.138 → 0.0.139
gltanaka Feb 5, 2026
b262f37
139
gltanaka Feb 5, 2026
bd87f63
test: Add tests and docs for agentic debug logging feature
jiaminc-cmu Feb 5, 2026
5c96c28
fix: Step 10 prompt now stages all files from files_to_stage, not jus…
jiaminc-cmu Feb 6, 2026
f3f7a18
Add failing tests for issue #449: auth logout misleading message
Serhan-Asad Feb 4, 2026
141e38a
fix: Auth logout shows success message when not authenticated (incons…
Serhan-Asad Feb 4, 2026
4005b3b
refactor: Address Copilot PR review comments
Serhan-Asad Feb 5, 2026
402a6dd
fix: Address Copilot review feedback on agentic logging tests
jiaminc-cmu Feb 6, 2026
45017de
fix: Correct docstring to reference Step 10 instead of Step 5.5
jiaminc-cmu Feb 6, 2026
f623013
bump: version 0.0.139 → 0.0.140
gltanaka Feb 6, 2026
bd40c0c
feat: Update demo narration and audio synchronization, add new video …
gltanaka Feb 6, 2026
a2964f8
ben's PR for steering
gltanaka Feb 6, 2026
e777ef9
All 6 fixes are complete and verified:
gltanaka Feb 6, 2026
3367bd8
Core fix — pdd/pdd/agentic_common.py:563-577: Added 3 lines to read…
gltanaka Feb 6, 2026
aa81cf3
Root cause analysis improvements
gltanaka Feb 7, 2026
5ed5449
Add failing tests for #469: sessions cleanup misleading success message
Serhan-Asad Feb 6, 2026
2331977
fix: pdd sessions cleanup shows misleading success message when all c…
Serhan-Asad Feb 6, 2026
a7ae134
fix: deregister() returns bool so cleanup tracks real failures
Serhan-Asad Feb 6, 2026
594aaa3
test: add deregister() return value tests for #469
Serhan-Asad Feb 6, 2026
e5ad61f
fix: use ctx.exit(1) instead of raise click.exceptions.Exit(1)
Serhan-Asad Feb 6, 2026
f6b7fff
fix: remove exit code 1 to avoid CLI error handler
Serhan-Asad Feb 6, 2026
d7c24b5
fix: correct misleading docstrings about exit code behavior
Serhan-Asad Feb 7, 2026
1713f5c
Fix #436: prevent @track_cost from writing mock data to pdd_cost.csv …
jiaminc-cmu Feb 7, 2026
d66b06d
allow for user feedback
gltanaka Feb 7, 2026
4a21ea7
fix test conflict during xdist
gltanaka Feb 7, 2026
6a5dd4a
fix: Prevent `PDD_ENV` environment variable pollution in e2e tests to…
gltanaka Feb 7, 2026
a411485
fix: Address Copilot review feedback on track_cost pytest guard
jiaminc-cmu Feb 7, 2026
21fb746
Failure 1 — test_spawn_terminal_uses_configured_port (tests/test_se…
gltanaka Feb 7, 2026
440c926
bump: version 0.0.140 → 0.0.141
gltanaka Feb 7, 2026
36dae0b
docs: Update changelog with new features including interactive sync s…
gltanaka Feb 7, 2026
6775a6c
Results
gltanaka Feb 7, 2026
de98dbc
All 5 rounds of TDD fixes are complete. Here's what was done: ┌──…
gltanaka Feb 7, 2026
410cb2e
fix: Add include path validation to architecture Step 11 (#426)
jiaminc-cmu Feb 7, 2026
dbdd376
Add failing tests for issue #470: sessions cleanup auth message
Serhan-Asad Feb 5, 2026
d0c76ea
fix: pdd sessions cleanup error message references non-existent pdd l…
Serhan-Asad Feb 6, 2026
cc780eb
fix: Replace all 'pdd login' references with 'pdd auth login'
Serhan-Asad Feb 6, 2026
6abcb91
Fix #470: Add missing sessions.py fix and address all Copilot review …
Serhan-Asad Feb 6, 2026
aaea25e
feat: Introduce replay stability A/B experiment with its infrastructu…
gltanaka Feb 8, 2026
ce1e36c
Root cause: The conda env's site-packages has 18 stale .dist-info d…
gltanaka Feb 8, 2026
8a7cda1
fix: Update stale model name and make sys.path preamble injection det…
gltanaka Feb 8, 2026
2c2f9af
fix: Address Copilot review feedback on test quality
jiaminc-cmu Feb 8, 2026
aea2326
bump: version 0.0.141 → 0.0.142
gltanaka Feb 8, 2026
1a95bed
docs: Update changelog with Firecrawl caching feature, detailed fixes…
gltanaka Feb 8, 2026
f51bae4
Add failing tests for issue #445 - worktree restoration bug
pdd-bot Feb 9, 2026
f0dd1e6
fix: Handle worktree add when branch is checked out (#445)
gltanaka Feb 9, 2026
45fcccc
refactor: Convert E2E skip-tests to proper regression assertions (#445)
gltanaka Feb 9, 2026
a94add7
bump: version 0.0.142 → 0.0.143
gltanaka Feb 9, 2026
55a9665
chore: ignore mp4 and demo output files
gltanaka Feb 9, 2026
f0dd033
fix: Add `--paginate` to `gh api` commands to correctly fetch all com…
gltanaka Feb 10, 2026
6157393
feat: Enhance agentic architecture and bug workflows, update document…
gltanaka Feb 10, 2026
6a99498
bump: version 0.0.143 → 0.0.144
gltanaka Feb 10, 2026
1fbbcfa
fix: Handle OAuth device flow rate limiting correctly (#309)
jamesdlevine Feb 10, 2026
e1a6ea7
fix: Address Copilot review feedback on PR #462
jamesdlevine Feb 11, 2026
0dfb4fb
docs: reset `CHANGELOG.md` content and update the `modify` command an…
gltanaka Feb 11, 2026
d46686a
fix: Return error signal (-1) instead of false success (0) on verify …
jamesdlevine Feb 10, 2026
d0a2a9f
fix: prevent CI auth hang by skipping auto_submit in local mode
gltanaka Feb 11, 2026
93f02b8
feat: add Cloud Batch parallel test infrastructure with Spot VMs
gltanaka Feb 11, 2026
5f6dd0a
bump: version 0.0.144 → 0.0.145
gltanaka Feb 11, 2026
309522d
fix: resolve Cloud Batch CI environment failures (31/56 → 44/56)
gltanaka Feb 11, 2026
041d4ce
chore: Add cloud batch test results to test-results and update change…
gltanaka Feb 11, 2026
9596933
fix: resolve 12 remaining Cloud Batch CI test failures
gltanaka Feb 11, 2026
a27adf6
fix: resolve remaining 3 Cloud Batch test failures
gltanaka Feb 11, 2026
9ab0aef
fix: resolve remaining 2 Cloud Batch failures
gltanaka Feb 11, 2026
f0baf3b
feat: Integrate Claude API token for agentic code generation and upda…
gltanaka Feb 11, 2026
c82fc15
fix: resolve 3 Cloud Batch test failures and improve CLI detection
gltanaka Feb 12, 2026
c670d99
fix: address 2 remaining Cloud Batch test failures
gltanaka Feb 12, 2026
5ea1fce
fix: remove dummy ANTHROPIC_API_KEY that caused LiteLLM auth failures
gltanaka Feb 12, 2026
26225b5
fix: reduce Cloud Batch test skips by fixing model name, adding npm, …
gltanaka Feb 12, 2026
ff134b5
fix: reduce Cloud Batch test skips — update model name and improve .p…
gltanaka Feb 12, 2026
656a14d
fix: update remaining claude-opus-4-5 references to claude-opus-4-6
gltanaka Feb 12, 2026
8ed9fe0
fix: reduce Cloud Batch skips from 11 to 3 — add parent .pddrc + Gemi…
gltanaka Feb 12, 2026
335da57
fix: clear Vertex AI env vars for non-google agentic fix tests
gltanaka Feb 12, 2026
51cf8b5
bump: version 0.0.145 → 0.0.146
gltanaka Feb 12, 2026
841c984
feat: Add Cloud Batch test results and update changelog with recent f…
gltanaka Feb 12, 2026
d564777
feat: Allow agent provider preference to be configured via environmen…
gltanaka Feb 13, 2026
bdf881c
feat: enhance agentic test command discovery via `language_format.csv…
gltanaka Feb 13, 2026
e171246
fix: resolve 4 cloud test failures (env fixtures, lock assertion, LLM…
gltanaka Feb 13, 2026
0d409a5
test: add failing tests for NOT_A_BUG early exit in fix orchestrator …
jiaminc-cmu Feb 13, 2026
4202d7a
fix: update JS/TS test to expect explicit run_test_command values
gltanaka Feb 13, 2026
30c9838
test: add failing tests for false cached steps bug (#467)
jiaminc-cmu Feb 13, 2026
733ba03
bump: version 0.0.146 → 0.0.147
gltanaka Feb 13, 2026
120d080
docs: Update changelog with recent features, fixes, build improvement…
gltanaka Feb 13, 2026
9c50cbe
feat: document cloud testing process and add example batch results file.
gltanaka Feb 13, 2026
aad25ec
fix: cloud-batch bug fixes and duration-based chunk balancing
gltanaka Feb 13, 2026
c384a7e
fix: prevent false cached steps on resume when all providers fail (#467)
jiaminc-cmu Feb 13, 2026
bd2d49d
fix: add NOT_A_BUG early exit check in e2e fix orchestrator (#468)
jiaminc-cmu Feb 13, 2026
e0e2816
fix: increase timeout to 300s for three flaky E2E tests
gltanaka Feb 13, 2026
d4d785b
fix: load prompt templates from local repo in tests (#468)
jiaminc-cmu Feb 13, 2026
afb5702
feat: Send raw prompt as `searchInput` to the cloud `generateCode` en…
gltanaka Feb 13, 2026
20a7b27
fix: use --simple flag in test_update_silently_skips_logging to avoid…
gltanaka Feb 13, 2026
6b46814
fix: address PR review feedback (#468)
jiaminc-cmu Feb 13, 2026
b92a82d
fix: address Copilot review — return changed_files on abort, break on…
jiaminc-cmu Feb 13, 2026
ca660cf
fix: add missing searchInput field to test_full_gen_cloud_success ass…
gltanaka Feb 13, 2026
16fcfc4
refactor: streamline LLM invocation setup by removing interactive API…
gltanaka Feb 13, 2026
806bd3e
fix: add failing tests and prompt fixes for duplicate detection closi…
jiaminc-cmu Feb 14, 2026
d6ce469
fix: address Copilot review — remove unused imports/fixtures, add use…
jiaminc-cmu Feb 14, 2026
0263d02
refactor: overhaul LLM invocation logic, logging, error handling, and…
gltanaka Feb 14, 2026
b77a753
feat: Implement comprehensive unit and integration tests for `llm_inv…
gltanaka Feb 14, 2026
1da9697
bump: version 0.0.147 → 0.0.148
gltanaka Feb 14, 2026
38d744a
feat: add cloud batch test results and update CHANGELOG with detailed…
gltanaka Feb 14, 2026
6cf8f99
feat: Add interactive steering to sync orchestration, improve pytest …
gltanaka Feb 14, 2026
8b10818
fix: apply issue #467 false cached steps fix to all orchestrators
jiaminc-cmu Feb 14, 2026
563c87d
fix: update prompts and add tests for issue #467 across all orchestra…
jiaminc-cmu Feb 14, 2026
da64c15
fix: initialize last_completed_step in state dict and fix step9 test …
jiaminc-cmu Feb 14, 2026
986fac3
feat: increase pytest chunks from 24 to 32 and fix flaky CI tests
gltanaka Feb 14, 2026
61fedfb
fix: make flaky CI tests more resilient to intermittent failures
gltanaka Feb 14, 2026
510b509
feat: Add agentic sync - LLM-driven parallel module sync from GitHub …
jiaminc-cmu Feb 14, 2026
360e08e
fix: ensure CLI commands registered before fixture snapshot in test_cli
gltanaka Feb 14, 2026
953f559
ci: Update cloud batch test scripts, Claude configuration, and test d…
gltanaka Feb 15, 2026
bff9231
feat: Add Phase 7 — improved test prompt framing experiment
gltanaka Feb 15, 2026
6ba6e38
fix: Ensure core dumps serialize all types, prevent test module pollu…
gltanaka Feb 15, 2026
227bfd1
feat: Handle `PddError` objects in the `dump` utility and add a test …
gltanaka Feb 15, 2026
f732b48
bump: version 0.0.148 → 0.0.149
gltanaka Feb 15, 2026
decfcba
feat: enhance orchestrators with state validation and interactive ste…
gltanaka Feb 15, 2026
e0c31cc
fix: Wire up GCS LiteLLM cache for cloud batch, fix task count, and h…
gltanaka Feb 15, 2026
6a52aa6
fix: Sync pdd/data/ to public repo and skip prompt test when file mis…
gltanaka Feb 15, 2026
fc67bc6
fix: Use ADC for Vertex AI auth in cloud batch, reduce cache misses
gltanaka Feb 15, 2026
aaea944
fix: Auto-fix env var errors, fix cost tracking, fix 7x duplicate lan…
jiaminc-cmu Feb 15, 2026
5c91cf8
ci: Configure Cloud Build for automated test execution and update tes…
gltanaka Feb 15, 2026
b661399
Add failing tests for update --output subdirectory crash (#493)
Serhan-Asad Feb 12, 2026
244d8ca
fix: pdd update --output crashes with NameError when code file is in …
Serhan-Asad Feb 12, 2026
30c70c0
Address Copilot review comments on test files
Serhan-Asad Feb 13, 2026
4026626
chore: Update Cloud Batch test durations and unconditionally set the …
gltanaka Feb 16, 2026
bfff673
fix: Cloud Batch streaming false positive and e2e test timeout
gltanaka Feb 16, 2026
2c418fd
fix: budget tracker drops test costs due to tuple index bug
Serhan-Asad Feb 13, 2026
f982906
Address Copilot review comments on test files
Serhan-Asad Feb 13, 2026
374ec30
feat: Implement cloud-based LLM invocation with enhanced logging, Pyd…
gltanaka Feb 16, 2026
cfea4f3
Add failing tests for #522: sync fingerprint ignores <include> depend…
Serhan-Asad Feb 15, 2026
60b6e57
fix: Sync fingerprint ignores <include> dependencies — stale code aft…
Serhan-Asad Feb 15, 2026
2c5e5f5
Revert PR #527 cherry-picks pending complementary fix
gltanaka Feb 16, 2026
717d2fb
fix: Circular <include> tags silently produce corrupted output (no cy…
Serhan-Asad Feb 15, 2026
1e3208e
fix: Add timeouts to prevent sync hangs (Firecrawl, git ls-files, aut…
jiaminc-cmu Feb 16, 2026
4c7cf31
fix: Add token-based cost estimation fallback for Claude subscription…
jiaminc-cmu Feb 16, 2026
9febbf4
fix: Implement LLM invocation retry cost logic and add new E2E and un…
gltanaka Feb 16, 2026
c5359df
bump: version 0.0.149 → 0.0.150
gltanaka Feb 16, 2026
05ba3ed
docs: Update changelog with new features for include cycle detection …
gltanaka Feb 16, 2026
a70acc8
fix: Increase LLM API call timeout from 120 seconds to 600 seconds.
gltanaka Feb 16, 2026
824e624
fix: Fix cost propagation bug and increase module timeout
jiaminc-cmu Feb 16, 2026
cd89dcb
fix: Address Copilot review feedback on agentic sync
jiaminc-cmu Feb 17, 2026
9593f4a
bump: version 0.0.150 → 0.0.151
gltanaka Feb 17, 2026
de79c88
feat: Implement atomic state updates for `sync_orchestration` to fix …
gltanaka Feb 18, 2026
9f81abc
bump: version 0.0.151 → 0.0.152
gltanaka Feb 18, 2026
1d17ed9
feat: implement atomic state updates, configurable LLM timeout, updat…
gltanaka Feb 18, 2026
74bb0a0
feat: add user story validation framework (PR #484)
gltanaka Feb 18, 2026
bdf6db1
fix: prevent os.killpg(1) from crashing pytest-xdist workers in CI
gltanaka Feb 18, 2026
1e96ad7
chore: update bundled llm_model.csv to claude-sonnet-4-6
gltanaka Feb 18, 2026
92e9a5b
feat: update Claude Sonnet token counts and introduce atomic state up…
gltanaka Feb 19, 2026
53a2885
bump: version 0.0.152 → 0.0.153
gltanaka Feb 19, 2026
d45cfd4
feat: add grounding experiment results for Opus 4.6 grounded sync_orc…
gltanaka Feb 19, 2026
0ea741f
feat: Update Gemini 3 Pro preview to 3.1 Pro preview and add xAI Grok…
gltanaka Feb 19, 2026
17c2e3b
feat: Agentic checkup with iterative fix-verify loop, sub-steps, and …
jiaminc-cmu Feb 20, 2026
094bb15
chore: sync final state to match main
jiaminc-cmu Feb 21, 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

These merge commits were added into this branch cleanly.

There are no new changes to show.