This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit 005d235
committed
Simplify Action function and add resolved walkthrough types
- Remove description field from Action - can be embedded in markdown lists
- Keep only button and tell_agent fields for cleaner API
- Add ResolvedWalkthrough and ResolvedWalkthroughElement types
- Define final IPC payload structure for VSCode extension
- Support introduction, highlights, changes, and actions sections
- Use serde(untagged) for flexible element types (Text, Comment, GitDiff, Action)
Ready for walkthrough execution implementation.1 parent 66b74dd commit 005d235
2 files changed
+25
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
| 379 | + | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | 383 | | |
387 | 384 | | |
388 | 385 | | |
| |||
392 | 389 | | |
393 | 390 | | |
394 | 391 | | |
395 | | - | |
396 | 392 | | |
397 | 393 | | |
398 | 394 | | |
| |||
408 | 404 | | |
409 | 405 | | |
410 | 406 | | |
411 | | - | |
412 | 407 | | |
413 | 408 | | |
414 | 409 | | |
415 | 410 | | |
416 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
750 | 749 | | |
751 | 750 | | |
752 | 751 | | |
| |||
758 | 757 | | |
759 | 758 | | |
760 | 759 | | |
761 | | - | |
762 | 760 | | |
763 | 761 | | |
764 | 762 | | |
| |||
0 commit comments